|
|
@@ -126,7 +126,7 @@ public class homepage extends Controller {
|
|
|
* @return
|
|
|
*/
|
|
|
public String agentsMain() {
|
|
|
- SQLFactory sql = new SQLFactory(this, "优质商户详情", pageSize, pageNumber, "t1.tagents_productid");
|
|
|
+ SQLFactory sql = new SQLFactory(this, "优质商户详情");
|
|
|
sql.addParameter("tagentsid", content.getString("tagentsid"));
|
|
|
sql.addParameter("saleprodclass", content.getString("saleprodclass"));
|
|
|
sql.addParameter("siteid", siteid);
|