| | |
| | | <result column="inv_wh" property="invWh" /> |
| | | <result column="mk" property="mk" /> |
| | | <result column="barcode" property="barcode" /> |
| | | <result column="Pdc_type" property="PdcType" /> |
| | | <result column="ctn_no" property="ctnNo" /> |
| | | <result column="qr_code_value" property="qrCodeValue" /> |
| | | |
| | |
| | | and loc_sts = 'O' |
| | | order by row1 |
| | | </select> |
| | | |
| | | <select id="selectNotEmptyLocNos" resultMap="BaseResultMap"> |
| | | select * from asr_loc_mast |
| | | where loc_no in |
| | | <foreach item="loc" collection="locNos" index="index" separator="," open="(" close=")"> |
| | | #{loc} |
| | | </foreach> |
| | | and loc_sts != 'O' |
| | | order by row1 |
| | | </select> |
| | | </mapper> |