Przeglądaj źródła

优化考勤代码

Your Name 3 lat temu
rodzic
commit
1e1e14d5e5

+ 1 - 0
java110-db/src/main/resources/mapper/report/ReportAttendanceServiceDaoImplMapper.xml

@@ -185,5 +185,6 @@
         <if test="taskMonth !=null and taskMonth != ''">
             and act.task_month= #{taskMonth}
         </if>
+        order by t.`value`
     </select>
 </mapper>