창고관리 완료

This commit is contained in:
leeheejin
2025-11-20 11:47:09 +09:00
parent 735ea9e048
commit 9563c8eec2
6 changed files with 184 additions and 403 deletions

View File

@@ -8534,6 +8534,7 @@ FROM (
<select id="getWarehouseList" parameterType="map" resultType="map">
SELECT
ROW_NUMBER() OVER (ORDER BY LOCATION_CODE) AS RNUM,
OBJID,
LOCATION_CODE,
LOCATION_NAME,
@@ -8670,6 +8671,7 @@ FROM (
)
ON CONFLICT (OBJID) DO UPDATE
SET
LOCATION_CODE = #{location_code},
LOCATION_NAME = #{location_name},
LOCATION_DESCRIPTION = #{location_description},
OUT_CODE = #{out_code},