施工方案台账去掉项目子账号权限

This commit is contained in:
guoshengxiong 2025-12-18 18:32:39 +08:00
parent 382d5d9c8f
commit 75632cd92b

View File

@ -34,7 +34,7 @@
LEFT JOIN department_info c ON wi.department_id = c.id LEFT JOIN department_info c ON wi.department_id = c.id
LEFT JOIN worker_type wt ON b.worker_type_id = wt.id LEFT JOIN worker_type wt ON b.worker_type_id = wt.id
)t )t
where t.is_view = 1 <!-- where t.is_view = 1-->
)t )t
${ew.customSqlSegment} ${ew.customSqlSegment}
</select> </select>