3 Commits 0417f9fcbf ... 5ce457ce33

Author SHA1 Message Date
  dujian 5ce457ce33 Merge remote-tracking branch 'origin/sit' into uat-20260202 1 week ago
  liudongzhi 5baf311e41 修改评分逻辑 1 week ago
  liudongzhi 2d65ebca05 修改评分逻辑 1 week ago

+ 1 - 1
alien-entity/src/main/java/shop/alien/mapper/CommonRatingMapper.java

@@ -58,7 +58,7 @@ public interface CommonRatingMapper extends BaseMapper<CommonRating> {
             "WHERE business_type = #{businessType} " +
             "WHERE business_type = #{businessType} " +
             "AND delete_flag = 0 " +
             "AND delete_flag = 0 " +
             "AND audit_status = 1 " +
             "AND audit_status = 1 " +
-            "AND business_id = #{businessId}"+
+            "AND business_id = #{businessId} " +
             "GROUP BY user_id"
             "GROUP BY user_id"
     )
     )
     List<StoreInfoScoreVo> getStoreInfoScoreNew(@Param("businessType")Integer businessType, @Param("businessId")Integer businessId);
     List<StoreInfoScoreVo> getStoreInfoScoreNew(@Param("businessType")Integer businessType, @Param("businessId")Integer businessId);