|
@@ -113,7 +113,7 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
|
|
int i = tmstruckWeightResultMapper.updateByPrimaryKeySelective(tmstruckWeightResult);
|
|
int i = tmstruckWeightResultMapper.updateByPrimaryKeySelective(tmstruckWeightResult);
|
|
BigDecimal orderType = DataChange.dataToBigDecimal(map.get("orderTypee"));
|
|
BigDecimal orderType = DataChange.dataToBigDecimal(map.get("orderTypee"));
|
|
if("5678".contains(orderType.toString())){
|
|
if("5678".contains(orderType.toString())){
|
|
- if(map.get("resultTareWeightTime") != null ){
|
|
|
|
|
|
+ if(map.get("resultTareWeightTime") != null || map.get("resultCrossWeightTime") != null){
|
|
//如果是采购订单 计皮后自动完成签收
|
|
//如果是采购订单 计皮后自动完成签收
|
|
autoReceipt((String) map.get("orderNumber"));
|
|
autoReceipt((String) map.get("orderNumber"));
|
|
}
|
|
}
|