소스 검색

会员升级

Kirin 1 년 전
부모
커밋
98fa084226
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/services/supplier/finance/SupplierFlowingWaterServices.php

+ 1 - 1
app/services/supplier/finance/SupplierFlowingWaterServices.php

@@ -150,7 +150,7 @@ class SupplierFlowingWaterServices extends BaseServices
         }
         if ($order['supplier_id'] <= 0) return true;
         $supplier = $supplierServices->get($order['supplier_id']);
-        if (!$supplier->status || !$supplier->is_show || ($supplier->valid_time > 0 && $supplier->valid_time < time())) return true;
+        if (!$supplier->is_show || ($supplier->valid_time > 0 && $supplier->valid_time < time())) return true;
         if ($type == 1) {
             $res = $this->search([
                 'type' => 1,