mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
!2 修改了用户管理界面报错问题
Merge pull request !2 from crazyDull/bugfix/修改用户管理报错问题
This commit is contained in:
@@ -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 != ''"><!-- 开始时间检索 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user