Browse Source

广告获取过滤上下架

eganwu 1 year ago
parent
commit
9d1263efd9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/custom/restcontroller/common/adspace/adspace.java

+ 1 - 0
src/custom/restcontroller/common/adspace/adspace.java

@@ -61,6 +61,7 @@ public class adspace extends Controller {
                 , "location");
         querySQL.setSiteid(siteid);
         querySQL.setWhere("t2.systemclient='" + systemclient + "'");
+        querySQL.setWhere("t1.isused=1");
         querySQL.setWhere("t2.isused=1");
         querySQL.setWhere("t2.location", locations);
         querySQL.setDataAuth(true);