|
@@ -548,6 +548,13 @@ public interface TmsshipFeign {
|
|
@RequestParam Integer apiId,
|
|
@RequestParam Integer apiId,
|
|
@RequestParam String con);
|
|
@RequestParam String con);
|
|
|
|
|
|
|
|
+ @PostMapping(value = "/api/v1/shipTms/dilbatchs/getBatchIdByForeign")
|
|
|
|
+ Map<String, Object> getBatchIdByForeign(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
|
|
+ @RequestParam Integer pageNum,
|
|
|
|
+ @RequestParam Integer pageSize,
|
|
|
|
+ @RequestParam Integer apiId,
|
|
|
|
+ @RequestParam String con);
|
|
|
|
+
|
|
//获取船运物资id
|
|
//获取船运物资id
|
|
@GetMapping("/api/v1/shipTms/amsshipcargotransferresults/getMaterialId")
|
|
@GetMapping("/api/v1/shipTms/amsshipcargotransferresults/getMaterialId")
|
|
Map<String,Object> getMaterialId();
|
|
Map<String,Object> getMaterialId();
|
|
@@ -746,7 +753,8 @@ public interface TmsshipFeign {
|
|
|
|
|
|
//船舶动态表
|
|
//船舶动态表
|
|
@PostMapping("api/v1/shipTms/shipdynamics/selectAllShipDynamaics")
|
|
@PostMapping("api/v1/shipTms/shipdynamics/selectAllShipDynamaics")
|
|
- Map<String, Object> selectAllShipDynamaics();
|
|
|
|
|
|
+ Map<String, Object> selectAllShipDynamaics(@RequestBody(required = false) Map<String,Object> map,
|
|
|
|
+ @RequestParam("con") String con);
|
|
|
|
|
|
|
|
|
|
//获取合同水分值,实装吨位,水分吨位
|
|
//获取合同水分值,实装吨位,水分吨位
|