|
@@ -1245,7 +1245,8 @@ public interface AmsFeign {
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer pageSize,
|
|
@RequestParam Integer orderType,
|
|
@RequestParam Integer orderType,
|
|
@RequestParam Integer issueStatus,
|
|
@RequestParam Integer issueStatus,
|
|
- @RequestParam String con);
|
|
|
|
|
|
+ @RequestParam String con,
|
|
|
|
+ @RequestParam Integer dispatchStatus);
|
|
|
|
|
|
@PostMapping("/api/v1/ams/amstrucksporadicorders/seeAllMaterials")
|
|
@PostMapping("/api/v1/ams/amstrucksporadicorders/seeAllMaterials")
|
|
RESTfulResult seeAllMaterials(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
RESTfulResult seeAllMaterials(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
@@ -1264,6 +1265,9 @@ public interface AmsFeign {
|
|
@PostMapping("/api/v1/ams/amstrucksporadicorders/addSporadicOrders")
|
|
@PostMapping("/api/v1/ams/amstrucksporadicorders/addSporadicOrders")
|
|
Map<String, Object> addSporadicOrders(@RequestBody Map<String, Object> mapValue);
|
|
Map<String, Object> addSporadicOrders(@RequestBody Map<String, Object> mapValue);
|
|
|
|
|
|
|
|
+ @PostMapping("/api/v1/ams/amstrucksporadicorders/addSporadicOrderTimes")
|
|
|
|
+ Map<String, Object> addSporadicOrderTimes(@RequestBody Map<String, Object> mapValue);
|
|
|
|
+
|
|
@PostMapping("/api/v1/ams/amstrucksporadicorders/selectSporadicOrder")
|
|
@PostMapping("/api/v1/ams/amstrucksporadicorders/selectSporadicOrder")
|
|
RESTfulResult selectSporadicOrder(@RequestParam Integer sporadicOrderId);
|
|
RESTfulResult selectSporadicOrder(@RequestParam Integer sporadicOrderId);
|
|
|
|
|