|
|
@ -72,6 +72,7 @@ |
|
|
select count(*) |
|
|
select count(*) |
|
|
from |
|
|
from |
|
|
<include refid="tbName"/> |
|
|
<include refid="tbName"/> |
|
|
|
|
|
<if test="map!=null"> |
|
|
<where> |
|
|
<where> |
|
|
<foreach collection="map" item="v" index="k" separator="and"> |
|
|
<foreach collection="map" item="v" index="k" separator="and"> |
|
|
<if test="v != null and v != '' and k!='rule_name' and k!='btstr'"> |
|
|
<if test="v != null and v != '' and k!='rule_name' and k!='btstr'"> |
|
|
@ -85,6 +86,7 @@ |
|
|
</if> |
|
|
</if> |
|
|
</foreach> |
|
|
</foreach> |
|
|
</where> |
|
|
</where> |
|
|
|
|
|
</if> |
|
|
</select> |
|
|
</select> |
|
|
<!-- 统计数量 --> |
|
|
<!-- 统计数量 --> |
|
|
<select id="countAcRs" resultType="java.lang.Integer"> |
|
|
<select id="countAcRs" resultType="java.lang.Integer"> |
|
|
|