|
@@ -208,11 +208,6 @@ public class TmstruckLoadResultServiceImpl implements ITmstruckLoadResultService
|
|
|
//装货时查询是否含有净重
|
|
|
Integer netWeight = tmstruckUnloadResultMapper.getNetWeightByTotalId(resultTotalId);
|
|
|
if(orderType == 11 || orderType == 15 || orderType == 16){
|
|
|
- //根据总实绩ID查询内转订单是否有装货实绩
|
|
|
- BigDecimal loadResultId = tmstruckLoadResultMapper.getResultId(resultTotalId);
|
|
|
- if(loadResultId != null){
|
|
|
- return -5;
|
|
|
- }
|
|
|
int sqe = DataChange.dataToBigDecimal(mesMap.get("Sqe")).intValue();
|
|
|
sqe = sqe + 1;
|
|
|
map.put("resultId",tmstruckLoadResultMapper.selectMaxId());
|