REQ-2821: 添加一些日志
This commit is contained in:
parent
8016c8e5b6
commit
a3bcf2bbdf
@ -121,7 +121,7 @@ public class ProductFeatureRelationServiceImpl extends ServiceImpl<SaasProductMo
|
||||
|
||||
// !! save logs
|
||||
try {
|
||||
saveOperateLogForUpdateFeatureRelationV2(request, req, saveList);
|
||||
saveOperateLogForUpdateFeatureRelationV2(request, saveList);
|
||||
} catch (Exception e) {
|
||||
log.warn("error save operate log", e);
|
||||
}
|
||||
@ -131,7 +131,6 @@ public class ProductFeatureRelationServiceImpl extends ServiceImpl<SaasProductMo
|
||||
|
||||
private void saveOperateLogForUpdateFeatureRelationV2(
|
||||
OldUpdateFeatureRelationRequestV2 request,
|
||||
List<ProductFeatureRelationUpdateReq> req,
|
||||
List<SaasProductModuleFeatureRelation> saveList) {
|
||||
String productModuleIds = saveList.stream()
|
||||
.map(BaseEntity::getId)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user