自动化立体仓库 - WMS系统
#
qlsxk
2025-10-16 6a7b8832aadccd2930ccf9b4e09890b78887e65e
src/main/resources/mapper/BasCrnpMapper.xml
@@ -26,6 +26,11 @@
        <result column="tank_qty" property="tankQty" />
        <result column="tank_qty1" property="tankQty1" />
        <result column="origin" property="origin" />
        <result column="lev1" property="lev1" />
    </resultMap>
    <select id="getLevList" resultType="integer">
        select DISTINCT lev1 from asr_bas_crnp
    </select>
</mapper>