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