@ -58,7 +58,7 @@
<!-- 统计时间段 -->
<select id="countOrderGoodsDetailByTimeSection" resultType="java.lang.Integer">
select count(*) from <include refid="tbName"/> where createtime between #{startTime} and #{endTime}
select count(*) from <include refid="tbName"/> where createtime between ${startTime} and ${endTime}
</select>
<!-- 获取某个资源的下载地址 -->