#
luxiaotao1123
2024-10-07 55833211343bc9d0f80e947ab773b75821b04466
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>