|
@@ -116,7 +116,7 @@ public class tagents extends Controller {
|
|
|
prodclass.addParameter("siteid", siteid);
|
|
prodclass.addParameter("siteid", siteid);
|
|
|
prodclass.addParameter("tagentsid", tagentsid);
|
|
prodclass.addParameter("tagentsid", tagentsid);
|
|
|
Rows prodclassrows = dbConnect.runSqlQuery(prodclass.getSQL());
|
|
Rows prodclassrows = dbConnect.runSqlQuery(prodclass.getSQL());
|
|
|
- row.put("fprodclassname", prodclassrows);
|
|
|
|
|
|
|
+ row.put("saleprodclass", prodclassrows.toArray("fprodclassname"));
|
|
|
row.put("attinfos", getAttachmentUrl("tagentsid", String.valueOf(tagentsid), "brandlogo"));
|
|
row.put("attinfos", getAttachmentUrl("tagentsid", String.valueOf(tagentsid), "brandlogo"));
|
|
|
|
|
|
|
|
//ÐÞ¸ÄÉêÇë²éѯ
|
|
//ÐÞ¸ÄÉêÇë²éѯ
|