@@ -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>