| | |
| | | <result column="appe_time" property="appeTime" /> |
| | | <result column="error_time" property="errorTime" /> |
| | | <result column="error_memo" property="errorMemo" /> |
| | | <result column="barcode" property="barcode" /> |
| | | <result column="qr_code_value" property="qrCodeValue" /> |
| | | <result column="status" property="status" /> |
| | | <result column="barcode" property="barcode" /> |
| | | |
| | | </resultMap> |
| | | |
| | |
| | | and loc_sts not in ('O') |
| | | order by row1 |
| | | </select> |
| | | |
| | | <select id="getLevList" resultType="java.lang.Integer"> |
| | | select distinct lev1 from asr_loc_mast |
| | | </select> |
| | | </mapper> |