浏览代码

no message

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