master
luoyang 5 years ago
parent acb39590b8
commit 022ed16a03

@ -13,7 +13,7 @@
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.1.2</jib-maven-plugin.version> <jib-maven-plugin.version>1.1.2</jib-maven-plugin.version>
<docker-image.version>1.0.2</docker-image.version> <docker-image.version>1.0.3</docker-image.version>
</properties> </properties>
<dependencies> <dependencies>

@ -407,8 +407,8 @@
from from
statistics_customer_order ss statistics_customer_order ss
<where> <where>
<if test="begin!=null">and s.date &gt;= #{begin}</if> <if test="begin!=null">and ss.date &gt;= #{begin}</if>
<if test="end!=null">and s.date &lt; #{end}</if> <if test="end!=null">and ss.date &lt; #{end}</if>
</where> </where>
) s ON c.client_id = s.client_id ) s ON c.client_id = s.client_id

Loading…
Cancel
Save