Commit a47d5280 by 徐高华

企微托管

parent fb6da82f
...@@ -76,7 +76,7 @@ public class QywxAlarmWordsController { ...@@ -76,7 +76,7 @@ public class QywxAlarmWordsController {
String enterpriseId = loginUser.getEnterpriseId() ; String enterpriseId = loginUser.getEnterpriseId() ;
dto.setWxEnterpriseId(wxEnterpriseId); dto.setWxEnterpriseId(wxEnterpriseId);
dto.setEnterpriseId(enterpriseId); dto.setEnterpriseId(enterpriseId);
dto.setCreatorName(loginUser.getClerkId()); dto.setCreatorId(loginUser.getClerkId());
dto.setCreatorName(loginUser.getClerkName()); dto.setCreatorName(loginUser.getClerkName());
ServiceResponse<Void> resp = this.openQwApiService.saveAlarmWords(dto) ; ServiceResponse<Void> resp = this.openQwApiService.saveAlarmWords(dto) ;
if(!resp.isSuccess()) { if(!resp.isSuccess()) {
......
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