沧州矿石数据同步日志
parent
12d0079c3b
commit
6fef2c1407
|
@ -6,10 +6,7 @@ import com.zcloud.entity.PageData;
|
||||||
import com.zcloud.entity.system.User;
|
import com.zcloud.entity.system.User;
|
||||||
import com.zcloud.service.docking.DockingRelationService;
|
import com.zcloud.service.docking.DockingRelationService;
|
||||||
import com.zcloud.service.mq.DockSendMessageService;
|
import com.zcloud.service.mq.DockSendMessageService;
|
||||||
import com.zcloud.util.Const;
|
import com.zcloud.util.*;
|
||||||
import com.zcloud.util.Jurisdiction;
|
|
||||||
import com.zcloud.util.Tools;
|
|
||||||
import com.zcloud.util.UuidUtil;
|
|
||||||
import org.apache.shiro.session.Session;
|
import org.apache.shiro.session.Session;
|
||||||
import org.aspectj.lang.ProceedingJoinPoint;
|
import org.aspectj.lang.ProceedingJoinPoint;
|
||||||
import org.aspectj.lang.annotation.Around;
|
import org.aspectj.lang.annotation.Around;
|
||||||
|
@ -25,6 +22,7 @@ import org.springframework.web.context.request.ServletRequestAttributes;
|
||||||
import javax.annotation.PostConstruct;
|
import javax.annotation.PostConstruct;
|
||||||
import javax.servlet.http.HttpServletRequest;
|
import javax.servlet.http.HttpServletRequest;
|
||||||
import java.lang.reflect.Method;
|
import java.lang.reflect.Method;
|
||||||
|
import java.util.Date;
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
|
@ -188,9 +186,11 @@ public class DockingAspect {
|
||||||
TenCorpDto tenCorpDto = new TenCorpDto();
|
TenCorpDto tenCorpDto = new TenCorpDto();
|
||||||
tenCorpDto.setMessage("沧州矿石数据同步消息");
|
tenCorpDto.setMessage("沧州矿石数据同步消息");
|
||||||
tenCorpDto.setData(sendData);
|
tenCorpDto.setData(sendData);
|
||||||
tenCorpDto.setId(UuidUtil.get32UUID());
|
tenCorpDto.setMessageLogId(UuidUtil.get32UUID());
|
||||||
tenCorpDto.setTopic("docking");
|
tenCorpDto.setTopic("docking");
|
||||||
|
tenCorpDto.setMark(servletPath);
|
||||||
tenCorpDto.setProducer_name("qa-prevention-czks");
|
tenCorpDto.setProducer_name("qa-prevention-czks");
|
||||||
|
tenCorpDto.setCREATE_TIME(DateUtil.date2Str(new Date()));
|
||||||
// 有dockData
|
// 有dockData
|
||||||
String dockData = JSON.toJSONString(proceed.get("dockData"));
|
String dockData = JSON.toJSONString(proceed.get("dockData"));
|
||||||
if (Tools.notEmpty(dockData)) {
|
if (Tools.notEmpty(dockData)) {
|
||||||
|
|
|
@ -438,7 +438,7 @@ public class AppCheckRecordController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/excel")
|
@RequestMapping(value = "/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception {
|
public ModelAndView exportExcel() throws Exception {
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -255,7 +255,7 @@ public class AppCorpFuncController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -233,7 +233,7 @@ public class AppCourseStudyController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -258,7 +258,7 @@ public class AppCourseStudyVideoRecordController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -274,7 +274,7 @@ public class AppCoursewareController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -249,7 +249,7 @@ public class AppFeedbackController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -174,7 +174,7 @@ public class AppGasDetectionController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -175,7 +175,7 @@ public class AppHiddenExamineController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
// @RequiresPermissions("toExcel")
|
// // @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -284,7 +284,7 @@ public class AppIdentificationPartsController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
@ -316,7 +316,7 @@ public class AppIdentificationPartsController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excelModel")
|
@RequestMapping(value="/excelModel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
||||||
|
|
||||||
FileDownload.fileDownload(response, PathUtil.getProjectpath() + Const.FILEPATHFILE + "identificationpartsExcelTemplate.xls", "identificationpartsExcelTemplate.xls");
|
FileDownload.fileDownload(response, PathUtil.getProjectpath() + Const.FILEPATHFILE + "identificationpartsExcelTemplate.xls", "identificationpartsExcelTemplate.xls");
|
||||||
|
|
|
@ -346,7 +346,7 @@ public class AppImgFilesController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/excel")
|
@RequestMapping(value = "/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception {
|
public ModelAndView exportExcel() throws Exception {
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -609,7 +609,7 @@ public class AppLimitSpaceApproveController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -206,7 +206,7 @@ public class AppLimitSpaceController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -236,7 +236,7 @@ public class AppMajordangersourceDisposalController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -252,7 +252,7 @@ public class AppMyCurriculumController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -197,7 +197,7 @@ public class AppOffDutyController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -171,7 +171,7 @@ public class AppSerialNumberController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -237,7 +237,7 @@ public class AppStageExamController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -298,7 +298,7 @@ public class AppStageStudentRelationController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -244,7 +244,7 @@ public class AppStageexampaperController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -176,7 +176,7 @@ public class AppStudyTaskController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -183,7 +183,7 @@ public class AppSysPathController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -264,7 +264,7 @@ public class AppVersionManagerController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/excel")
|
@RequestMapping(value = "/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception {
|
public ModelAndView exportExcel() throws Exception {
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -230,7 +230,7 @@ public class AppVersionManagerFirstController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -685,7 +685,7 @@ public class AppHotWorkApplicationController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -238,7 +238,7 @@ public class AppHotWorkApplicationDelayedController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -196,7 +196,7 @@ public class AppRelevantUnitController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -212,7 +212,7 @@ public class AppSpecialUserController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -290,7 +290,7 @@ public class AppSafetyEnvironmentalController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -219,7 +219,7 @@ public class AppSafetyEnvironmentalExplainController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/excel")
|
@RequestMapping(value = "/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception {
|
public ModelAndView exportExcel() throws Exception {
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -231,7 +231,7 @@ public class AppSafetyEnvironmentalInspectorController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/excel")
|
@RequestMapping(value = "/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception {
|
public ModelAndView exportExcel() throws Exception {
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -163,7 +163,7 @@ public class AppSafetyEnvironmentalLogController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -167,7 +167,7 @@ public class AppSafetyEnvironmentalSituationController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -151,7 +151,7 @@ public class ArchivesCapitalController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -151,7 +151,7 @@ public class ArchivesEduManagerController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -151,7 +151,7 @@ public class ArchivesEduPlanController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -186,7 +186,7 @@ public class ArchivesFilesController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -150,7 +150,7 @@ public class ArchivesPostManController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -150,7 +150,7 @@ public class ArchivesTeacherController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -186,7 +186,7 @@ public class BillingManageController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -164,7 +164,7 @@ public class BreakGroundController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -566,7 +566,7 @@ public class CheckRecordController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/excel")
|
@RequestMapping(value = "/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception {
|
public ModelAndView exportExcel() throws Exception {
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -155,7 +155,7 @@ public class CheckUserController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -237,7 +237,7 @@ public class CorpFuncController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -403,7 +403,7 @@ public class CorpInfoController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -165,7 +165,7 @@ public class CutRoadController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
// @LogAnno(menuType= "高危作业管理",menuServer= "断路安全作业",instructionsOperate = "断路作业数据",instructionsType = "导出到excel")
|
// @LogAnno(menuType= "高危作业管理",menuServer= "断路安全作业",instructionsOperate = "断路作业数据",instructionsType = "导出到excel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
|
|
|
@ -166,7 +166,7 @@ public class FuncController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -197,7 +197,7 @@ public class GasDetectionController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -155,7 +155,7 @@ public class HiddenCheckController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -1304,7 +1304,7 @@ public class HiddenController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/excel2")
|
@RequestMapping(value = "/excel2")
|
||||||
// @RequiresPermissions("toExcel")
|
// // @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel2() throws Exception {
|
public ModelAndView exportExcel2() throws Exception {
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
@ -1403,7 +1403,7 @@ public class HiddenController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/excel")
|
@RequestMapping(value = "/excel")
|
||||||
// @RequiresPermissions("toExcel")
|
// // @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception {
|
public ModelAndView exportExcel() throws Exception {
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -246,7 +246,7 @@ public class HiddenExamineController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/excel")
|
@RequestMapping(value = "/excel")
|
||||||
// @RequiresPermissions("toExcel")
|
// // @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception {
|
public ModelAndView exportExcel() throws Exception {
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -59,7 +59,7 @@ public class HiddenExcelController extends BaseController {
|
||||||
private HiddenCheckService hiddenCheckService;
|
private HiddenCheckService hiddenCheckService;
|
||||||
|
|
||||||
@RequestMapping(value = "/exportExcelToSession")
|
@RequestMapping(value = "/exportExcelToSession")
|
||||||
// @RequiresPermissions("toExcel")
|
// // @RequiresPermissions("toExcel")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public Map exportExcelToSession() throws Exception {
|
public Map exportExcelToSession() throws Exception {
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
@ -99,7 +99,7 @@ public class HiddenExcelController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/excel2")
|
@RequestMapping(value = "/excel2")
|
||||||
// @RequiresPermissions("toExcel")
|
// // @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel2() throws Exception {
|
public ModelAndView exportExcel2() throws Exception {
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pdx = this.getPageData();
|
PageData pdx = this.getPageData();
|
||||||
|
|
|
@ -160,7 +160,7 @@ public class HiddenSchemeController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -600,7 +600,7 @@ public class HotWorkApplicationController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -167,7 +167,7 @@ public class HotWorkApplicationDelayedController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -422,7 +422,7 @@ public class IdentificationPartsController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
@ -455,7 +455,7 @@ public class IdentificationPartsController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excelAll")
|
@RequestMapping(value="/excelAll")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView excelAll() throws Exception{
|
public ModelAndView excelAll() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
@ -489,7 +489,7 @@ public class IdentificationPartsController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excelModel")
|
@RequestMapping(value="/excelModel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
||||||
|
|
||||||
FileDownload.fileDownload(response, PathUtil.getProjectpath() + Const.FILEPATHFILE + "identificationpartsExcelTemplate.xls", "identificationpartsExcelTemplate.xls");
|
FileDownload.fileDownload(response, PathUtil.getProjectpath() + Const.FILEPATHFILE + "identificationpartsExcelTemplate.xls", "identificationpartsExcelTemplate.xls");
|
||||||
|
|
|
@ -346,7 +346,7 @@ public class ImgFilesController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -179,7 +179,7 @@ public class InvoiceManagerController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -178,7 +178,7 @@ public class LimitSpaceApproveController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -423,7 +423,7 @@ public class LimitSpaceController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
@ -484,7 +484,7 @@ public class LimitSpaceController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excelModel")
|
@RequestMapping(value="/excelModel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
||||||
FileDownload.fileDownload(response, PathUtil.getProjectpath() + Const.FILEPATHFILE + "limitSpace.xls", "有限空间导入模板.xls");
|
FileDownload.fileDownload(response, PathUtil.getProjectpath() + Const.FILEPATHFILE + "limitSpace.xls", "有限空间导入模板.xls");
|
||||||
}
|
}
|
||||||
|
|
|
@ -250,7 +250,7 @@ public class ListCheckItemController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -160,7 +160,7 @@ public class ListDisableTimeController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -1092,7 +1092,7 @@ public class ListManagerController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -158,7 +158,7 @@ public class ListStatisticsController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -184,7 +184,7 @@ public class MSMLoginController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -280,7 +280,7 @@ public class NoticeCorpController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -158,7 +158,7 @@ public class NoticeCorpUserController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -157,7 +157,7 @@ public class NoticeLogController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -161,7 +161,7 @@ public class OffDutyController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -161,7 +161,7 @@ public class PayManagerController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -313,7 +313,7 @@ public class PersonObtainEvidenceController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -211,7 +211,7 @@ public class QualificationsController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -176,7 +176,7 @@ public class RelevantUnitController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -202,7 +202,7 @@ public class ResourceCorpController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -227,7 +227,7 @@ public class RestrictedSpaceController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
|
|
||||||
String DICTIONARIES_ID = "723d3cc7b2c8497c83fd6b4b6cc9a45d";
|
String DICTIONARIES_ID = "723d3cc7b2c8497c83fd6b4b6cc9a45d";
|
||||||
|
@ -295,7 +295,7 @@ public class RestrictedSpaceController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excelModel")
|
@RequestMapping(value="/excelModel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
||||||
FileDownload.fileDownload(response, PathUtil.getProjectpath() + Const.FILEPATHFILE + "restrictedspaceTemplate.xls", "restrictedspaceTemplate.xls");
|
FileDownload.fileDownload(response, PathUtil.getProjectpath() + Const.FILEPATHFILE + "restrictedspaceTemplate.xls", "restrictedspaceTemplate.xls");
|
||||||
}
|
}
|
||||||
|
|
|
@ -229,7 +229,7 @@ public class RiskCheckItemController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -437,7 +437,7 @@ public class RiskPointController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
@ -495,7 +495,7 @@ public class RiskPointController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excelAll")
|
@RequestMapping(value="/excelAll")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView excelAll() throws Exception{
|
public ModelAndView excelAll() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
@ -575,7 +575,7 @@ public class RiskPointController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excelModel")
|
@RequestMapping(value="/excelModel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
||||||
|
|
||||||
// Exclupload ss=new Exclupload();
|
// Exclupload ss=new Exclupload();
|
||||||
|
|
|
@ -167,7 +167,7 @@ public class RiskPointPositionController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -402,7 +402,7 @@ public class RiskPointTemporaryController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
@ -484,7 +484,7 @@ public class RiskPointTemporaryController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excelModel")
|
@RequestMapping(value="/excelModel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
||||||
|
|
||||||
// Exclupload ss=new Exclupload();
|
// Exclupload ss=new Exclupload();
|
||||||
|
|
|
@ -303,7 +303,7 @@ public class RiskUnitController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
@ -334,7 +334,7 @@ public class RiskUnitController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excelAll")
|
@RequestMapping(value="/excelAll")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView excelAll() throws Exception{
|
public ModelAndView excelAll() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
@ -390,7 +390,7 @@ public class RiskUnitController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excelModel")
|
@RequestMapping(value="/excelModel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
public void exportExcelModel(HttpServletResponse response) throws Exception{
|
||||||
|
|
||||||
FileDownload.fileDownload(response, PathUtil.getProjectpath() + Const.FILEPATHFILE + "riskunitExcelTemplate.xls", "riskunitExcelTemplate.xls");
|
FileDownload.fileDownload(response, PathUtil.getProjectpath() + Const.FILEPATHFILE + "riskunitExcelTemplate.xls", "riskunitExcelTemplate.xls");
|
||||||
|
|
|
@ -217,7 +217,7 @@ public class RiskWarningController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -297,7 +297,7 @@ public class SMSManagementController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -161,7 +161,7 @@ public class SMSOpenLogController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -170,7 +170,7 @@ public class SerialNumberController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -402,7 +402,7 @@ public class ServiceNoticeController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -355,7 +355,7 @@ public class ShiftWorkPeriodController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/excel")
|
@RequestMapping(value = "/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception {
|
public ModelAndView exportExcel() throws Exception {
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -301,7 +301,7 @@ public class ShiftWorkRulesController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -155,7 +155,7 @@ public class SpaceAuditController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -220,7 +220,7 @@ public class SpecialUserController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -233,7 +233,7 @@ public class StudySectionController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value = "/excel")
|
@RequestMapping(value = "/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception {
|
public ModelAndView exportExcel() throws Exception {
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -231,7 +231,7 @@ public class StudyVideoController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -195,7 +195,7 @@ public class SysDateController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -178,7 +178,7 @@ public class SysPathController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -155,7 +155,7 @@ public class TokenController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -224,7 +224,7 @@ public class TrainingInfoController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -228,7 +228,7 @@ public class TrainingPlanController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -164,7 +164,7 @@ public class TrainingScheduleController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -234,7 +234,7 @@ public class VideoController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -315,7 +315,7 @@ public class VidoManagerController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
|
@ -223,7 +223,7 @@ public class EmergencyDrillAttachmentController extends BaseController {
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@RequestMapping(value="/excel")
|
@RequestMapping(value="/excel")
|
||||||
@RequiresPermissions("toExcel")
|
// @RequiresPermissions("toExcel")
|
||||||
public ModelAndView exportExcel() throws Exception{
|
public ModelAndView exportExcel() throws Exception{
|
||||||
ModelAndView mv = new ModelAndView();
|
ModelAndView mv = new ModelAndView();
|
||||||
PageData pd = new PageData();
|
PageData pd = new PageData();
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue