planinMapper 추가

This commit is contained in:
Suh
2024-01-17 15:54:35 +09:00
parent 4b2ad1bc90
commit 2eb2901473

View File

@@ -96,6 +96,7 @@
product_id = #{productId}
WHERE group_number = #{groupNumber} and product_id = #{oldProductId}
</update>
<update id="delete" parameterType="planInDto">
update plan_In SET activation = false WHERE group_number = #{groupNumber}
</update>