修改错误问题

This commit is contained in:
[347954141@qq.com]
2021-09-28 19:09:29 +08:00
parent ffc733aa2d
commit 0580fbb8e7

View File

@@ -73,7 +73,7 @@
<if test="openId != null and openId != ''">
AND u.open_id = #{openId}
</if>
, <if test="phonenumber != null and phonenumber != ''">
<if test="phonenumber != null and phonenumber != ''">
AND u.phonenumber like concat('%', #{phonenumber}, '%')
</if>
<if test="params.beginTime != null and params.beginTime != ''"><!-- 开始时间检索 -->