Преглед на файлове

订单导出查询订单状态

wks преди 2 години
родител
ревизия
12e7d83fc3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/resources/mapper/modules/order/InsOrdersMapper.xml

+ 1 - 1
src/main/resources/mapper/modules/order/InsOrdersMapper.xml

@@ -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 &gt;= #{startDate}