浏览代码

브랜드 정보 저장 퀴리 수정

dwkim 2 年之前
父节点
当前提交
cd154939d4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mybatis/sqlmaps/stinfo/brand.xml

+ 1 - 0
src/main/resources/mybatis/sqlmaps/stinfo/brand.xml

@@ -217,6 +217,7 @@
217 217
           , sys_chg_dttm = NOW()
218 218
           , sys_chg_id = #{userId}
219 219
           , shmt_col_proc_type = #{entity.shmtColProcType}
220
+          , whis_list_use_yn = #{entity.whisListUseYn}
220 221
         where brand_id = #{entity.brandId}
221 222
     </update>
222 223