Commit b5a6719b authored by clone's avatar clone

Merge branch 'test'

parents fe907b68 1c75b6bf
......@@ -31,7 +31,7 @@ class HouseNumUpdateService
$bargainModel = new OBargainModel();
$params["father_id"] = 0;
$params["order_id"] = $order_id;
$params["status"] = 10;
//$params["status"] = 10;
$bargainNum = $bargainModel->ifBargainNumByOrderId($params);
if($bargainNum == 1){
$orderModel = new OrderModel();
......
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