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