|
|
|
@@ -353,11 +353,11 @@ |
|
|
|
and create_date >= #{startTime} |
|
|
|
</if> |
|
|
|
<if test=" null != endTime"> |
|
|
|
and create_date < #{endTime} |
|
|
|
and create_date <= #{endTime} |
|
|
|
</if> |
|
|
|
GROUP BY merchant_id |
|
|
|
) d on d.merchant_id = wm.id |
|
|
|
|
|
|
|
where sumAddCredit > 0 or sumLesCredit < 0 |
|
|
|
ORDER BY sumAddCredit desc |
|
|
|
|
|
|
|
</select> |
|
|
|
|