| | |
| | | <result column="lev1" property="lev1" /> |
| | | <result column="full_plt" property="fullPlt" /> |
| | | <result column="loc_type" property="locType" /> |
| | | <result column="loc_type1" property="locType1" /> |
| | | <result column="loc_type2" property="locType2" /> |
| | | <result column="loc_type3" property="locType3" /> |
| | | <result column="out_enable" property="outEnable" /> |
| | | <result column="io_time" property="ioTime" /> |
| | | <result column="first_time" property="firstTime" /> |
| | |
| | | <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" /> |
| | | |
| | | </resultMap> |
| | | |
| | | <select id="queryFreeLocMast" resultMap="BaseResultMap"> |
| | | select top 1 * from asr_loc_mast where row1=#{row} and loc_sts='O' order by loc_sts desc ,lev1 asc,bay1 asc |
| | | <select id="getLevList" resultType="integer"> |
| | | select DISTINCT lev1 from asr_loc_mast |
| | | </select> |
| | | |
| | | </mapper> |