chuweiqiang 1 năm trước cách đây
mục cha
commit
9c174838f7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      application/api/controller/Books.php

+ 1 - 0
application/api/controller/Books.php

@@ -166,6 +166,7 @@ class Books extends Api
                 ->where('goods_id',$id)
                 ->where('status',1)
                 ->where('is_expire',1)
+                ->where('free_end_time','>',date("Y-m-d H:i:s"))
                 ->where('is_deleted',1)->find();
             if($cer){
                 $list['is_certificate'] = 0;