|
@@ -1073,7 +1073,7 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
|
|
|
params.put("subjectType", "QI_FU");
|
|
|
params.put("channel", "DEFAULT");
|
|
|
params.put("subjectLocation", note.getSubjectLocation());
|
|
|
- params.put("taskDescription", "根据要求,执行、并完成学术推广活动,并以在线平台工具采集、记录活动内容");
|
|
|
+ params.put("taskDescription", "按要求完成学术推广并用在线工具采集记录");
|
|
|
params.put("taxMode", "SPECIAL");
|
|
|
params.put("transactionModel", "CHANNEL");
|
|
|
|
|
@@ -2588,7 +2588,7 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
|
|
|
params.put("subjectLocation", note.getSubjectLocation().getType());
|
|
|
params.put("taxMode", "SPECIAL");
|
|
|
params.put("transactionModel", "CHANNEL");
|
|
|
- params.put("taskDescription", "根据要求,执行、并完成学术推广活动,并以在线平台工具采集、记录活动内容");
|
|
|
+ params.put("taskDescription", "按要求完成学术推广并用在线工具采集记录");
|
|
|
|
|
|
// 发起结算
|
|
|
HttpHeaders headers = new HttpHeaders();
|