Commit d18b58c0 by fudahua

Merge branch 'developer' into 'master'

Developer

See merge request !117
parents 456b8938 ae830bfc
......@@ -14,7 +14,7 @@ public enum QuartzEnum {
/**
* 话务任务逾期提醒
*/
TEL_TASK_LATE_REMIND("telTaskLateRemind", "com.gic.haoban.task.manage.api.service.ITelTaskCallApiService", "telTaskLateRemind", "0 0 8 * * *", "-1");
TEL_TASK_LATE_REMIND("telTaskLateRemind", "com.gic.haoban.task.manage.api.service.ITelTaskCallApiService", "telTaskLateRemind", "0 0 15 * * *", "-1");
private String key;
private String serviceName;
private String method;
......
......@@ -174,7 +174,7 @@ public class AuditApiServiceImpl implements AuditApiService{
String newValue = tab.getNewValue();
String changeField = tab.getChangeField();
StoreDTO store = storeService.getStore(storeId);
if (store != null) {
if (store == null) {
return "门店不存在";
}
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