Your Name лет назад: 3
Родитель
Сommit
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>