mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 19:54:00 +09:00
change3
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
INSERT INTO product_category (kan_code, cls_nm_1, cls_nm_2, cls_nm_3, cls_nm_4, activation)
|
INSERT INTO product_category (kan_code, cls_nm_1, cls_nm_2, cls_nm_3, cls_nm_4, activation)
|
||||||
VALUES (#{kan_code}, #{cls_nm_1},#{cls_nm_2},#{cls_nm_3},#{cls_nm_4},1)
|
VALUES (#{kan_code}, #{cls_nm_1},#{cls_nm_2},#{cls_nm_3},#{cls_nm_4},1)
|
||||||
</insert>
|
</insert>
|
||||||
|
|
||||||
<!-- update -->
|
<!-- update -->
|
||||||
|
|
||||||
<update id="updateByKanCode" parameterType="CategoryDto">
|
<update id="updateByKanCode" parameterType="CategoryDto">
|
||||||
|
|||||||
Reference in New Issue
Block a user