This commit is contained in:
linfso 2025-03-16 22:52:45 +08:00
parent 5c1c308698
commit 4d8403b437
3 changed files with 1 additions and 2 deletions

View File

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