src/main/resources/mapper/LocMastMapper.xml @@ -217,4 +217,8 @@ </if> ORDER BY lev1 ASC, bay1 ASC </select> <select id="selectByBarcode" resultMap="BaseResultMap"> SELECT * FROM asr_loc_mast where 1=1 and barcode = #{barcode} </select> </mapper>