Przeglądaj źródła

修改船运查询

liyg 2 lat temu
rodzic
commit
157257857a

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

@@ -464,11 +464,12 @@ public class TMSController extends BaseRESTfulController {
                                                            Integer pageNum,
                                                            Integer pageSize,
                                                            Integer apiId,
-                                                           String status) {
+                                                           String status,
+                                                           String con) {
         if (mapValue == null) {
             mapValue = new HashMap<>();
         }
-        return tmsshipFeign.getShipMentInstructionsList(mapValue==null?new HashMap<>():mapValue, pageNum, pageSize, apiId,status);
+        return tmsshipFeign.getShipMentInstructionsList(mapValue==null?new HashMap<>():mapValue, pageNum, pageSize, apiId,status,con);
     }
 
     @PostMapping("getShipmentInstructions/{instructionsId}")

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

@@ -458,7 +458,8 @@ public interface TmsshipFeign {
                                               @RequestParam Integer pageNum,
                                               @RequestParam Integer pageSize,
                                               @RequestParam Integer apiId,
-                                                    @RequestParam String status);
+                                                    @RequestParam String status,
+                                                    @RequestParam String con);
 
     /**
      * 查询装船指令