lvhao 4 周之前
父節點
當前提交
887aa3f9a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Returngoods.php

+ 1 - 1
core/CoreApp/controllers/Returngoods.php

@@ -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{