|
@@ -548,7 +548,7 @@ public class WmspOutboundResultServiceImpl implements IWmspOutboundResultServic
|
|
|
|
|
|
@Override
|
|
@Override
|
|
//@Transactional(rollbackFor = Exception.class)
|
|
//@Transactional(rollbackFor = Exception.class)
|
|
- public int disorderlyOutbound(Map<String, Object> mapVal) throws Exception {
|
|
|
|
|
|
+ public synchronized int disorderlyOutbound(Map<String, Object> mapVal) throws Exception {
|
|
//需要获取几个因子,1.物资名称
|
|
//需要获取几个因子,1.物资名称
|
|
String masterialName = (String) mapVal.get("materialName");
|
|
String masterialName = (String) mapVal.get("materialName");
|
|
if(!masterialName.contains("乱尺")){
|
|
if(!masterialName.contains("乱尺")){
|