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