update运营商VIP

This commit is contained in:
2023-11-24 16:22:45 +08:00
parent 6344bf3817
commit 165efe4e96
4 changed files with 8 additions and 2 deletions

View File

@@ -272,5 +272,9 @@
<foreach collection="merchantIdList" item="merchantId" open="(" separator="," close=")">
#{merchantId,jdbcType=VARCHAR}
</foreach>
<if test="dto.mobileNumber != null and dto.mobileNumber != ''">
and t2.mobile_number like '%${dto.mobileNumber}%'
</if>
<if test="dto.memberId != null and dto.memberId != ''">and t2.member_id like '%${dto.memberId}%'</if>
</select>
</mapper>