Commit 294b552f by 冷斌

fix bug

parent e5e5353e
......@@ -607,7 +607,7 @@ class AdminQuestionAction extends AdministratorAction
}else{
$needImg = true;
}
$data = model('Word')->import($file_path,false,$needImg,$this->mhmId);dump($data);exit;
$data = model('Word')->import($file_path,false,$needImg,$this->mhmId);
$list = [];// 储存成功添加试题的ID
$add_count = 0;
$total_count = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment