This commit is contained in:
wangjinlei
2021-09-06 14:10:10 +08:00
parent a01308bf14
commit b4f5cd59bb
5 changed files with 344 additions and 7 deletions

View File

@@ -332,8 +332,8 @@ class Admin extends Controller {
//接收信息
$data = $this->request->post();
$data['journal'] = 5;
$data['url'] = 'reviewer/import/20210819/beb6de5c69e4878d995fd8de192d17af.xlsx';
// $data['journal'] = 5;
// $data['url'] = 'reviewer/import/20210819/beb6de5c69e4878d995fd8de192d17af.xlsx';
$journal = $data['journal'];
$journal_info = $this->journal_obj->where('journal_id', $journal)->find();