自动化立体仓库 - WMS系统
#
zjj
2023-12-26 79f209a5ec9236adfd4576285d50a7b860da7230
src/main/resources/mapper/LocMastMapper.xml
@@ -98,7 +98,10 @@
    <select id="selectNodeEByLev" resultMap="BaseResultMap">
        SELECT * FROM asr_node_loc_DT_E_view WHERE lev1 = #{lev}
    </select>
    <select id="selectByLoc" resultMap="BaseResultMap">
        select * from asr_loc_mast
        where loc_no = #{locNo}
    </select>
</mapper>