|
|
@@ -2,6 +2,7 @@ package com.usoftchina.saas.commons.service.impl;
|
|
|
|
|
|
import com.github.pagehelper.PageHelper;
|
|
|
import com.github.pagehelper.PageInfo;
|
|
|
+import com.usoftchina.saas.commons.cache.ConfigsCache;
|
|
|
import com.usoftchina.saas.commons.dto.DocBaseDTO;
|
|
|
import com.usoftchina.saas.commons.dto.ListReqDTO;
|
|
|
import com.usoftchina.saas.commons.mapper.ConfigsMapper;
|
|
|
@@ -131,5 +132,7 @@ public class ConfigsServiceImpl implements ConfigsService{
|
|
|
DocBaseDTO baseDTO = new DocBaseDTO(null, "", "Configs");
|
|
|
//日志记录
|
|
|
messageLogService.update(baseDTO);
|
|
|
+ //清除configs缓存
|
|
|
+ ConfigsCache.current().hdel();
|
|
|
}
|
|
|
}
|