From ff0b9a49ddc15af57c7bc84f3b926bddcd0937c8 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 25 十一月 2024 10:18:55 +0800 Subject: [PATCH] flowable管理接口bug --- business/src/main/resources/mapper/ProjectPlanExamineRecordMapper.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/business/src/main/resources/mapper/ProjectPlanExamineRecordMapper.xml b/business/src/main/resources/mapper/ProjectPlanExamineRecordMapper.xml index 2e4cb87..b9469a5 100644 --- a/business/src/main/resources/mapper/ProjectPlanExamineRecordMapper.xml +++ b/business/src/main/resources/mapper/ProjectPlanExamineRecordMapper.xml @@ -16,6 +16,8 @@ <result column="event_type" property="eventType" /> <result column="delay_start_time" property="delayStartTime" /> <result column="delay_end_time" property="delayEndTime" /> + <result column="gmt_create_time" property="gmtCreateTime" /> + <result column="gmt_update_time" property="gmtUpdateTime" /> </resultMap> @@ -38,6 +40,8 @@ TPPER.event_type, TPPER.delay_start_time, TPPER.delay_end_time, + TPPER.gmt_create_time, + TPPER.gmt_update_time, TPPER.id FROM t_project_plan_examine_record TPPER @@ -60,6 +64,8 @@ TPPER.event_type, TPPER.delay_start_time, TPPER.delay_end_time, + TPPER.gmt_create_time, + TPPER.gmt_update_time, TPPER.id FROM t_project_plan_examine_record TPPER -- Gitblit v1.8.0