Commit 54df4a06 by 徐高华

企微操作日志

parent 690bf732
...@@ -439,6 +439,12 @@ public class QywxOpenTaskController { ...@@ -439,6 +439,12 @@ public class QywxOpenTaskController {
} }
private String getStore(String oldStoreId, String newStoreId) { private String getStore(String oldStoreId, String newStoreId) {
if (null == oldStoreId) {
oldStoreId = "";
}
if (null == newStoreId) {
newStoreId = "";
}
if (!oldStoreId.equals(newStoreId)) { if (!oldStoreId.equals(newStoreId)) {
String oldName = "--"; String oldName = "--";
if (StringUtils.isNotBlank(oldStoreId)) { if (StringUtils.isNotBlank(oldStoreId)) {
......
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