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>