mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 20:28:44 +08:00 
			
		
		
		
	bugfix:非 json 请求(文件上传)时,token 过期时,错误读取 request body 问题
This commit is contained in:
		@@ -165,10 +165,11 @@ logging:
 | 
			
		||||
    # 配置自己写的 MyBatis Mapper 打印日志
 | 
			
		||||
    cn.iocoder.yudao.module.bpm.dal.mysql: debug
 | 
			
		||||
    cn.iocoder.yudao.module.infra.dal.mysql: debug
 | 
			
		||||
    cn.iocoder.yudao.module.infra.dal.mysql.logger.ApiErrorLogMapper: INFO # 配置 ApiErrorLogMapper 的日志级别为 info,避免和 GlobalExceptionHandler 重复打印
 | 
			
		||||
    cn.iocoder.yudao.module.infra.dal.mysql.job.JobLogMapper: INFO # 配置 JobLogMapper 的日志级别为 info
 | 
			
		||||
    cn.iocoder.yudao.module.infra.dal.mysql.file.FileConfigMapper: INFO # 配置 FileConfigMapper 的日志级别为 info
 | 
			
		||||
    cn.iocoder.yudao.module.pay.dal.mysql: debug
 | 
			
		||||
    cn.iocoder.yudao.module.pay.dal.mysql.notify.PayNotifyTaskMapper: INFO # 配置 JobLogMapper 的日志级别为 info
 | 
			
		||||
    cn.iocoder.yudao.module.pay.dal.mysql.notify.PayNotifyTaskMapper: INFO # 配置 PayNotifyTaskMapper 的日志级别为 info
 | 
			
		||||
    cn.iocoder.yudao.module.system.dal.mysql: debug
 | 
			
		||||
    cn.iocoder.yudao.module.system.dal.mysql.sms.SmsChannelMapper: INFO # 配置 SmsChannelMapper 的日志级别为 info
 | 
			
		||||
    cn.iocoder.yudao.module.tool.dal.mysql: debug
 | 
			
		||||
 
 | 
			
		||||
@@ -211,7 +211,6 @@ yudao:
 | 
			
		||||
      - system_notify_template
 | 
			
		||||
      - infra_codegen_column
 | 
			
		||||
      - infra_codegen_table
 | 
			
		||||
      - infra_test_demo
 | 
			
		||||
      - infra_config
 | 
			
		||||
      - infra_file_config
 | 
			
		||||
      - infra_file
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user