|
@@ -3076,7 +3076,7 @@
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</if>
|
|
</if>
|
|
|
and daily.`allocate_date` BETWEEN #{startDate} AND #{endDate}
|
|
and daily.`allocate_date` BETWEEN #{startDate} AND #{endDate}
|
|
|
- GROUP BY t.id, daily.`user_id`
|
|
|
|
|
|
|
+ GROUP BY t.id, daily.`user_id` order by userId
|
|
|
<if test="start!=null and size !=null">
|
|
<if test="start!=null and size !=null">
|
|
|
limit #{start},#{size}
|
|
limit #{start},#{size}
|
|
|
</if>
|
|
</if>
|