Commit 055c0596 authored by 盖献康's avatar 盖献康

修改 bug

parent 7e1346f1
...@@ -63,10 +63,10 @@ ...@@ -63,10 +63,10 @@
and nlt_bz = #{entity.nltBz} and nlt_bz = #{entity.nltBz}
</if> </if>
<if test="entity.sort == '0'.toString()"> <if test="entity.sort == '0'.toString()">
order by work_hours order by date_of_attendance desc, work_hours desc
</if> </if>
<if test="entity.sort == '1'.toString()"> <if test="entity.sort == '1'.toString()">
order by off_hours order by date_of_attendance desc, off_hours desc
</if> </if>
<if test="entity.sort == '2'.toString()"> <if test="entity.sort == '2'.toString()">
order by time_on_job + 0 order by time_on_job + 0
......
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