Your Name hace 2 años
padre
commit
41605f1395
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      service/agent/database/soft_cash.php

+ 2 - 2
service/agent/database/soft_cash.php

@@ -364,8 +364,8 @@ return array
                 'bend' => array('yes-buy_date', '<='),
                 'start' => array('yes-fdate', '>='),
                 'end' => array('yes-fdate', '<='),
-                'status' => array('yes', 'in'),
-                'type' => array('yes', 'in'),
+                'status' => 'yes',
+                'type' => 'yes',
                 'state' => 1,
             ),
             'type' => 'all',