Browse Source

接口过滤

zgg 3 months ago
parent
commit
9a432ce2de
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/common/model/PhOrders.php

+ 1 - 0
application/common/model/PhOrders.php

@@ -820,6 +820,7 @@ class PhOrders extends Base
             }
         }
         $map[] = ['org_id', '=', $orgId];
+        $map[] = ['is_service', '=', 1];
 
         $list = $this->where($map)
             ->limit($start,$size)