xhxu 5 лет назад
Родитель
Сommit
de1bedaae5
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml Просмотреть файл

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


</select> </select>


Загрузка…
Отмена
Сохранить