施工方案台账去掉项目子账号权限
This commit is contained in:
parent
382d5d9c8f
commit
75632cd92b
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user