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