فهرست منبع

获取积分列表

jin 3 ماه پیش
والد
کامیت
735d48930c

+ 1 - 1
ruoyi-system/src/main/resources/mapper/system/WxCreditMapper.xml

@@ -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

+ 1 - 1
ruoyi-wx/src/main/java/com/ruoyi/wx/web/controller/WxPersonCenterController.java

@@ -54,7 +54,7 @@ public class WxPersonCenterController {
     }
 
     /**
-     * 新增积分
+     * 获取积分记录
      */
     @GetMapping("/get/credit")
     public AjaxResult getCredit() {