Merge pull request 'estimateMapper.xml' (#286) from dev into dev-deploy

Reviewed-on: #286
This commit is contained in:
ysCha 2026-01-02 14:23:04 +09:00
commit 109430e1d2

View File

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