|
|
@@ -122,6 +122,8 @@ public class tagents extends Controller {
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "ºÏ×÷¾ÏúÉÌÁбí²éѯ");
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
sqlFactory.addParameter("tagentsid", tagentsid);
|
|
|
+ sqlFactory.addParameter_SQL("where",where);
|
|
|
+ System.err.println(sqlFactory.getSQL());
|
|
|
Rows rows = dbConnect.runSqlQuery(sqlFactory.getSQL());
|
|
|
RowsMap brandlogoRowsMap = getAttachmentUrl("tagents", rows.toArrayList("tcooperationagentsid"), "brandlogo");
|
|
|
for (Row row : rows) {
|