From cf4fa55eff5504e835ebb9814159bf9d0fe870d3 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 24 Jan 2025 15:19:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/plan/PlanApplicationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mappers/plan/PlanApplicationMapper.xml b/src/main/resources/mappers/plan/PlanApplicationMapper.xml index 64d49d4..1c7066e 100644 --- a/src/main/resources/mappers/plan/PlanApplicationMapper.xml +++ b/src/main/resources/mappers/plan/PlanApplicationMapper.xml @@ -88,7 +88,7 @@ update t_plan_apply - set project_id=#{projectId},project_part=#{projectPart},project_content=#{projectContent} + set project_id=#{projectId},project_part=#{projectPart},project_content=#{projectContent}, need_time=#{needTime},updater=#{updater},update_time=now(),status=1,status_type=2 where id=#{id}