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;
         }