|
@@ -579,7 +579,7 @@ public interface TmsshipFeign {
|
|
|
@RequestParam String con);
|
|
|
|
|
|
@PostMapping(value = "/api/v1/shipTms/amsshipcargotransferresults/getGroupList")
|
|
|
- Map<String, Object> getGroupList (@RequestBody(required = false) Map<String, Object> mapValue,
|
|
|
+ Map<String, Object> getGroupList (@RequestBody(required = false) Map<String, Object> mapValue,
|
|
|
@RequestParam Integer pageNum,
|
|
|
@RequestParam Integer pageSize,
|
|
|
@RequestParam Integer apiId,
|
|
@@ -634,16 +634,17 @@ public interface TmsshipFeign {
|
|
|
@RequestParam Integer pageNum,
|
|
|
@RequestParam Integer pageSize,
|
|
|
@RequestParam Integer apiId,
|
|
|
- @RequestParam Integer status);
|
|
|
+ @RequestParam Integer status,
|
|
|
+ @RequestParam String con);
|
|
|
|
|
|
/**
|
|
|
* 新增提货委托
|
|
|
*
|
|
|
- * @param amsshipDeliveryAttorney
|
|
|
+ * @param map
|
|
|
* @return
|
|
|
*/
|
|
|
@PostMapping(value = "/api/v1/shipTms/amsshipdeliveryattorneys/insertshipDeliveryAttorney")
|
|
|
- Map<String, Object> insertshipDeliveryAttorney(@RequestBody Map<String, Object> amsshipDeliveryAttorney);
|
|
|
+ Map<String, Object> insertshipDeliveryAttorney(@RequestBody(required = false) Map<String, Object> map);
|
|
|
|
|
|
/**
|
|
|
* 逻辑删除提货委托
|
|
@@ -743,8 +744,8 @@ public interface TmsshipFeign {
|
|
|
Map<String, Object> sendDeliveryNotice(@PathVariable("noticeId") Integer noticeId);
|
|
|
|
|
|
//船舶动态表
|
|
|
- @PostMapping("api/v1/shipTms/shipdynamics/selectAll")
|
|
|
- Map<String, Object> selectAll();
|
|
|
+ @PostMapping("api/v1/shipTms/shipdynamics/selectAllShipDynamaics")
|
|
|
+ Map<String, Object> selectAllShipDynamaics();
|
|
|
|
|
|
|
|
|
//获取合同水分值,实装吨位,水分吨位
|