yujian
2019-11-01 2b71bd05caf230bf9d35e0f000cea6d0413a774e
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>