REQ-2821: 添加一些日志

This commit is contained in:
yanglin 2024-08-06 15:20:09 +08:00
parent 8016c8e5b6
commit a3bcf2bbdf

View File

@ -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)