Commit 9122c457 authored by hujun's avatar hujun

释放号码增加号码数量

parent 9ec10fa6
......@@ -61,7 +61,7 @@ class BindingPhone extends BaseModel
$phone_data = $phone->where('phone_x',$phone_x)->find();
if ($phone_data['id']) {
$phone_data['bind_num'] -= 1;
$phone_data['bind_num'] += 1;
$phone_data->save();
$result = $this->where([
......
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