longyi 5 달 전
부모
커밋
fd45711505
2개의 변경된 파일9개의 추가작업 그리고 12개의 파일을 삭제
  1. 8 8
      core/CoreApp/controllers/Systembound.php
  2. 1 4
      core/CoreApp/models/Model_logic_express.php

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 8 - 8
core/CoreApp/controllers/Systembound.php


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

@@ -126,10 +126,7 @@ class Model_logic_express extends Lin_Model {
     }
     //76 77
     protected function check_3pe($waybill){
-        if(strlen($waybill) != 11 && strlen($waybill) != 15){
-           return false;
-        }
-        
+       
         if(strpos($waybill, "WKSD") === false  && strpos($waybill, "GEX") === false){
             return false;
         }