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