lvhao 3 روز پیش
والد
کامیت
5ee6c7d57c
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      core/CoreApp/models/Model_logic_express.php

+ 2 - 0
core/CoreApp/models/Model_logic_express.php

@@ -108,6 +108,8 @@ class Model_logic_express extends Lin_Model {
         }else if(in_array($print_code,["TTUK"])){
             //TT-UK
             return $this->check_ttuk($waybill);
+        }else if(in_array($print_code,["TTUS","TTSP"])){
+            return true;
         }
         return false;
     }