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