ソースを参照

fix 订单规格固定渠道标识去掉

zoujiajian 10 ヶ月 前
コミット
edf2d1b613
1 ファイル変更1 行追加1 行削除
  1. 1 1
      netflix-dao/src/main/resources/mapper/OrderDonMapper.xml

+ 1 - 1
netflix-dao/src/main/resources/mapper/OrderDonMapper.xml

@@ -571,7 +571,7 @@
         inner join order_don o on o.user_Id = us.user_id
         where o.`status` not in ('close','noPayment','refund')
         and o.created_time BETWEEN #{start} and #{end}
-        and o.goods_id = #{goodsId} and o.is_fixed_distribute
+        and o.goods_id = #{goodsId}
         <if test="isGeneral != null">
             <if test="isGeneral">
                 and ud.id is null