|
@@ -973,7 +973,7 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
|
|
|
params.put("bankCard", sysUser.getBankCardNumber());
|
|
|
params.put("bankPhone", sysUser.getBankPhone());
|
|
|
// 行业类别id
|
|
|
- params.put("tagId", dictItem.getValue());
|
|
|
+ params.put("tagId", dictItem.getDescription());
|
|
|
// 税收项目编号
|
|
|
params.put("taskInvoiceContent", dictItem.getRemarks());
|
|
|
params.put("endType", "CSO");
|
|
@@ -2276,7 +2276,7 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
|
|
|
params.put("bankCard", sysUser.getBankCardNumber());
|
|
|
params.put("bankPhone", sysUser.getBankPhone());
|
|
|
// 行业类别id
|
|
|
- params.put("tagId", note.getInvoiceType());
|
|
|
+ params.put("tagId", zhongzhiInvoice.getDescription());
|
|
|
// 税收项目编号
|
|
|
params.put("taskInvoiceContent", zhongzhiInvoice.getRemarks());
|
|
|
params.put("endType", "CSO");
|