Commit d9619c75 by 徐高华

导购任务

parent 6ebf1f1d
...@@ -141,7 +141,7 @@ public class ContentCreativeController { ...@@ -141,7 +141,7 @@ public class ContentCreativeController {
ClerkDTO clerk = this.clerkService.getclerkById(clerkId) ; ClerkDTO clerk = this.clerkService.getclerkById(clerkId) ;
String clerkName = clerk.getClerkName() ; 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