Commit e83aaf6f authored by liwei's avatar liwei

修改了导入bug

parent a478d585
...@@ -214,12 +214,12 @@ ...@@ -214,12 +214,12 @@
FROM sys_user suu FROM sys_user suu
WHERE suu.username = #{entity.username} WHERE suu.username = #{entity.username}
and suu.del_flag = '0') AS username, and suu.del_flag = '0') AS username,
<if test="entity.phone != null and entity.phone != ''"> <!-- <if test="entity.phone != null and entity.phone != ''">-->
( SELECT phone <!-- ( SELECT phone-->
FROM sys_user suu <!-- FROM sys_user suu-->
WHERE suu.phone = #{entity.phone} <!-- WHERE suu.phone = #{entity.phone}-->
and suu.del_flag ='0') AS phone, <!-- and suu.del_flag ='0') AS phone,-->
</if> <!-- </if>-->
<if test="entity.email != null and entity.email != ''"> <if test="entity.email != null and entity.email != ''">
( SELECT email ( SELECT email
FROM sys_user suu FROM sys_user suu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment