fanli/src/main/java/com/yeshi/fanli/mapping/UserInfoCountMapper.xml
@@ -19,7 +19,7 @@ <if test="type == 1">AND d.`td_money`<![CDATA[>]]> 0</if> <if test="type == 2">AND d.`td_money`<![CDATA[<]]> 0</if> GROUP BY d.`td_uid` ORDER BY goldCoin <if test="type = 1">DESC</if> ORDER BY goldCoin <if test="type == 1">DESC</if> LIMIT #{start},#{count} </select> fanli/src/main/java/com/yeshi/fanli/mapping/user/UserSystemCouponCountMapper.xml
@@ -37,7 +37,6 @@ <result column="sc_expiry_day" property="expiryDay" jdbcType="INTEGER"/> <result column="sc_rule" property="rule" jdbcType="VARCHAR"/> <result column="sc_remark" property="remark" jdbcType="VARCHAR"/> <result column="sc_receive_count" property="receiveCount" jdbcType="INTEGER"/> <result column="sc_state" property="state" jdbcType="INTEGER"/> <result column="sc_create_time" property="createTime" jdbcType="TIMESTAMP"/> <result column="sc_update_time" property="updateTime" jdbcType="TIMESTAMP"/>