资产更新版本3.0豪华版优化字段名称查询

master
Yueng 2024-09-07 09:08:36 +08:00
parent 5e2b5e65cf
commit 638070605d
1 changed files with 1 additions and 2 deletions

View File

@ -142,9 +142,8 @@ public class DataRunNameServiceImpl implements DataRunNameService {
//在取数据数据遍历里获取表名称查询方法
tableIdAndBasicIdByUserId.forEach(tableIdAndBasicId -> {
if (tableIdAndBasicId.getUserId().equals(userId) || tableIdAndBasicId.getDeptId().equals(deptId)){
this.dataDeptShow(tableIdAndBasicId,dataName);
}
});