|
|
@ -147,7 +147,7 @@ |
|
|
<select id="countOrderTimeSection" resultType="java.lang.Integer"> |
|
|
<select id="countOrderTimeSection" resultType="java.lang.Integer"> |
|
|
select count(*) from |
|
|
select count(*) from |
|
|
<include refid="tbName"/> |
|
|
<include refid="tbName"/> |
|
|
where #{key} between ${startTime} and ${endTime} |
|
|
where ${key} between ${startTime} and ${endTime} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<!-- 统计多个条件的总数 --> |
|
|
<!-- 统计多个条件的总数 --> |
|
|
|