|
|
@@ -50,8 +50,10 @@ public class bannermag extends Controller {
|
|
|
*/
|
|
|
public String getPortalBannerList() {
|
|
|
//fclienttype:web,MOBILE
|
|
|
+ String fclienttype = content.getString("fclienttype");
|
|
|
SQLFactory locationSQL = new SQLFactory(this, "¹ã¸æÎ»²éѯ");
|
|
|
locationSQL.addParameter("siteid", siteid);
|
|
|
+ locationSQL.addParameter("fclienttype", fclienttype);
|
|
|
Rows locationrows = dbConnect.runSqlQuery(locationSQL.getSQL());
|
|
|
SQLFactory bannerSQl = new SQLFactory(this, "ÂÖ²¥Í¼²éѯ");
|
|
|
bannerSQl.addParameter("siteid", siteid);
|