update Categorys and Products and add Prices

This commit is contained in:
Kana
2024-01-12 09:53:33 +09:00
parent 660e581391
commit 735cf868cd
16 changed files with 721 additions and 123 deletions

View File

@@ -48,6 +48,12 @@
WHERE id = #{id}
</update>
<update id="deactivateById" parameterType="String">
UPDATE product
SET activation = 0
WHERE id = #{id}
</update>
<!-- delete -->