Browse Source

fix 关闭订单

he2802 3 năm trước cách đây
mục cha
commit
8479ab700c

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/order/OrderGoodsMapper.xml

@@ -106,7 +106,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                 LEFT JOIN `order` o ON o.order_sn = og.order_sn
         WHERE
             1 = 1
-          and o.status = 1
+          and og.status = 1
             <if test="refundStatusList != null and refundStatusList.size()!=0 ">
                 AND og.refund_status in
                 <foreach collection="refundStatusList" item="item" index="index" open="(" close=")" separator=",">