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

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

修改 admin

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