自动化立体仓库 - WMS系统
#1
dubin
6 天以前 9268cd77b4e864b901a8b0bf965f441f2e8c4fbd
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>