Compare commits

..

No commits in common. "109430e1d2d0b567a4519690ff11fc498df00c36" and "8152e029ce373e8cf8c69e8727bc269e644b332e" have entirely different histories.

View File

@ -1413,9 +1413,11 @@
<update id="updatePlanConfirmSync" parameterType="com.interplug.qcast.biz.estimate.dto.PlanSyncResponse"> <update id="updatePlanConfirmSync" parameterType="com.interplug.qcast.biz.estimate.dto.PlanSyncResponse">
/* sqlid : com.interplug.qcast.biz.estimate.updatePlanConfirmSync */ /* sqlid : com.interplug.qcast.biz.estimate.updatePlanConfirmSync */
UPDATE T_PLAN_INFO UPDATE T_PLAN
SET SET
ORDER_FLG = '1' ORDER_FLG = '1'
, LAST_EDIT_DATETIME = GETDATE()
, LAST_EDIT_USER = 'system'
WHERE OBJECT_NO = #{objectNo} WHERE OBJECT_NO = #{objectNo}
AND PLAN_NO = #{planNo} AND PLAN_NO = #{planNo}
</update> </update>