@@ -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){