Commit f191c0f1 by 裴大威

Merge branch 'guiq-1002298' into 'master'

fix bug

See merge request rays/pcloud-book!391
parents 6cfa34fb f943e690
......@@ -259,7 +259,7 @@ public class PcloudRobotWakeUpBizImpl implements PcloudRobotWakeUpBiz {
file.setAltId(robot);
file.setFileUrl(msg.getFileUrl());
file.setFileName(msg.getFileName());
pic.setWxId(wxid);
file.setWxId(wxid);
file.setWxGroupId(wxid);
file.setIp(ip);
WxGroupSDK.sendFile(file);
......
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