Commit 1c75b6bf authored by clone's avatar clone

修改商铺数量

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