WIN-2308041133\Administrator 1 year ago
parent
commit
db1c330d1d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/api/controller/Lave.php

+ 2 - 2
application/api/controller/Lave.php

@@ -165,7 +165,7 @@ class Lave extends Api
                 ['is_ticket', '0'],
                 ['pay_type', '0'],
                 ['type', '0'],
-                ['help_id', 0],
+//                ['help_id', 0],
                 ['plan_id', 0],
                 ['from', 'weixin'],
             ], $request
@@ -305,7 +305,7 @@ class Lave extends Api
                 $where1['is_open']=$v['is_open'];
                 $where1['is_ticket']='0';
                 $where1['type']='0';
-                $where1['help_id']='0';
+//                $where1['help_id']='0';
                 $order = LaveMonthModel::create($where1);
 //            }
         }