|
@@ -2263,7 +2263,6 @@ public class OmstruckOrderServiceImpl implements IOmstruckOrderService {
|
|
}
|
|
}
|
|
if (orderType.compareTo(1)==0){
|
|
if (orderType.compareTo(1)==0){
|
|
List<Map<String, Object>> materialMesNew = omstruckOrderMapper.getMaterialMes(orderId, steelJudge);
|
|
List<Map<String, Object>> materialMesNew = omstruckOrderMapper.getMaterialMes(orderId, steelJudge);
|
|
- System.out.println(materialMesNew + "物资查询数组");
|
|
|
|
//查询继续装的订单
|
|
//查询继续装的订单
|
|
List<BigDecimal> continueOrderIds = omstruckOrderMapper.selectContinueOrderId(orderId);
|
|
List<BigDecimal> continueOrderIds = omstruckOrderMapper.selectContinueOrderId(orderId);
|
|
for (BigDecimal continueOrderId : continueOrderIds) {
|
|
for (BigDecimal continueOrderId : continueOrderIds) {
|