From 29ac84e27d9a6a7cb6c0891391acae9b2140183d Mon Sep 17 00:00:00 2001 From: zy_Java <654600784@qq.com> Date: Sun, 25 Apr 2021 17:50:32 +0800 Subject: [PATCH] v1.5 --- tall/src/main/resources/mapper_dao/TaskDetailDao.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tall/src/main/resources/mapper_dao/TaskDetailDao.xml b/tall/src/main/resources/mapper_dao/TaskDetailDao.xml index e8cdbddd..c6cfef4e 100644 --- a/tall/src/main/resources/mapper_dao/TaskDetailDao.xml +++ b/tall/src/main/resources/mapper_dao/TaskDetailDao.xml @@ -22,6 +22,7 @@ + @@ -74,6 +75,7 @@ d.project_id as tProjectId, d.description as tDescription, d.executor_role as tExecutorRole, + d.checker_role as checkerRole, s.begin_time as tBeginTime, s.end_time as tEndTime, d.cycle as tCycle,