|
@@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
select credit_id from wx_credit_user where open_id = #{openId} and create_date between #{start} and #{end}
|
|
|
</select>
|
|
|
<select id="selectWxCreditByOpenId" resultType="com.ruoyi.framework.recovery.domain.vo.CreditVo">
|
|
|
- select wcu.open_id as openId, wcu.create_date as createDate, wcu.credit_id as creditId, wc.credit_type as creditType,
|
|
|
+ select wcu.open_id as openId, wcu.create_date as creditDate, wcu.credit_id as creditId, wc.credit_type as creditType,
|
|
|
wc.credit_num as creditNum
|
|
|
from wx_credit_user wcu
|
|
|
left join wx_credit wc on wc.id = wcu.credit_id
|