字典代码
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user