|
@@ -35,7 +35,7 @@ public class HwttlfxCtl extends BaseWebCtl{
|
|
|
private HwttlfxService hwttlfxService;
|
|
|
|
|
|
@RequestMapping(value="/main")
|
|
|
- public String main(Model model,final HttpServletRequest request,String tjx,String zzbl,final String startDate,final String endDate){
|
|
|
+ public String main(Model model,final HttpServletRequest request,String tjx,String zzbl,final String startDate,final String endDate,final String menuid){
|
|
|
|
|
|
Specification<FlhwttlhjEntity> spec = new Specification<FlhwttlhjEntity>() {
|
|
|
|
|
@@ -316,6 +316,7 @@ public class HwttlfxCtl extends BaseWebCtl{
|
|
|
model.addAttribute("endDate", endDate);
|
|
|
model.addAttribute("zzbl", zzbl);
|
|
|
model.addAttribute("tjx", tjx);
|
|
|
+ model.addAttribute("menuid", menuid);
|
|
|
return "gkyxtjyfx/gkhwttlfx/gkhwttlfx";
|
|
|
}
|
|
|
|