lin
2024-04-17 2af148a7b15f1273d12be7b910bc6d9e4e41d2c2
src/main/java/org/springblade/modules/article/service/impl/ArticleServiceImpl.java
@@ -233,6 +233,7 @@
            integralEntity.setScore(article.getScore());
            integralEntity.setArticleId(id);
            integralEntity.setHouseCode(houseCode);
            integralEntity.setCreateUser(AuthUtil.getUserId());
            // 插入记录
            update = SpringUtils.getBean(IArticleIntegralService.class).save(integralEntity);
         }