src/main/java/com/zy/asrs/controller/OpenController.java
@@ -95,7 +95,7 @@ wrkMast.setWrkSts(14L); } if (!wrkMastService.updateById(wrkMast)){ return R.error(); return R.error("更新失败"); } }catch (Exception e) { throw new CoolException(e); @@ -254,7 +254,7 @@ } private void auth(String appkey, Object obj, HttpServletRequest request) { // log.info("{}接口被访问;appkey:{};请求数据:{}", request.getRequestURI(), appkey, JSON.toJSONString(obj)); log.info("{}接口被访问;appkey:{};请求数据:{}", request.getRequestURI(), appkey, JSON.toJSONString(obj)); request.setAttribute("cache", obj); if (!auth) { return;