Browse Source

小票打印

shish 3 years ago
parent
commit
adf0899486
1 changed files with 5 additions and 5 deletions
  1. 5 5
      biz-ghs/order/classes/OrderClass.php

+ 5 - 5
biz-ghs/order/classes/OrderClass.php

@@ -933,11 +933,11 @@ class OrderClass extends BaseClass
                 }
             }
         } else {
-            if (isset($orderInfo->shopId) && $orderInfo->shopId == 36523) {
-                if (isset($orderInfo->customShopAdminId) && !empty($orderInfo->customShopAdminId)) {
-                    $showPrice = 0;
-                }
-            }
+//            if (isset($orderInfo->shopId) && $orderInfo->shopId == 36523) {
+//                if (isset($orderInfo->customShopAdminId) && !empty($orderInfo->customShopAdminId)) {
+//                    $showPrice = 0;
+//                }
+//            }
         }
 
         $showItem = OrderClass::getShowItem(true, $orderInfo);