liyg 2 anni fa
parent
commit
f22d876518

+ 3 - 2
src/main/java/com/steerinfo/dil/controller/TMSController.java

@@ -316,9 +316,10 @@ public class TMSController extends BaseRESTfulController {
     public Map<String, Object> getUnLoadShipList(@RequestBody(required = false) Map<String, Object> mapValue,
                                                  Integer pageNum,
                                                  Integer pageSize,
-                                                 Integer apiId) {
+                                                 Integer apiId,
+                                                 String con) {
 
-        return tmsshipFeign.getUnLoadShipList(mapValue==null?new HashMap<>():mapValue, pageNum, pageSize, apiId);
+        return tmsshipFeign.getUnLoadShipList(mapValue==null?new HashMap<>():mapValue, pageNum, pageSize, apiId,con);
     }
 
     @PostMapping("getUnloadShip/{resultId}")

+ 2 - 1
src/main/java/com/steerinfo/dil/feign/TmsshipFeign.java

@@ -283,7 +283,8 @@ public interface TmsshipFeign {
     Map<String, Object> getUnLoadShipList(@RequestBody(required = false) Map<String, Object> mapValue,
                                           @RequestParam Integer pageNum,
                                           @RequestParam Integer pageSize,
-                                          @RequestParam Integer apiId);
+                                          @RequestParam Integer apiId,
+                                          @RequestParam(required = false) String con);
 
     /**
      * 查询卸船作业信息