Commit ba666942 authored by wwccw0591's avatar wwccw0591

更新

parent c5ed880a
...@@ -193,6 +193,7 @@ class OrderServiceModel extends \Business\AbstractModel ...@@ -193,6 +193,7 @@ class OrderServiceModel extends \Business\AbstractModel
} }
} }
} }
echo "do payment\n";
//付款7天内订单发货通知 //付款7天内订单发货通知
$where = array('msg_status'=>2, 'payment_type'=>5, 'shipping_type'=> array('in', '1,2'), 'order_state'=> $where = array('msg_status'=>2, 'payment_type'=>5, 'shipping_type'=> array('in', '1,2'), 'order_state'=>
array('egt', 30), 'prepay_id'=> array('egt', 30), 'prepay_id'=>
......
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