#
luxiaotao1123
2024-09-20 4014aef3bc15d24ffbb7dacfdffece321c1b9158
zy-acs-manager/src/main/resources/mapper/manager/AgvMapper.xml
@@ -13,6 +13,9 @@
        <if test="param.uuid != null">
            AND ma.uuid = #{param.uuid}
        </if>
        <if test="param.pos != null">
            AND mad.pos = #{param.pos}
        </if>
        order by ma.uuid asc
    </select>