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