Răsfoiți Sursa

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

zoujiajian 10 luni în urmă
părinte
comite
edf2d1b613

+ 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