字典代码

This commit is contained in:
TL
2025-07-24 10:32:30 +08:00
parent 9eb5e43b9c
commit 68e6d4200f

View File

@ -117,7 +117,7 @@
<include refid="selectCoscoAccessSupplierAndWorkVo"/>
<where>
<if test="vo.orgId != null">
and a.org_id = #{orgId}
and a.org_id = #{vo.orgId}
</if>
<if test="vo.accessStatus != null">
and a.access_status = #{vo.accessStatus}