|
@@ -1929,6 +1929,9 @@ class ApiController extends BaseController
|
|
|
|
|
|
|
|
$result['total2'] = $total2;
|
|
$result['total2'] = $total2;
|
|
|
|
|
|
|
|
|
|
+ $ymxx = DB::connection('mysql_fwe10')->table('uf_gggs_rcymxx')->where('rq',$date)->where('is_delete', 0)->get();
|
|
|
|
|
+ $result['ymxx'] = $ymxx;
|
|
|
|
|
+
|
|
|
return $result;
|
|
return $result;
|
|
|
}
|
|
}
|
|
|
|
|
|