Commit e03d3911 authored by liudong1993's avatar liudong1993

1

parent 0ae68e3b
......@@ -831,7 +831,7 @@ and DATE_FORMAT(b.PaymentTime,'%y-%m-%d')<DATE_FORMAT('{endDate}','%y-%m-%d') A
foreach (var Order in OrderList)
{
var omodel = goods_OrderRepository.GetEntity(Order.OrderId);
if (omodel.ReceivingTime.HasValue && omodel.OrderId > 80622)
if (omodel.ReceivingTime.HasValue)
{
if (item.AfterTime > 0)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment