yzt
2023-05-26 2f70f6727314edd84d8ec2bfe3ce832803f1ea77
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
 
package com.hxzkoa.controller;
 
import com.hxzkoa.json.tb_achor;
import com.hxzkoa.json.tb_department;
import com.hxzkoa.json.tb_person;
import com.hxzkoa.json.tb_warning;
import com.hxzkoa.services.AnchorService;
import com.hxzkoa.services.BasicInfoService;
import com.hxzkoa.services.WarningService;
import com.hxzkoa.services.ZhwService;
import com.hxzkoa.util.PageUtil;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
 
@Controller
public class iframeController {
    @Autowired
    BasicInfoService basicInfoService;
    @Autowired
    AnchorService anchorService;
    @Autowired
    WarningService warningService;
    @Autowired
    ZhwService zhwService;
 
    public iframeController() {
    }
 
    @RequestMapping(
            value = {"/iframeRenYuan.do"},
            method = {RequestMethod.POST, RequestMethod.GET}
    )
    public String personManagement2(HttpServletRequest request) {
        String toPage = "forward:/hxzk/iframe/RenYuan.jsp";
        List<tb_person> personManagementList = this.zhwService.getRight(1);
        request.setAttribute("personManagementList", personManagementList);
        List<tb_department> departmentList = this.basicInfoService.getDepartmentList();
        request.setAttribute("departmentList", departmentList);
        int curPage = 1;
        int count = this.basicInfoService.getPersonManagementCount4();
        int minPage = PageUtil.getMinPage(count);
        request.setAttribute("pageList", PageUtil.getPage(minPage));
        request.setAttribute("curPage", Integer.valueOf(curPage));
        return toPage;
    }
 
    @RequestMapping(
            value = {"/iframeCheLiang.do"},
            method = {RequestMethod.POST, RequestMethod.GET}
    )
    public String cheliangManagement(HttpServletRequest request) {
        String toPage = "forward:/hxzk/iframe/CheLiang.jsp";
        List<tb_person> personManagementList = this.basicInfoService.getPersonManagement2(1);
        request.setAttribute("personManagementList", personManagementList);
        List<tb_department> departmentList = this.basicInfoService.getDepartmentList();
        request.setAttribute("departmentList", departmentList);
        int curPage = 1;
        int count = this.basicInfoService.getPersonManagementCount2();
        int minPage = PageUtil.getMinPage(count);
        request.setAttribute("pageList", PageUtil.getPage(minPage));
        request.setAttribute("curPage", Integer.valueOf(curPage));
        return toPage;
    }
 
    @RequestMapping(
            value = {"/iframeWuZi.do"},
            method = {RequestMethod.POST, RequestMethod.GET}
    )
    public String wuziManagement(HttpServletRequest request) {
        String toPage = "forward:/hxzk/iframe/WuZi.jsp";
        List<tb_person> personManagementList = this.basicInfoService.getPersonManagement3(1);
        request.setAttribute("personManagementList", personManagementList);
        List<tb_department> departmentList = this.basicInfoService.getDepartmentList();
        request.setAttribute("departmentList", departmentList);
        int curPage = 1;
        int count = this.basicInfoService.getPersonManagementCount3();
        int minPage = PageUtil.getMinPage(count);
        request.setAttribute("pageList", PageUtil.getPage(minPage));
        request.setAttribute("curPage", Integer.valueOf(curPage));
        return toPage;
    }
 
    @RequestMapping(
            value = {"/iframeJiZhan.do"},
            method = {RequestMethod.POST, RequestMethod.GET}
    )
    public String anchorManagement(HttpServletRequest request) {
        String toPage = "forward:/hxzk/iframe/JiZhan.jsp";
        List<tb_achor> achorManagementList = this.anchorService.getAnchorManagement(1);
        request.setAttribute("achorManagementList", achorManagementList);
        int curPage = 1;
        int count = this.anchorService.getAnchorManagementCount();
        int minPage = PageUtil.getMinPage(count);
        request.setAttribute("pageList", PageUtil.getPage(minPage));
        request.setAttribute("curPage", Integer.valueOf(curPage));
        return toPage;
    }
 
    @RequestMapping(
            value = {"/iframeSoS.do"},
            method = {RequestMethod.POST, RequestMethod.GET}
    )
    public String warningSummary(HttpServletRequest request) {
        String toPage = "forward:/hxzk/iframe/SOS.jsp";
        List<tb_warning> warningSummaryList = this.warningService.iframeSoS(1);
        request.setAttribute("warningSummaryList", warningSummaryList);
        int curPage = 1;
        int count = this.warningService.getWarningSummaryCount();
        int minPage = PageUtil.getMinPage(count);
        request.setAttribute("pageList", PageUtil.getPage(minPage));
        request.setAttribute("curPage", Integer.valueOf(curPage));
        return toPage;
    }
 
    @RequestMapping(
            value = {"/iframeDdl.do"},
            method = {RequestMethod.POST, RequestMethod.GET}
    )
    public String Ddl(HttpServletRequest request) {
        String toPage = "forward:/hxzk/iframe/Ddl.jsp";
        List<tb_warning> warningSummaryList = this.warningService.iframeDdl(1);
        request.setAttribute("warningSummaryList", warningSummaryList);
        int curPage = 1;
        int count = this.warningService.getWarningSummaryCount();
        int minPage = PageUtil.getMinPage(count);
        request.setAttribute("pageList", PageUtil.getPage(minPage));
        request.setAttribute("curPage", Integer.valueOf(curPage));
        return toPage;
    }
}