gengx
This commit is contained in:
parent
3d916ac153
commit
34aba21383
@ -51,7 +51,6 @@ class TaskController extends BaseApiController
|
||||
foreach ($res as $k => $item) {
|
||||
if ($item['type'] == 33) {
|
||||
$company = Company::where('id', $item['company_id'])->field('id,deposit,company_money,user_id,day_count,company_type,province,city,area,street,village,brigade')->find(); // 可能要判断预存金是否满足
|
||||
halt($company->toArray(),$param);
|
||||
$find = App(RemoteController::class)->shang_date_total_price($company,1,$param);
|
||||
if ($find != false) {
|
||||
$res[$k]['extend']['transaction'] = $find;
|
||||
|
Loading…
x
Reference in New Issue
Block a user