Forráskód Böngészése

fix: 汇企业结算entType改为CSO

李学松 2 éve
szülő
commit
b07f781380

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/service/impl/WmPayOffServiceImpl.java

@@ -570,7 +570,7 @@ public class WmPayOffServiceImpl extends ServiceImpl<WmPayOffMapper, WmPayOff> i
 				// 市场推广
 				params.put("tagId", upmsConfig.getTagId());
 				params.put("taskInvoiceContent", note.getCategoryName());
-				params.put("endType", "JY");
+				params.put("endType", "CSO");
 				params.put("enterpriseCode", taxCode);
 				params.put("subjectType", "HUI_QI_YUN");
 				params.put("channel", "DEFAULT");

+ 2 - 2
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/service/impl/WmScorePackageSettleNoteServiceImpl.java

@@ -870,7 +870,7 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
 				params.put("bankCard", sysUser.getBankCardNumber());
 				params.put("tagId", upmsConfig.getTagId());
 				params.put("taskInvoiceContent", note.getCategoryName());
-				params.put("endType", "JY");
+				params.put("endType", "CSO");
 				params.put("enterpriseCode", taxCode);
 				params.put("subjectType", "HUI_QI_YUN");
 				params.put("channel", "DEFAULT");
@@ -1731,7 +1731,7 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
 			// 市场推广
 			params.put("tagId", upmsConfig.getTagId());
 			params.put("taskInvoiceContent", note.getCategoryName());
-			params.put("endType", "JY");
+			params.put("endType", "CSO");
 			params.put("enterpriseCode", taxCode);
 			params.put("subjectType", "HUI_QI_YUN");
 			params.put("channel", "DEFAULT");