This commit is contained in:
linfso 2025-03-16 22:18:45 +08:00
parent 49429945e3
commit 40e958ee47

View File

@ -103,7 +103,8 @@ public class EmisSettleSubBillServiceImpl extends EmisBaseService implements IEm
// 根据不同线路使用不同模版
// 账单模版
if("1".equals(tplType) ){
tplName="tpl/cust_bill_tpl.docx";
// tplName="tpl/cust_bill_tpl.docx";
tplName="tpl/ws_kd_in_tpl.docx";
}
// 空运
else if("2".equals(tplType) ){