Commit ff9f870e by qwmqiuwenmin

fix

parent 48ff0028
......@@ -229,7 +229,7 @@ public class MaterialApiServiceImpl implements MaterialApiService {
logger.info("【获取流】={}",data);
return data;
}catch (Exception e){
logger.info("异常{}",e);
logger.info(e.getMessage(),e);
}
return null;
}
......
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