|
|
@@ -18,7 +18,7 @@
|
|
|
<!-- <if test="orderStatus != null and orderStatus != ''">-->
|
|
|
<!-- and iac.orderstatus = #{orderStatus}-->
|
|
|
<!-- </if>-->
|
|
|
- and iac.orderstatus = 3
|
|
|
+ where iac.orderstatus = 3
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
and iac.createtime BETWEEN #{startDate} and #{endDate}
|
|
|
</if>
|