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

View File

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