Commit b8de2291 by 冷斌

fix bug

parent 7f32953d
......@@ -2047,6 +2047,8 @@ class HomeAction extends UserAction
$table = "zy_order_concurrent";
} elseif ($type == 'exams') {
$table = "exams_paper_order";
} elseif ($type == 'goods') {
$table = "goods_order";
}
$re = M($table)->where($map)->save($data);
$field && $event_course_id = M($table)->where($map)->getField($field);
......
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