|
|
|
@ -183,7 +183,7 @@ public interface IErpDataProduceClient { |
|
|
|
* @return 结果 |
|
|
|
* @return 结果 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@PostMapping(TRAIL_ITEM_LIST) |
|
|
|
@PostMapping(TRAIL_ITEM_LIST) |
|
|
|
R<List<Map<String, String>>> trialItemList(List<String> nameList); |
|
|
|
R<List<Map<String, String>>> trialItemList(@RequestParam List<String> nameList); |
|
|
|
|
|
|
|
|
|
|
|
@GetMapping(CHECK_COMPLETE) |
|
|
|
@GetMapping(CHECK_COMPLETE) |
|
|
|
R<Boolean> checkCompleteErpBackFill(@RequestParam(value = "woCode") String woCode, @RequestParam(value = "deliverKey", required = false) String deliverKey, |
|
|
|
R<Boolean> checkCompleteErpBackFill(@RequestParam(value = "woCode") String woCode, @RequestParam(value = "deliverKey", required = false) String deliverKey, |
|
|
|
|