#
luxiaotao1123
2024-09-21 72b7430ecbfc96536df09ec641713421c67537fd
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>