ke
2024-07-19 08a962d2925baa255207fdf979e6fee794f1773b
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sg/mapper/SgProgressReportMapper.java
@@ -35,4 +35,8 @@
   List<SgProgressReportVO> statusCount(@Param("dto") ProjectSearchDTO searchDTO);
   List<Map<String, Object>> getUserByIds(@Param("ids") List<Long> ids);
   List<SgProgressReportVO> queryPageListAll(@Param("page") IPage<SgProgressReportVO> page, @Param("dto") ProjectSearchDTO searchDTO);
   Long selectProframId(Long deviceId);
}