自动化立体仓库 - WMS系统
#1
dubin
2025-11-20 0ee5fb34623360eb8b43a8a032023890de1401d8
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>