Browse Source

打包费

shish 2 years ago
parent
commit
792d1b47f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-hd/purchase/classes/PurchaseClass.php

+ 1 - 1
biz-hd/purchase/classes/PurchaseClass.php

@@ -76,7 +76,7 @@ class PurchaseClass extends BaseClass
             }
             }
         } else {
         } else {
             if (in_array($mainId, [644])) {
             if (in_array($mainId, [644])) {
-                $cost = dict::getDict('kmPackCost2');
+                //$cost = dict::getDict('kmPackCost2');
             }
             }
         }
         }
         return $cost;
         return $cost;