示例#1
0
文件: accountC.php 项目: xrfind/viewx
 protected function period($beforebefore, $before)
 {
     $circles = AccountC::where('time', '>=', $beforebefore)->where('time', '<=', $before)->orderBy('id', 'desc')->get();
     return $circles;
 }