fanli/src/main/java/com/yeshi/fanli/mapping/integral/IntegralTaskRecordMapper.xml
@@ -239,5 +239,10 @@ and #{maxTime}>ir_create_time </if> </select> <select id="getTotalGoldCoinByUid" resultType="Long"> select IFNULL(SUM(ir_gold_coin),0) from yeshi_ec_integral_task_record where ir_uid=#{uid} </select> </mapper>