问题修改

This commit is contained in:
cwchen 2025-01-24 15:19:29 +08:00
parent 077fb4d512
commit cf4fa55eff
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<!-- 修改计划-并提交 -->
<update id="updatePlanAndSub" parameterType="com.bonus.gzgqj.business.plan.entity.PlanApplyBean" >
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}
</update>