소스 검색

Merge branch 'rgroup' of 39.97.239.116:gyfl/xyzshop into rgroup

stanley-king 4 년 전
부모
커밋
86daba9af9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      helper/refill/policy/mgroup.php

+ 1 - 1
helper/refill/policy/mgroup.php

@@ -109,7 +109,7 @@ class rgroup_ctl
 
 
     private function load_merchant($groups)
     private function load_merchant($groups)
     {
     {
-        $mchitems = []; //读取数据库,获取机构列表
+        $mchitems = Model('')->table('merchant')->limit(1000)->select();//读取数据库,获取机构列表
         foreach ($mchitems as $item)
         foreach ($mchitems as $item)
         {
         {
             $mchid = intval($item['mchid']);
             $mchid = intval($item['mchid']);