Commit 158c8eac authored by licc's avatar licc

sql fix

parent 9a2c9517
......@@ -91,6 +91,7 @@
where
p.user_id=u.user_id
and p.`year_month` = #{yearMonth}
and p.award_money>0
order by p.`growth_rate` desc,p.award_money desc,u.create_time desc
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment