|
@@ -1246,7 +1246,8 @@ public interface AmsFeign {
|
|
@RequestParam Integer orderType,
|
|
@RequestParam Integer orderType,
|
|
@RequestParam Integer issueStatus,
|
|
@RequestParam Integer issueStatus,
|
|
@RequestParam String con,
|
|
@RequestParam String con,
|
|
- @RequestParam Integer dispatchStatus);
|
|
|
|
|
|
+ @RequestParam Integer dispatchStatus,
|
|
|
|
+ @RequestParam Integer sporadicStatus);
|
|
|
|
|
|
@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,
|