Explorar el Código

积分

release_toaliyun_real
xhxu hace 5 años
padre
commit
de1bedaae5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml Ver fichero

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

</select>


Cargando…
Cancelar
Guardar