#
luxiaotao1123
2024-10-16 dc31d8c4e1e45d6f932050a0da4e18a09d8dfd07
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>