lvhao 3 일 전
부모
커밋
095c722ef4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Fullorder.php

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

@@ -376,7 +376,7 @@ class Fullorder extends Start_Controller {
             }
 			if($email)
             {
-                $where  .= " and email = '$email'";
+                $where  .= " and ((email = '$email') or (send_email = '$email')) ";
             }
 			if($phone)
             {