!2 修改了用户管理界面报错问题

Merge pull request !2 from crazyDull/bugfix/修改用户管理报错问题
This commit is contained in:
随遇而安
2021-09-28 15:36:15 +00:00
committed by Gitee

View File

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