问题修改
This commit is contained in:
parent
077fb4d512
commit
cf4fa55eff
|
|
@ -88,7 +88,7 @@
|
||||||
<!-- 修改计划-并提交 -->
|
<!-- 修改计划-并提交 -->
|
||||||
<update id="updatePlanAndSub" parameterType="com.bonus.gzgqj.business.plan.entity.PlanApplyBean" >
|
<update id="updatePlanAndSub" parameterType="com.bonus.gzgqj.business.plan.entity.PlanApplyBean" >
|
||||||
update t_plan_apply
|
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
|
need_time=#{needTime},updater=#{updater},update_time=now(),status=1,status_type=2
|
||||||
where id=#{id}
|
where id=#{id}
|
||||||
</update>
|
</update>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue