Przeglądaj źródła

订单导出查询订单状态

wks 2 lat temu
rodzic
commit
12e7d83fc3

+ 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}