|
@@ -384,7 +384,7 @@
|
|
|
WHERE
|
|
WHERE
|
|
|
1 = 1
|
|
1 = 1
|
|
|
<if test="orderstatus != null and orderstatus != '' ">
|
|
<if test="orderstatus != null and orderstatus != '' ">
|
|
|
- and b.orderstatus = #{orderstatus}
|
|
|
|
|
|
|
+ and b.inside_order_status = #{orderstatus}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="startDate != null ">
|
|
<if test="startDate != null ">
|
|
|
and a.createtime >= #{startDate}
|
|
and a.createtime >= #{startDate}
|