正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -1833,10 +1833,11 @@ class Car extends Base | @@ -1833,10 +1833,11 @@ class Car extends Base | ||
| 1833 | ]); | 1833 | ]); |
| 1834 | $this->success("请求成功"); | 1834 | $this->success("请求成功"); |
| 1835 | }else { | 1835 | }else { |
| 1836 | - print_r(222);return; | ||
| 1837 | 1836 | ||
| 1838 | $refund_time=strtotime($refund_time); | 1837 | $refund_time=strtotime($refund_time); |
| 1839 | $newrefund_time=$refund_time-time(); | 1838 | $newrefund_time=$refund_time-time(); |
| 1839 | + print_r($newrefund_time);return; | ||
| 1840 | + | ||
| 1840 | if($newrefund_time<0){ | 1841 | if($newrefund_time<0){ |
| 1841 | $this->error("该订单无法改签,时间过期"); | 1842 | $this->error("该订单无法改签,时间过期"); |
| 1842 | } | 1843 | } |
-
请 注册 或 登录 后发表评论