#
luxiaotao1123
2024-11-12 0628aaf9aa7c172cd5288f553ef045f8077ea9e4
zy-acs-manager/src/main/resources/mapper/manager/SegmentMapper.xml
@@ -28,6 +28,12 @@
        group_id
        FROM man_segment
        WHERE state = #{state}
        <if test="agvId != null">
            AND agv_id = #{agvId}
        </if>
        <if test="groupNo != null">
            AND group_id LIKE CONCAT('%', #{groupNo}, '%')
        </if>
        GROUP BY group_id
        ORDER BY create_time DESC
    </select>