Browse Source

Merge branch 'hotfix-20230223-huiqiyun' into temp-pre

李学松 2 years ago
parent
commit
8d5048744f

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

@@ -759,7 +759,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

@@ -1082,7 +1082,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");
@@ -2069,7 +2069,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");