|
@@ -104,7 +104,7 @@ public class SysDictDataServiceImpl implements ISysDictDataService
|
|
|
int row = dictDataMapper.updateDictData(data);
|
|
|
if (row > 0)
|
|
|
{
|
|
|
- List<SysDictData> dictDatas = dictDataMapper.selectDictDataByType(data.getDictType());
|
|
|
+ List<SysDictData> dictDatas = dictDataMapper.selectDictDataByType(data.getDictType(), data.getTenantId());
|
|
|
DictUtils.setDictCache(data.getDictType(), dictDatas);
|
|
|
}
|
|
|
return row;
|