root 5 лет назад
Родитель
Сommit
6ccd489e4c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      addons/zh_jdgjb/inc/web/order.inc.php

+ 1 - 0
addons/zh_jdgjb/inc/web/order.inc.php

xqd
@@ -49,6 +49,7 @@ if($operation=='delete'){
 }
 if($operation=='cancelOverdue'){
     $res=pdo_update('zh_jdgjb_order',array('is_out_time'=>0,'status'=>5),array('id'=>$_GPC['id']));
+    print_r(pdo_debug());die;
     if($res){
         message('入住成功',$this->createWebUrl('order',array()),'success');
     }else{