客户信息
This commit is contained in:
@ -57,6 +57,9 @@
|
|||||||
<if test="dto.unifiedSocialCreditCode != null and dto.unifiedSocialCreditCode != ''">
|
<if test="dto.unifiedSocialCreditCode != null and dto.unifiedSocialCreditCode != ''">
|
||||||
AND a1.unified_social_credit_code = #{dto.unifiedSocialCreditCode}
|
AND a1.unified_social_credit_code = #{dto.unifiedSocialCreditCode}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="dto.auditStatus != null and dto.auditStatus != ''">
|
||||||
|
AND a1.audit_status = #{dto.auditStatus}
|
||||||
|
</if>
|
||||||
<if test="dto.poiAreaId != null and dto.poiAreaId != ''">
|
<if test="dto.poiAreaId != null and dto.poiAreaId != ''">
|
||||||
AND a1.poi_area_id = #{dto.poiAreaId}
|
AND a1.poi_area_id = #{dto.poiAreaId}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user