Commit f3a44354 by 徐高华

素材审批消息

parent bad2f9cf
...@@ -137,7 +137,9 @@ public class ContentCreativeController { ...@@ -137,7 +137,9 @@ public class ContentCreativeController {
return RestResponse.successResult(response.getResult()); return RestResponse.successResult(response.getResult());
} }
private void sendAudit(String enterpriseId, String clerkName) { private void sendAudit(String enterpriseId, String clerkId) {
ClerkDTO clerk = this.clerkService.getclerkById(clerkId) ;
String clerkName = clerk.getClerkName() ;
Map<String, String> map = new HashMap<>(); Map<String, String> map = new HashMap<>();
map.put("clerkName", clerkName); map.put("clerkName", clerkName);
this.send(enterpriseId,map,"clerkCreateContent"); this.send(enterpriseId,map,"clerkCreateContent");
......
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