|
@@ -119,7 +119,7 @@ public class WmspOutboundResultController extends BaseRESTfulController {
|
|
|
* list:出库单实绩
|
|
|
* */
|
|
|
@PostMapping(value = "/insertWmspOutBoundResult")
|
|
|
- public Map<String, Object> insertWmspOutBoundResult(@RequestBody(required = false) Map<String, Object> mapval){
|
|
|
+ public synchronized Map<String, Object> insertWmspOutBoundResult(@RequestBody(required = false) Map<String, Object> mapval){
|
|
|
|
|
|
/**拿到前端传递的运输订单号*/
|
|
|
String orderNumber = mapval.get("orderNumber").toString();
|