songxingwei 2 년 전
부모
커밋
da47dcd60c
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      application/api/controller/Index.php

+ 0 - 4
application/api/controller/Index.php

@@ -92,10 +92,6 @@ class Index extends Api
             $value2 = Db::name('system_values2')
                 ->whereRaw("date_format(date,'%Y-%m')='".$v."'")
                 ->sum('value') ? : 0;
-//            $array['value']= Db::name('system_values')
-//                ->whereRaw("date_format(date,'%Y-%m')='".$v."'")
-//                ->where('name','总签收')
-//                ->sum('value') ? : 0;
             $array['value'] = floatval(bcadd($value1,$value2));
             array_push($arr,$array);
         }