|
@@ -1060,11 +1060,12 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
|
|
|
params.put("taskStartTime", wmScorePackage.getCreateTime().toLocalDate());
|
|
|
params.put("taskEndTime", wmScorePackage.getUpdateTime().toLocalDate());
|
|
|
params.put("taskLocation", "要易云");
|
|
|
- params.put("username", sysUser.getUsername());
|
|
|
+ params.put("username", sysUser.getBankPhone());
|
|
|
params.put("idCard", note.getIdCardNumber());
|
|
|
params.put("idCardType","ID_CARD");
|
|
|
params.put("realName", sysUser.getRealname());
|
|
|
params.put("bankCard", sysUser.getBankCardNumber());
|
|
|
+ params.put("bankPhone", sysUser.getBankPhone());
|
|
|
params.put("tagId", upmsConfig.getTagId());
|
|
|
params.put("taskInvoiceContent", note.getCategoryName());
|
|
|
params.put("endType", "CSO");
|
|
@@ -1072,19 +1073,9 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
|
|
|
params.put("subjectType", "QI_FU");
|
|
|
params.put("channel", "DEFAULT");
|
|
|
params.put("subjectLocation", note.getSubjectLocation());
|
|
|
- params.put("notes", pathNo[0]);
|
|
|
- params.put("pathNo", pathNo[0]);
|
|
|
- params.put("notifyUrl", String.format("%s/admin/gig-third-api/qifu", upmsConfig.getClientUrl()));
|
|
|
-
|
|
|
- if (SubjectLocation.JIN_YUAN.equals(note.getSubjectLocation())) {
|
|
|
- params.put("taxMode", "GENERAL");
|
|
|
- params.put("transactionModel", "SUPERVISE");
|
|
|
- }
|
|
|
- // 海南飞亿 和 河南薪泰梓
|
|
|
- else {
|
|
|
- params.put("taxMode", "SPECIAL");
|
|
|
- params.put("transactionModel", "CHANNEL");
|
|
|
- }
|
|
|
+ params.put("taskDescription", "根据要求,执行、并完成学术推广活动,并以在线平台工具采集、记录活动内容");
|
|
|
+ params.put("taxMode", "SPECIAL");
|
|
|
+ params.put("transactionModel", "CHANNEL");
|
|
|
|
|
|
Set<Integer> noteIds = new HashSet<>();
|
|
|
noteIds.add(note.getId());
|
|
@@ -2581,11 +2572,12 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
|
|
|
params.put("taskStartTime", wmScorePackage.getCreateTime().toLocalDate());
|
|
|
params.put("taskEndTime", wmScorePackage.getUpdateTime().toLocalDate());
|
|
|
params.put("taskLocation", "要易云");
|
|
|
- params.put("username", sysUser.getUsername());
|
|
|
+ params.put("username", sysUser.getBankPhone());
|
|
|
params.put("idCard", sysUser.getIdCardNumber());
|
|
|
params.put("idCardType","ID_CARD");
|
|
|
params.put("realName", sysUser.getRealname());
|
|
|
params.put("bankCard", sysUser.getBankCardNumber());
|
|
|
+ params.put("bankPhone", sysUser.getBankPhone());
|
|
|
// 市场推广
|
|
|
params.put("tagId", upmsConfig.getTagId());
|
|
|
params.put("taskInvoiceContent", note.getCategoryName());
|
|
@@ -2594,19 +2586,9 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
|
|
|
params.put("subjectType", "QI_FU");
|
|
|
params.put("channel", "DEFAULT");
|
|
|
params.put("subjectLocation", note.getSubjectLocation().getType());
|
|
|
- params.put("notes", pathNo[0]);
|
|
|
- params.put("pathNo", pathNo[0]);
|
|
|
- params.put("notifyUrl", String.format("%s/admin/gig-third-api/qifu", upmsConfig.getClientUrl()));
|
|
|
-
|
|
|
- if (SubjectLocation.JIN_YUAN.equals(note.getSubjectLocation())) {
|
|
|
- params.put("taxMode", "GENERAL");
|
|
|
- params.put("transactionModel", "SUPERVISE");
|
|
|
- }
|
|
|
- // 海南飞亿 和 河南薪泰梓
|
|
|
- else {
|
|
|
- params.put("taxMode", "SPECIAL");
|
|
|
- params.put("transactionModel", "CHANNEL");
|
|
|
- }
|
|
|
+ params.put("taxMode", "SPECIAL");
|
|
|
+ params.put("transactionModel", "CHANNEL");
|
|
|
+ params.put("taskDescription", "根据要求,执行、并完成学术推广活动,并以在线平台工具采集、记录活动内容");
|
|
|
|
|
|
// 发起结算
|
|
|
HttpHeaders headers = new HttpHeaders();
|