shenyijian
2024-06-18 18d0f722b1c569c881a897c8f2f50f50d624fe11
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sg/mapper/SgProgressReportMapper.java
@@ -9,6 +9,7 @@
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
/**
 * <p>
@@ -29,4 +30,8 @@
   Long countList(@Param("dto") ProjectSearchDTO searchDTO);
   List<SgStepReportVO> selectByDeviceId(@Param("deviceId") Long gxDeviceId);
   List<SgProgressReportVO> statusCount(@Param("dto") ProjectSearchDTO searchDTO);
   List<Map<String, Object>> getUserByIds(@Param("ids") List<Long> ids);
}