记得上下班打卡 | git大法好,push需谨慎

Commit 90b65dc2 authored by 胡佳晨's avatar 胡佳晨

积分明细

parent 441a4c97
......@@ -31,8 +31,11 @@
<if test="mobile!=''">
AND mobile LIKE concat('%', #{mobile}, '%')
</if>
<if test="status!=''">
AND status = #{status} OR status is null
<if test="status==1">
AND status = 1 OR status is null
</if>
<if test="status==2">
AND status = 2
</if>
<if test="uid!='-999'">
AND au.uid = #{uid}
......
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