mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update运营商VIP
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user