Kaynağa Gözat

更新骑手排行榜接口

liu 1 yıl önce
ebeveyn
işleme
0b32b5be3f

+ 3 - 0
src/main/resources/mapper/dataCentre/dataCenterMapper.xml

@@ -192,6 +192,9 @@
         <if test="dateType=='year'">
             and date_format(i.create_time,'%Y')=date_format(#{date},'%Y')
         </if>
+        <if test="riderStationId != null and riderStationId != ''">
+            and u.rider_station_id=#{riderStationId}
+        </if>
         GROUP BY i.rider_user_id ) a
         ORDER BY moneyOrder DESC
     </select>