songxingwei il y a 2 ans
Parent
commit
da47dcd60c
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  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);
         }