|
|
|
@@ -135,7 +135,7 @@ |
|
|
|
LEFT JOIN wx_merchant merchant ON credit.merchant_id = merchant.id |
|
|
|
<include refid="customWhereConditions"/> |
|
|
|
ORDER BY |
|
|
|
credit.id DESC |
|
|
|
credit.create_date desc,credit.id DESC |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="loginCount" parameterType="com.iformall.domain.po.WxCreditHistory" resultType="java.lang.Integer"> |
|
|
|
|