Commit 1a80e4cd authored by clone's avatar clone

bug

parent b2695e8f
<?php <?php
namespace app\index\controller;
/** /**
* Created by PhpStorm. * Created by PhpStorm.
* User: hu jun * User: liu yin ping
* Date: 2018/3/13 * Date: 2018/3/13
* Time: 15:48 * Time: 15:48
*/ */
namespace app\index\controller;
use app\index\extend\Basic; use app\index\extend\Basic;
class InspectionRecord extends Basic{
public function inspectionRecordList(){ class InspectionRecord extends Basic
if (!$this->request->isAjax()) { {
return view('inspection/inspectionRecord'); public function inspectionRecordList()
} {
} if (!$this->request->isAjax()) {
return view('inspection/inspectionRecord');
}
}
} }
\ No newline at end of file
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