|
@@ -67,7 +67,7 @@ class Reserve extends MongoAr{
|
|
$newRow['type'] = CommonFn::get_val_if_isset($row,'type','');
|
|
$newRow['type'] = CommonFn::get_val_if_isset($row,'type','');
|
|
$newRow['booking_time'] = CommonFn::get_val_if_isset($row,'booking_time',0);
|
|
$newRow['booking_time'] = CommonFn::get_val_if_isset($row,'booking_time',0);
|
|
$newRow['booking_time_str'] = date('Y年n月d日 H:i',$newRow['booking_time']);;
|
|
$newRow['booking_time_str'] = date('Y年n月d日 H:i',$newRow['booking_time']);;
|
|
- $newRow['source_type'] =CommonFn::get_val_if_isset($row,'$source_type','');
|
|
|
|
|
|
+ $newRow['source_type'] =CommonFn::get_val_if_isset($row,'source_type','');
|
|
if(APPLICATION=='admin'){
|
|
if(APPLICATION=='admin'){
|
|
$newRow['action_user'] = CommonFn::get_val_if_isset($row,'action_user',"");
|
|
$newRow['action_user'] = CommonFn::get_val_if_isset($row,'action_user',"");
|
|
$newRow['action_time'] = CommonFn::get_val_if_isset($row,'action_time',"");
|
|
$newRow['action_time'] = CommonFn::get_val_if_isset($row,'action_time',"");
|