yanzai 1 year ago
parent cf6176c13e
commit afb251b09f

@ -113,8 +113,9 @@ class NMRController extends Controller
$list=[];
if(isset($nmr[$date])){
foreach($nmr[$date] as $k=>$v){
$givenDate = new DateTime($v1['DTime']);
if( $givenDate > $currentDate){
$givenDate = new DateTime($v['DTime']);
if($givenDate > $currentDate){
$list[]=[
'id'=>$v['TimeNum'],
'time'=>$v['Time'],

Loading…
Cancel
Save