dwkim пре 2 година
родитељ
комит
4a90ff211b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/resources/mybatis/sqlmaps/inoutmng/ShmtOdr.xml

+ 1 - 1
src/main/resources/mybatis/sqlmaps/inoutmng/ShmtOdr.xml

@@ -168,7 +168,7 @@
168 168
     </insert>
169 169
 
170 170
     <select id="selectShmtSearchGridList" resultType="com.oqpo.api.entity.inoutmng.ShmtOdrBaseEntity">
171
-        /* shmtOdrMapper.selectShmtSearchGridList */selectShmtSearchGridList
171
+        /* shmtOdrMapper.selectShmtSearchGridList */
172 172
         select base.shmt_req_unq_no , ptcl.shmt_req_dtl_no as 'shmtOdrDtlInfo.shmt_req_dtl_no' ,  base.brand_id, fn_brand_nm(base.brand_id) as brand_nm
173 173
                ,ptcl.pch_podr_unq_no as 'shmtOdrDtlInfo.pch_podr_unq_no' , ptcl.pch_podr_dtl_no as 'shmtOdrDtlInfo.pch_podr_dtl_no'
174 174
                ,base.shmt_req_st_cd, fn_code_nm('SHMT_REQ_ST_CD',base.shmt_req_st_cd) as shmt_req_st_nm  , ptcl.item_id as 'shmtOdrDtlInfo.item_id'