作者 lyh

gx

@@ -178,8 +178,8 @@ class SyncProject extends Command @@ -178,8 +178,8 @@ class SyncProject extends Command
178 'project_after' => [], 178 'project_after' => [],
179 'payment' => [ 179 'payment' => [
180 'amount' => $param['plan_price'], 180 'amount' => $param['plan_price'],
181 - 'contract' => !empty($param['files']) ? json_encode($param['files']) : json_encode([]),  
182 - 'bill' => !empty($param['images']) ? json_encode($param['images']) : json_encode([]), 181 + 'contract' => !empty($param['files']) ? json_encode($param['files']) : " ",
  182 + 'bill' => !empty($param['images']) ? json_encode($param['images']) : " ",
183 ], 183 ],
184 ]; 184 ];
185 DB::beginTransaction(); 185 DB::beginTransaction();