소스 검색

广告获取过滤上下架

eganwu 1 년 전
부모
커밋
9d1263efd9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);