This commit is contained in:
linfso 2024-06-24 14:26:56 +08:00
parent a8e28a08b9
commit 4386b881aa

View File

@ -1055,6 +1055,8 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
if(waybillProblemInfo.getBillCode().equals(waybillProblemInfo.getMainBillCode())){
waybillProblemInfo.setBlSubBill("1");
}else{
waybillProblemInfo.setBlSubBill("0");
}
registerWaybillProblemInfo(waybillProblemInfo);