|
@@ -1576,4 +1576,10 @@ public class AMScontroller{
|
|
|
public Map<String,Object> getNoticeTypeId(){
|
|
|
return amsFeign.getNoticeTypeId();
|
|
|
}
|
|
|
+
|
|
|
+ @ApiOperation(value="抢单/接收订单锁定")
|
|
|
+ @PostMapping("/lockDispatchSaleOrderList")
|
|
|
+ public Map<String, Object> lockDispatchSaleOrderList(@RequestBody Map<String,Object> mapValue) {
|
|
|
+ return amsFeign.lockDispatchSaleOrderList(mapValue);
|
|
|
+ }
|
|
|
}
|