|
@@ -9,6 +9,7 @@ import com.rtrh.projects.modules.projects.enums.RptContKindEnum;
|
|
|
import com.rtrh.projects.modules.projects.po.RptCont;
|
|
|
import com.rtrh.projects.modules.projects.vo.*;
|
|
|
import com.rtrh.projects.modules.system.vo.LoginUserVO;
|
|
|
+import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
|
public interface SubRptContService {
|
|
|
|
|
@@ -17,6 +18,9 @@ public interface SubRptContService {
|
|
|
List<RptCont> getListBySubId(String subId, RptContKindEnum kind,Date startDate,Date endDate);
|
|
|
|
|
|
List<Map<String, Object>> ListQuery(String varkind, String varbegin, String varend, String vardesc, String varstatus, String varjsdd, String varlogin,Integer varpage, Integer varnum, Integer outtotal);
|
|
|
+
|
|
|
+ Page listQuery(Page page, RptContQueryVO queryVO);
|
|
|
+
|
|
|
List<Map<String,Object>> ListQueryWeekAndMonthAlarm(String loginName);
|
|
|
|
|
|
void saveReport(WeekContentVO vo, LoginUserVO loginUserVO, RptContKindEnum contKindEnum);
|