Commit 6cfaae09 by 冷斌

fix bug

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