zhangxin 1 روز پیش
والد
کامیت
ed298a9bfb
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      yami-shop-service/src/main/resources/mapper/PointsRecordMapper.xml

+ 0 - 1
yami-shop-service/src/main/resources/mapper/PointsRecordMapper.xml

@@ -18,7 +18,6 @@
     </select>
 
       <select id="statisticsAllScorePoint" resultType="com.yami.shop.bean.dto.ScoreDataDto">
-          SELECT
           SELECT
           (
           SUM(CASE WHEN points_type = 1 OR points_type = 3 THEN points ELSE 0 END)