Browse Source

小组今日积分增量

feature/evaluate
zhaoqifeng 5 years ago
parent
commit
4a34ba68d1
  1. 2
      epmet-module/epmet-point/epmet-point-server/src/main/resources/mapper/UserPointActionLogDao.xml

2
epmet-module/epmet-point/epmet-point-server/src/main/resources/mapper/UserPointActionLogDao.xml

@ -66,7 +66,7 @@
</if>
</select>
<select id="selectIncrease" resultType="java.lang.Integer">
SELECT IFNULL(SUM(TOTAL_POINT), 0)
SELECT IFNULL(SUM(POINT), 0)
FROM USER_POINT_ACTION_LOG
WHERE
BIZ_TYPE = #{type}

Loading…
Cancel
Save