自动化立体仓库 - WMS系统
zjj
2023-09-06 914a092bc4c21d69641f94b68fecf61b25ddaca1
src/main/resources/mapper/NodeMapper.xml
@@ -82,5 +82,9 @@
        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 parent_name = 'C'
    </select>
</mapper>