lvhao 3 일 전
부모
커밋
00c52262d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/models/Model_logic_express.php

+ 1 - 1
core/CoreApp/models/Model_logic_express.php

@@ -233,7 +233,7 @@ class Model_logic_express extends Lin_Model {
     }
 
     protected function check_ttuk($waybill){
-        if(strlen($waybill) != 18){
+        if(strlen($waybill) != 18 && strlen($waybill) != 16){
             return false;
         }
         if(strpos($waybill, "SFWH") === false){