|
|
@@ -30,7 +30,7 @@ public class tagents extends Controller {
|
|
|
Rows rows = dbConnect.runSqlQuery(agentsql.getSQL());
|
|
|
for (Row row : rows) {
|
|
|
row.put("saleprodclass", JSONArray.parseArray(row.getString("saleprodclass")));
|
|
|
- row.put("attinfos", getAttachmentUrl("tagents", String.valueOf(tagentsid), "brandlogo"));
|
|
|
+ row.put("attinfos", getAttachmentUrl("tagents", String.valueOf(tagentsid)));
|
|
|
SQLFactory modifyapp = new SQLFactory(this, "¾ÏúÉÌÐÞ¸ÄÉêÇë²éѯ");
|
|
|
modifyapp.addParameter("siteid", siteid);
|
|
|
modifyapp.addParameter("tagentsid", tagentsid);
|