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); }