|
@@ -52,7 +52,7 @@ public class YeWeiHuiController {
|
|
private RbMapper rbMapper;
|
|
private RbMapper rbMapper;
|
|
|
|
|
|
@GetMapping("/yeweihui/home.html")
|
|
@GetMapping("/yeweihui/home.html")
|
|
- public ModelAndView yeweihui(ModelMap model,@RequestParam(value = "userId") Long userId, @RequestParam(value = "show", required = false, defaultValue = "-") String show) {
|
|
|
|
|
|
+ public ModelAndView yeweihui(ModelMap model,@RequestParam(value = "userId") Long userId, @RequestParam(value = "showQZ", required = false, defaultValue = "-") String showQZ) {
|
|
|
|
|
|
// List<QzTask> taskList = qzTaskService.selectAll(1225321682867105793L);
|
|
// List<QzTask> taskList = qzTaskService.selectAll(1225321682867105793L);
|
|
// List<sysUptownUnit> rbList = rbService.selectAll(1225321682867105793L);
|
|
// List<sysUptownUnit> rbList = rbService.selectAll(1225321682867105793L);
|
|
@@ -61,7 +61,7 @@ public class YeWeiHuiController {
|
|
model.put("taskList", YvanUtil.toJsonPretty(taskList));
|
|
model.put("taskList", YvanUtil.toJsonPretty(taskList));
|
|
model.put("rbList", YvanUtil.toJsonPretty(rbList));
|
|
model.put("rbList", YvanUtil.toJsonPretty(rbList));
|
|
model.put("user_id", "\""+userId+"\"");
|
|
model.put("user_id", "\""+userId+"\"");
|
|
- model.put("show", "\""+show+"\"");
|
|
|
|
|
|
+ model.put("showQZ", "\""+showQZ+"\"");
|
|
|
|
|
|
return new ModelAndView("/yeweihui/home.ftl", model);
|
|
return new ModelAndView("/yeweihui/home.ftl", model);
|
|
}
|
|
}
|
|
@@ -187,7 +187,7 @@ public class YeWeiHuiController {
|
|
return new ModelAndView("/yeweihui/ribaohuiz.ftl", model);
|
|
return new ModelAndView("/yeweihui/ribaohuiz.ftl", model);
|
|
}
|
|
}
|
|
|
|
|
|
- @GetMapping("/epi/yeweihui/ribaohuiz")
|
|
|
|
|
|
+ @GetMapping("/yeweihui/ribaohuiz")
|
|
public Model<Map<String, Object>> yeweihuiRibaohuiz(Long userCreate,String reportDate) {
|
|
public Model<Map<String, Object>> yeweihuiRibaohuiz(Long userCreate,String reportDate) {
|
|
// Long userCreate = 1225321682867105793L;
|
|
// Long userCreate = 1225321682867105793L;
|
|
|
|
|
|
@@ -215,7 +215,7 @@ public class YeWeiHuiController {
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation("导出家庭上报明细")
|
|
@ApiOperation("导出家庭上报明细")
|
|
- @GetMapping("/epi/yeweihui/exportRiBao")
|
|
|
|
|
|
+ @GetMapping("/yeweihui/exportRiBao")
|
|
@SneakyThrows
|
|
@SneakyThrows
|
|
public void exportRiBao(@Pd(name = "userId") Long userId,
|
|
public void exportRiBao(@Pd(name = "userId") Long userId,
|
|
@Pd(name = "date") String date,
|
|
@Pd(name = "date") String date,
|