dever 3 anni fa
parent
commit
66762179e0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/shop/database/user_coupon.php

+ 1 - 1
app/shop/database/user_coupon.php

@@ -159,7 +159,7 @@ return array
                 'coupon_id' => 'yes',
                 'state' => 1,
             ),
-            'type' => 'all',
+            'type' => 'one',
             'order' => array('cdate' => 'desc', 'id' => 'desc'),
             'col' => '*',
         ),