update Category

This commit is contained in:
Kana
2024-01-05 16:28:04 +09:00
parent 0c9d5d59ca
commit a5392ac111
7 changed files with 136 additions and 91 deletions

View File

@@ -51,7 +51,9 @@
select * from product_category
</select>
<select id="kanCheck" parameterType="String" resultType="String">
select kan_code from product_category where kan_code = #{kan_code}
</select>