|
@@ -201,7 +201,7 @@ public class TmstruckLoadResultServiceImpl implements ITmstruckLoadResultService
|
|
|
String capacityNumber = (String) mesMap.get("capacityNumber");
|
|
|
int orderType = DataChange.dataToBigDecimal(mesMap.get("orderType")).intValue();
|
|
|
BigDecimal resultTotalId = DataChange.dataToBigDecimal(mesMap.get("totalId"));
|
|
|
- if(orderType == 11){
|
|
|
+ if(orderType == 11 || orderType == 15 || orderType == 16){
|
|
|
int sqe = DataChange.dataToBigDecimal(mesMap.get("Sqe")).intValue();
|
|
|
sqe = sqe + 1;
|
|
|
map.put("resultId",tmstruckLoadResultMapper.selectMaxId());
|