mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 12:13:24 +09:00
planinMapper 추가
This commit is contained in:
@@ -96,6 +96,7 @@
|
|||||||
product_id = #{productId}
|
product_id = #{productId}
|
||||||
WHERE group_number = #{groupNumber} and product_id = #{oldProductId}
|
WHERE group_number = #{groupNumber} and product_id = #{oldProductId}
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<update id="delete" parameterType="planInDto">
|
<update id="delete" parameterType="planInDto">
|
||||||
update plan_In SET activation = false WHERE group_number = #{groupNumber}
|
update plan_In SET activation = false WHERE group_number = #{groupNumber}
|
||||||
</update>
|
</update>
|
||||||
|
|||||||
Reference in New Issue
Block a user