Browse Source

[成长值修复][修复]

release_toaliyun_real
Stormeye.Wu 7 years ago
parent
commit
84bbf6f60d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxScoreHistoryMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxScoreHistoryMapper.xml View File

@@ -76,7 +76,7 @@
<include refid="dynamicWhereConditions"/>
</select>

<select id="countList" parameterType="com.iformall.domain.po.WxScoreHistory" resultMap="BaseResultMap">
<select id="countList" parameterType="com.iformall.domain.po.WxScoreHistory" resultType="java.lang.Integer">
select count(*)
from wx_score_history
where 1=1


Loading…
Cancel
Save