|
@@ -209,7 +209,7 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService
|
|
|
int row = dictTypeMapper.updateDictType(dict);
|
|
|
if (row > 0)
|
|
|
{
|
|
|
- List<SysDictData> dictDatas = dictDataMapper.selectDictDataByType(dict.getDictType());
|
|
|
+ List<SysDictData> dictDatas = dictDataMapper.selectDictDataByType(dict.getDictType(),dict.getTenantId());
|
|
|
DictUtils.setDictCache(dict.getDictType(), dictDatas);
|
|
|
}
|
|
|
return row;
|