Commit f5816d77 by qwmqiuwenmin

fix

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