md
This commit is contained in:
parent
5c99d45c0b
commit
e892ca02bb
@ -415,6 +415,10 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
feeItem.setRemark(JSONObject.toJSONString(exprItem));
|
||||
|
||||
feeList.add(feeItem);
|
||||
|
||||
// 计算完成后就结束
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
@ -439,6 +443,8 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
totalFee=totalFee+fee;
|
||||
feeItem.setRemark(JSONObject.toJSONString(exprItem));
|
||||
feeList.add(feeItem);
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user