|
@@ -170,6 +170,9 @@ public class DzfQuestionService extends ServiceImpl<DzfQuestionMapper, DzfQuesti
|
|
|
public IPage<DzfQuestionDTO> findPage4(Page<DzfQuestionDTO> page, String state,String start,String end, String loginName) {
|
|
|
return baseMapper.findList4 (page, state,start,end,loginName);
|
|
|
}
|
|
|
+ public IPage<DzfQuestionDTO> findPage5(Page<DzfQuestionDTO> page, String state, String start, String end) {
|
|
|
+ return baseMapper.findList5 (page, state,start,end);
|
|
|
+ }
|
|
|
|
|
|
public List<List<HashMap<String, Object>>> getFinish(String start, String end) {
|
|
|
// 获取已办结问题
|
|
@@ -396,4 +399,6 @@ public class DzfQuestionService extends ServiceImpl<DzfQuestionMapper, DzfQuesti
|
|
|
allList.put("three",continueList3);
|
|
|
return allList;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
}
|