Commit 690bf732 by 徐高华

企微操作日志

parent a66443c4
...@@ -433,7 +433,7 @@ public class QywxOpenTaskController { ...@@ -433,7 +433,7 @@ public class QywxOpenTaskController {
} }
String s3 = ""; String s3 = "";
if ("指定门店".equals(name)) { if ("指定门店".equals(name)) {
s3 = this.getStore(oldJson.getString("storeId"), newJson.getString("storeId")); s3 = this.getStore(oldJson.getString("store"), newJson.getString("store"));
} }
return s1 + s3 + s2; return s1 + s3 + s2;
} }
......
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