|
@@ -1387,6 +1387,7 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
|
|
|
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/huiqiyun", upmsConfig.getClientUrl()));
|
|
|
|
|
|
if (SubjectLocation.JIN_YUAN.equals(note.getSubjectLocation())) {
|
|
|
params.put("taxMode", "GENERAL");
|
|
@@ -2560,7 +2561,7 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
|
|
|
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/huiqiyun", upmsConfig.getClientUrl()));
|
|
|
|
|
|
if (SubjectLocation.JIN_YUAN.equals(note.getSubjectLocation())) {
|
|
|
params.put("taxMode", "GENERAL");
|