字典代码
This commit is contained in:
@ -117,7 +117,7 @@
|
|||||||
<include refid="selectCoscoAccessSupplierAndWorkVo"/>
|
<include refid="selectCoscoAccessSupplierAndWorkVo"/>
|
||||||
<where>
|
<where>
|
||||||
<if test="vo.orgId != null">
|
<if test="vo.orgId != null">
|
||||||
and a.org_id = #{orgId}
|
and a.org_id = #{vo.orgId}
|
||||||
</if>
|
</if>
|
||||||
<if test="vo.accessStatus != null">
|
<if test="vo.accessStatus != null">
|
||||||
and a.access_status = #{vo.accessStatus}
|
and a.access_status = #{vo.accessStatus}
|
||||||
|
Reference in New Issue
Block a user