REQ-2821: 添加一些日志
This commit is contained in:
parent
78e9dc76a5
commit
42f7720d9b
@ -123,7 +123,7 @@ public class ProductFeatureRelationServiceImpl extends ServiceImpl<SaasProductMo
|
||||
try {
|
||||
saveOperateLogForUpdateFeatureRelationV2(request, req, saveList);
|
||||
} catch (Exception e) {
|
||||
log.warn("保存审计日志失败", e);
|
||||
log.warn("error save operate log", e);
|
||||
}
|
||||
|
||||
return ApiResult.ok(true);
|
||||
|
||||
@ -202,7 +202,7 @@ public class ProductServiceImpl implements ProductService {
|
||||
try {
|
||||
saveOperateLogForUpdateProduct(req, productModule);
|
||||
} catch (Exception e) {
|
||||
log.warn("保存更新产品日志失败", e);
|
||||
log.warn("error save operate log", e);
|
||||
}
|
||||
return ApiResult.ok(BeanMapper.copyBeanIgnoreNull(productModule, ProductVO.class));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user