修复错误
This commit is contained in:
parent
8a15d58f90
commit
e095e297ec
@ -24,7 +24,7 @@ class TaskInformationJob
|
||||
// //通过这个方法可以检查这个任务已经重试了几次了
|
||||
// }
|
||||
try {
|
||||
// TaskSchedulingPlan::where('id', $data['id'])->update(['is_pay' => 1]);
|
||||
TaskSchedulingPlan::where('id', $data['id'])->update(['is_pay' => 1]);
|
||||
$company = Company::where('id', $data['company_id'])->field('id,deposit,responsible_area,company_money,shareholder_money,user_id,day_count,company_type,province,city,area,street,village,brigade')->find(); // 可能要判断预存金是否满足
|
||||
$arr['status'] = 0;
|
||||
$arr['company_account_type'] = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user