chuweiqiang il y a 1 an
Parent
commit
85c6990078
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      application/api/controller/Activity.php

+ 1 - 1
.idea/workspace.xml

@@ -510,7 +510,7 @@
       <workItem from="1703723365491" duration="5844000" />
       <workItem from="1703809864500" duration="19795000" />
       <workItem from="1704155172177" duration="9914000" />
-      <workItem from="1704241807685" duration="17913000" />
+      <workItem from="1704241807685" duration="19045000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/api/controller/Activity.php

@@ -1524,7 +1524,7 @@ class Activity extends Base
         switch ($sel_type) {
             case 1:
                 $where[] = ['o.money','>',0];
-                $where[] = ['o.pay_type','in','1,2,3,4,5,6'];
+                $where[] = ['o.pay_type','in','1,2,3,4,5,6,7'];
                 break;
             case 2:
                 $where[] = ['o.money','>',0];