#
luxiaotao1123
2024-09-29 431f3056427a1393dbfe3c6203aea0f79fcac89a
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>