Commit 525eb122 authored by zhuwei's avatar zhuwei

取反

parent e1600f77
......@@ -30,7 +30,7 @@ class MarchIn extends Basic
* Time: 上午10:34
*/
public function marchInList(){
if ($this->request->isAjax()) {
if (!$this->request->isAjax()) {
return view('marchin/marchin_list');
}
......
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