Commit faa1d118 authored by yanzg's avatar yanzg

不记录上传文件

parent 450b6128
package com.yanzuoguang.cloud.aop; package com.yanzuoguang.cloud.aop;
import com.rabbitmq.client.Channel; import com.rabbitmq.client.Channel;
import com.yanzuoguang.cloud.vo.YzgFileUploadReqVo;
import com.yanzuoguang.util.exception.ExceptionHelper; import com.yanzuoguang.util.exception.ExceptionHelper;
import com.yanzuoguang.util.helper.ArrayHelper; import com.yanzuoguang.util.helper.ArrayHelper;
import com.yanzuoguang.util.helper.JsonHelper; import com.yanzuoguang.util.helper.JsonHelper;
...@@ -112,6 +113,7 @@ public class BaseRequestAspect { ...@@ -112,6 +113,7 @@ public class BaseRequestAspect {
|| item instanceof MultipartFile || item instanceof MultipartFile
|| item instanceof Message || item instanceof Message
|| item instanceof Channel || item instanceof Channel
|| item instanceof YzgFileUploadReqVo
) { ) {
continue; continue;
} }
......
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