|
@@ -225,7 +225,7 @@ class Returngoods extends Start_Controller {
|
|
|
// throw new Exception("订单不存在,请认真核对相关信息!!!");
|
|
|
// }
|
|
|
|
|
|
- $info = $this->returngoods->find("orderinfo = ".$order_info['orderinfo']);
|
|
|
+ $info = $this->returngoods->find("orderinfo = '".$order_info['orderinfo']."'");
|
|
|
if(!empty($info) &&($info['status']!=120)){
|
|
|
$this->_see([$info['id']]);
|
|
|
}else{
|