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

Commit b83da537 authored by 胡佳晨's avatar 胡佳晨

修改 admin

parent 6713598e
...@@ -45,10 +45,10 @@ ...@@ -45,10 +45,10 @@
) ssls ) ssls
) ssut on ssut.uid = aut.uid ) ssut on ssut.uid = aut.uid
<where> <where>
<if test="status!='-999'"> <if test="status!=''">
AND ssu.status = #{status} OR ssu.status is null AND ssu.status = #{status} OR ssu.status is null
</if> </if>
<if test="status!='-999'"> <if test="uid!=''">
AND ssu.uid =#{uid} OR ssu.status is null AND ssu.uid =#{uid} OR ssu.status is null
</if> </if>
</where> </where>
......
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