|
|
@@ -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 |
|
|
|