|
@@ -260,7 +260,7 @@ public class UniversalServiceImpl implements UniversalService {
|
|
|
}else {
|
|
|
result+=universalMapper.updateStatusSeven(orderId);
|
|
|
}
|
|
|
- //查询多拼的数据
|
|
|
+ /*//查询多拼的数据
|
|
|
BigDecimal capacityIdM =universalMapper.queueMore(orderId);
|
|
|
if (capacityIdM !=null){
|
|
|
//删除多拼
|
|
@@ -271,7 +271,7 @@ public class UniversalServiceImpl implements UniversalService {
|
|
|
if (capacityIdS !=null){
|
|
|
//删除单拼
|
|
|
universalMapper.delectQueueS(capacityIdS);
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
}
|
|
|
|