#
luxiaotao1123
2024-10-18 196ad66f41fe77fff13b15b05095dc7661251a5d
zy-acs-manager/src/main/resources/mapper/manager/AgvMapper.xml
@@ -19,7 +19,7 @@
        <if test="param.agvModel != null">
            AND ma.agv_model = #{param.agvModel}
        </if>
        order by ma.uuid asc
        order by CONVERT(ma.uuid, UNSIGNED) asc
    </select>
</mapper>