Commit c22e84b4 by lepdou

change infulence_bu to chinese

parent 79f31784
...@@ -79,7 +79,7 @@ public class CtripMQService implements MQService { ...@@ -79,7 +79,7 @@ public class CtripMQService implements MQService {
String appId = releaseHistory.getAppId(); String appId = releaseHistory.getAppId();
App app = appService.load(appId); App app = appService.load(appId);
msg.setInfluence_bu(app.getOrgId()); msg.setInfluence_bu(app.getOrgName());
msg.setAppid(appId); msg.setAppid(appId);
ReleaseDTO release = releaseService.findReleaseById(env, releaseHistory.getReleaseId()); ReleaseDTO release = releaseService.findReleaseById(env, releaseHistory.getReleaseId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment