...
|
...
|
@@ -22,7 +22,7 @@ |
|
|
</if>
|
|
|
AND create_time >= #{startTime, jdbcType=INTEGER}
|
|
|
AND create_time < #{endTime, jdbcType=INTEGER}
|
|
|
<if test="sizeId = null or sizeId =''">
|
|
|
<if test="sizeId == null or sizeId == ''">
|
|
|
GROUP BY product_id, create_time
|
|
|
</if>
|
|
|
ORDER BY create_time ASC
|
...
|
...
|
|