|
@@ -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);
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
}
|
|
|
|