Commit 74b5e1a4 by 徐高华

企微操作日志

parent 54a88416
...@@ -429,7 +429,7 @@ public class QywxOpenTaskController { ...@@ -429,7 +429,7 @@ public class QywxOpenTaskController {
String s2 = ""; String s2 = "";
if (!s2Old.equals(s2New)) { if (!s2Old.equals(s2New)) {
s2 = String.format("从【%s】修改为【%s】", name, s2Old, s2New); s2 = String.format("%s从【%s】修改为【%s】", name, s2Old, s2New);
} }
String s3 = ""; String s3 = "";
if ("指定门店".equals(name)) { if ("指定门店".equals(name)) {
......
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