更新
This commit is contained in:
parent
8775df629d
commit
de3264b823
@ -45,6 +45,10 @@ class CeshiController extends BaseApiController
|
|||||||
TaskLogic::CronAdd($v);
|
TaskLogic::CronAdd($v);
|
||||||
$company_id=$v['company_id'];
|
$company_id=$v['company_id'];
|
||||||
}
|
}
|
||||||
|
if($company_id!=0){
|
||||||
|
|
||||||
|
Company::where('id',$company_id)->inc('day_count')->update();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//三轮车判断
|
//三轮车判断
|
||||||
|
Loading…
x
Reference in New Issue
Block a user