Commit d4a7db02 by fudahua

会员标签同步-同步状态变更

parent db72549b
...@@ -174,7 +174,7 @@ public class AuditApiServiceImpl implements AuditApiService{ ...@@ -174,7 +174,7 @@ public class AuditApiServiceImpl implements AuditApiService{
String newValue = tab.getNewValue(); String newValue = tab.getNewValue();
String changeField = tab.getChangeField(); String changeField = tab.getChangeField();
StoreDTO store = storeService.getStore(storeId); StoreDTO store = storeService.getStore(storeId);
if (store != null) { if (store == null) {
return "门店不存在"; return "门店不存在";
} }
this.editStoreInfo(storeId, changeField, oldValue, newValue); this.editStoreInfo(storeId, changeField, oldValue, newValue);
......
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