sgd521 2 anni fa
parent
commit
825750da77
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      application/common.php

+ 1 - 0
application/common.php

@@ -1347,6 +1347,7 @@ function getUserBuyCollection($data = []){
         if ($sell_time <= time()){
             $ret['state'] = 1;
         }
+        $ret['state'] = $data['state'];
         $ret['sell_time'] = date('Y-m-d H:i:s',$sell_time);
     }else{
         $ret['state'] = $data['state'];