问题修改

product
杨世强 2 years ago
parent c74e56912e
commit 79cedfbe37

@ -396,6 +396,8 @@ public class PoundlistServiceImpl extends ServiceImpl<PoundlistMapper, Poundlist
vehicleId.add(entity.getId());
}
LambdaQueryWrapper<PoundlistEntity> poundlistWrapper = new LambdaQueryWrapper<>();
poundlistWrapper.eq(PoundlistEntity::getIsExamine,"1");
poundlistWrapper.eq(PoundlistEntity::getSalesStatus,"99");
poundlistWrapper.eq(PoundlistEntity::getCustomerId,customerId);
poundlistWrapper.eq(PoundlistEntity::getGrossWeight,model.getGrossWeight());
poundlistWrapper.eq(PoundlistEntity::getTareWeight,model.getTareWeight());
@ -439,7 +441,7 @@ public class PoundlistServiceImpl extends ServiceImpl<PoundlistMapper, Poundlist
errList.add(dto);
}
}else{
dto.setCauseError("未查询到磅单");
dto.setCauseError("未查询到磅单或磅单状态错误");
errList.add(dto);
}
}else{

Loading…
Cancel
Save