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

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