Commit 8b5ce941 authored by honghy's avatar honghy Committed by wux

1.海运/空运-出货屏蔽自编号下的所有应收已核销校验

parent 79aa2612
......@@ -106,10 +106,10 @@ public class BoxSettlementServiceImpl extends AbstractService<BoxSettlementMappe
if(CollectionUtils.isNotEmpty(abnormalList)) {
throw new ServiceException(500, "有异常未处理,不能结算");
}
long count = boxService.getUnWriteOffCount(shipmentId);
if(count > 0) {
throw new ServiceException(500, "有应收费用未核销,不能结算");
}
// long count = boxService.getUnWriteOffCount(shipmentId);
// if(count > 0) {
// throw new ServiceException(500, "有应收费用未核销,不能结算");
// }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment