取消缓存
This commit is contained in:
@ -142,7 +142,7 @@ public class ModelDeviceServiceImpl implements ModelDeviceService {
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
@Cacheable(cacheManager = "fiveMinuteCacheManager", value = "modelConfigList", sync = true)
|
||||
// @Cacheable(cacheManager = "fiveMinuteCacheManager", value = "modelConfigList", sync = true)
|
||||
public List<ModelDeviceColComp> getCompListByType(String type, String typeName, String modelCol) {
|
||||
//因为几个表数据量不大, 做个left级联查询
|
||||
List<ModelDeviceColComp> compListByType = deviceTypeColMapper.getCompListByType(type, typeName, modelCol);
|
||||
|
||||
Reference in New Issue
Block a user