|
@@ -73,7 +73,7 @@ public class ServiceAspect implements HandlerInterceptor {
|
|
|
*/
|
|
*/
|
|
|
@Before("print()")
|
|
@Before("print()")
|
|
|
public void before(JoinPoint joinPoint) {
|
|
public void before(JoinPoint joinPoint) {
|
|
|
- log.info("service切面 - httpServletRequest=>{}", JSON.toJSONString(httpServletRequest));
|
|
|
|
|
|
|
+ log.info("service切面 - httpServletRequest=>{}", httpServletRequest);
|
|
|
|
|
|
|
|
try {
|
|
try {
|
|
|
if(httpServletRequest==null){
|
|
if(httpServletRequest==null){
|