Bläddra i källkod

[成长值修复][修复]

release_toaliyun_real
Stormeye.Wu 7 år sedan
förälder
incheckning
84bbf6f60d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxScoreHistoryMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxScoreHistoryMapper.xml Visa fil

@@ -76,7 +76,7 @@
<include refid="dynamicWhereConditions"/> <include refid="dynamicWhereConditions"/>
</select> </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(*) select count(*)
from wx_score_history from wx_score_history
where 1=1 where 1=1


Laddar…
Avbryt
Spara