Commit 5946aadd by caojingji

修改用户查询sql语句

parent 5c23bf9d
......@@ -27,13 +27,13 @@
t.RKSJ as rksj,
t.DEL as del
from TB_VW_USER_INFO t
where
t.DEL='0'
<where>
<if test="card_id != null and card_id != ''">
and t.CARD_ID = #{card_id}
</if>
<if test="username != null and username != ''">
and t.USERNAME = #{username}
</if>
</where>
</select>
</mapper>
\ No newline at end of file
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