@@ -255,9 +255,9 @@ public class BmstruckDetailsOrderServiceImpl implements IBmstruckDetailsOrderSer
if(priceId == null) {
return 0;
}
- //if (priceId.intValue() == 0) {
- // return 0;
- //}
+ if (priceId.intValue() == 0) {
+ return 0;
+ }
int result = 0;
//优先根据计量批次新增详单
List<Map<String,Object>> batchIdList = bmstruckDetailsOrderMapper.getWeightBatchIds(orderId);