lvhao 20 часов назад
Родитель
Сommit
3b70c29baa
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/CoreApp/controllers/Returns.php

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

@@ -603,7 +603,7 @@ class Returns extends Start_Controller {
                 $where  .= " and torderinfo = '$torderinfo'";
             }
 			if($ret_regist_no){
-				$where .= " and ret_regist_no = '$ret_regist_no'";
+				$where .= " and  and ret_regist_no like '%$ret_regist_no%' ";
 			}
 			 $info_list = $this->returns->find_all($where.$wid,'region,orderinfo,number,name,express,torderinfo,ftime,stime,ret_regist_no,u9_sku,goods,xh,received,degreetext','time desc');
 			 //格式化数据