Commit 5ce69be6 by 徐高华

Merge branch 'feature/xgh/2406企微托管' into 'developer'

企微托管

See merge request !1899
parents 862b58d2 a47d5280
......@@ -76,7 +76,7 @@ public class QywxAlarmWordsController {
String enterpriseId = loginUser.getEnterpriseId() ;
dto.setWxEnterpriseId(wxEnterpriseId);
dto.setEnterpriseId(enterpriseId);
dto.setCreatorName(loginUser.getClerkId());
dto.setCreatorId(loginUser.getClerkId());
dto.setCreatorName(loginUser.getClerkName());
ServiceResponse<Void> resp = this.openQwApiService.saveAlarmWords(dto) ;
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