瀏覽代碼

订单导出查询订单状态

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}