#
luxiaotao1123
2024-10-19 dfc2d1e2bbbc01e68e0e7ee89f3a557db5841f93
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>