修改注解

parent ab28a0d2
......@@ -52,7 +52,7 @@ public class LogCallHttpAspect {
return result;
}
@Async
//@Async
public void asyncRecordIt(ProceedingJoinPoint pjp, Object result, String remoteIP){
Object[] args = pjp.getArgs();
String methodName = pjp.getSignature().getName();
......
......@@ -128,7 +128,7 @@ public class InnerController implements IBaseController {
private Long BAITIAO_CHANNEL = 222L;
@RequestMapping("/user/search/phoneNo")
//@LogHttpCaller
@LogHttpCaller
public JsonResult findByPhoneNo(String phoneNo) {
//UserRet userRet=null;
UserRet userRet = new UserRet();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment