|
@@ -86,7 +86,8 @@
|
86
|
86
|
/* WhsMngMapper.selectWhsLocGridList */
|
87
|
87
|
SELECT A.brand_id, A.whs_id, A.location, A.location_nm,
|
88
|
88
|
A.stck_dvsn, FN_CODE_NM('STCK_DVSN', A.stck_dvsn) AS stck_dvsn_nm,
|
89
|
|
- A.loc_st_cd, FN_CODE_NM('LOC_ST_CD', A.loc_st_cd) AS loc_st_nm
|
|
89
|
+ A.loc_st_cd, FN_CODE_NM('LOC_ST_CD', A.loc_st_cd) AS loc_st_nm,
|
|
90
|
+ A.loc_base_yn
|
90
|
91
|
FROM whs_mgnt_base_loc A
|
91
|
92
|
WHERE A.brand_id = #{brandId}
|
92
|
93
|
AND A.whs_id = #{whsId}
|
|
@@ -172,7 +173,7 @@
|
172
|
173
|
location_nm = #{entity.locationNm},
|
173
|
174
|
stck_dvsn = #{entity.stckDvsn},
|
174
|
175
|
loc_st_cd = #{entity.locStCd},
|
175
|
|
- loc_base_yn = #{entity.baseYn},
|
|
176
|
+ loc_base_yn = #{entity.locBaseYn},
|
176
|
177
|
sys_chg_dttm = NOW(),
|
177
|
178
|
sys_chg_id = #{entity.sysChgId}
|
178
|
179
|
WHERE brand_id = #{entity.brandId}
|