diff --git a/pom.xml b/pom.xml index 53583850..8b68ec59 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ - + tcm diff --git a/tall/src/main/resources/mapper_dao/TaskDetailDao.xml b/tall/src/main/resources/mapper_dao/TaskDetailDao.xml index 46c7d388..e8cdbddd 100644 --- a/tall/src/main/resources/mapper_dao/TaskDetailDao.xml +++ b/tall/src/main/resources/mapper_dao/TaskDetailDao.xml @@ -657,6 +657,7 @@ s.rec_status = 0 and d.executor_role = #{userId} AND d.project_id = 0 + order by s.begin_time )t LEFT JOIN t_pro_task_show ts on t.tDetailId = ts.task_detail_id and ts.rec_status = 0 @@ -717,9 +718,11 @@ AND s.end_time >= #{startTime} AND d.Level = 2 + order by s.begin_time )t LEFT JOIN t_pro_task_show ts on t.tDetailId = ts.task_detail_id and ts.rec_status = 0 + \ No newline at end of file diff --git a/tcm/src/main/resources/mapper_dao/ReportCodeDao.xml b/tcm/src/main/resources/mapper_dao/ReportCodeDao.xml index 1e1c29ad..a7693bd5 100644 --- a/tcm/src/main/resources/mapper_dao/ReportCodeDao.xml +++ b/tcm/src/main/resources/mapper_dao/ReportCodeDao.xml @@ -159,23 +159,7 @@ and t.rec_status = 0 ) c2 on c1.`code` = c2.parent_code - - - and (c1.`report_type`in (0,1)) - - - and (c1.`report_type`in (1)) - - - and (c1.`report_type`in (1)) - - - and (c1.`report_type`in (2)) - - - and (c1.`report_type`in (2)) - - +