|
@@ -549,10 +549,23 @@ 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();
|
|
|
|
|
|
|
|
+ //船舶动态表
|
|
|
|
+ @PostMapping("api/v1/shipTms/shipdynamics/selectAllShipDynamaics")
|
|
|
|
+ Map<String, Object> selectAllShipDynamaics(@RequestBody(required = false) Map<String,Object> map,
|
|
|
|
+ @RequestParam("con") String con);
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 展示货权转移
|
|
* 展示货权转移
|
|
*
|
|
*
|
|
@@ -762,9 +775,11 @@ public interface TmsshipFeign {
|
|
@PostMapping("/api/v1/shipTms/dilbatchs/getPersonByName")
|
|
@PostMapping("/api/v1/shipTms/dilbatchs/getPersonByName")
|
|
Map<String, Object> getPersonByName(@RequestParam(value ="personName")String personName);
|
|
Map<String, Object> getPersonByName(@RequestParam(value ="personName")String personName);
|
|
|
|
|
|
-
|
|
|
|
@ApiOperation("value=查询船舶状态")
|
|
@ApiOperation("value=查询船舶状态")
|
|
@PostMapping(value = "/api/v1/shipTms/tmsshipshiplocations/getShipLocationStatus")
|
|
@PostMapping(value = "/api/v1/shipTms/tmsshipshiplocations/getShipLocationStatus")
|
|
Map<String, Object> getShipLocationStatus(@RequestParam("shipLocation") String shipLocation);
|
|
Map<String, Object> getShipLocationStatus(@RequestParam("shipLocation") String shipLocation);
|
|
|
|
|
|
|
|
+
|
|
|
|
+ @PostMapping(value = "api/v1/shipTms/amsshipdeliverynotices/downLoadDeilveryNotice")
|
|
|
|
+ Map<String, Object> downLoadDeilveryNotice(@RequestParam("noticeId") Integer noticeId);
|
|
}
|
|
}
|