This commit is contained in:
chenbo 2024-02-27 16:05:45 +08:00
parent 5c89b5877e
commit b0983b5e44

@ -86,13 +86,13 @@ class DataReceptionLogic extends BaseLogic
'number' => $params['number'], 'number' => $params['number'],
'position' => $params['position'], 'position' => $params['position'],
'tips' => $params['tips'], 'tips' => $params['tips'],
'bidding_file' => $params['bidding_file'], 'bidding_file' => json_encode($params['bidding_file']),
'zbkzj_file' => $params['zbkzj_file'], 'zbkzj_file' => json_encode($params['zbkzj_file']),
'gczjht_file' => $params['gczjht_file'], 'gczjht_file' => json_encode($params['gczjht_file']),
'xmbgqzzl_file' => $params['xmbgqzzl_file'], 'xmbgqzzl_file' => json_encode($params['xmbgqzzl_file']),
'ssgsysjs_file' => $params['ssgsysjs_file'], 'ssgsysjs_file' => json_encode($params['ssgsysjs_file']),
'wlhj_file' => $params['wlhj_file'], 'wlhj_file' => json_encode($params['wlhj_file']),
'other_file' => $params['other_file'], 'other_file' => json_encode($params['other_file']),
]); ]);
Db::commit(); Db::commit();