自动化立体仓库 - WMS系统
whycq
2024-07-06 b6a5504ce64f508391a460dc81f8fd288d9f3722
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>