自动化立体仓库 - WMS系统
zjj
2023-09-06 e96735d51730b816041a6123e865c259856b4781
src/main/resources/mapper/NodeMapper.xml
@@ -82,5 +82,13 @@
        AND (CHARINDEX(','+#{tag_id}+',', ','+mt.path+',') > 0 OR mt.id = #{tag_id})
        <include refid="nodeCondition"></include>
    </select>
    <select id="getRommendLoc" resultType="java.lang.String">
        select name from man_node
        where level = 3
        and (row1 >=#{rowBeg}  and row1 &lt;= #{rowEnd})
        and (bay1 >=#{bayBeg}  and bay1 &lt;= #{bayEnd})
        and (lev1 >=#{levBeg}  and lev1 &lt;= #{levEnd})
    </select>
</mapper>