|
@@ -50,7 +50,7 @@ public class YeWeiHuiController {
|
|
return new ModelAndView("/yeweihui/home.ftl", model);
|
|
return new ModelAndView("/yeweihui/home.ftl", model);
|
|
}
|
|
}
|
|
|
|
|
|
- @GetMapping("/yeweihui/qiuzhudetail.html")
|
|
|
|
|
|
+ @GetMapping("/yeweihui/qiuzhuDetail.html")
|
|
public ModelAndView qiuzhudetail(@Pd(name = "taskId") Long taskId, ModelMap model) throws JsonProcessingException {
|
|
public ModelAndView qiuzhudetail(@Pd(name = "taskId") Long taskId, ModelMap model) throws JsonProcessingException {
|
|
|
|
|
|
QzTask task = qzTaskService.queryByTaskId(taskId);
|
|
QzTask task = qzTaskService.queryByTaskId(taskId);
|
|
@@ -89,7 +89,7 @@ public class YeWeiHuiController {
|
|
model.put("taskJson", new JsonWapper(task));
|
|
model.put("taskJson", new JsonWapper(task));
|
|
model.put("task", task);
|
|
model.put("task", task);
|
|
|
|
|
|
- return new ModelAndView("/yeweihui/qiuzhudetail.ftl", model);
|
|
|
|
|
|
+ return new ModelAndView("/yeweihui/qiuzhuDetail.ftl", model);
|
|
}
|
|
}
|
|
|
|
|
|
@PostMapping("/yeweihui/qiuzhu/reply.json")
|
|
@PostMapping("/yeweihui/qiuzhu/reply.json")
|