管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-10-11 a47aa433d7a54910351ecca27b44a539653eab35
src/main/java/com/lf/server/controller/all/SignController.java
@@ -1,5 +1,6 @@
package com.lf.server.controller.all;
import com.lf.server.aspect.LogAspect;
import com.lf.server.aspect.SysLog;
import com.lf.server.config.PropertiesConfig;
import com.lf.server.entity.all.ResponseMsg;
@@ -16,6 +17,8 @@
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiImplicitParams;
import io.swagger.annotations.ApiOperation;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.servlet.ModelAndView;
@@ -86,7 +89,7 @@
                }
            }
        } catch (Exception ex) {
            //
            log.error(ex.getMessage() + ex.getStackTrace() + "\n");
        }
        return mv;
@@ -104,7 +107,7 @@
                mv.setViewName("monitor");
            }
        } catch (Exception ex) {
            //
            log.error(ex.getMessage() + ex.getStackTrace() + "\n");
        }
        return mv;