|
|
@@ -66,6 +66,7 @@ public class products extends Controller {
|
|
|
RowsMap tagents_productMap = getAttachmentUrl("tagents_product", rows.toArrayList("tagents_productid"));
|
|
|
for (Row row : rows) {
|
|
|
row.put("attinfos", tagents_productMap.get(row.getString("tagents_productid")));
|
|
|
+ row.put("ftag", JSONArray.parseArray(row.getString("ftag")));
|
|
|
}
|
|
|
return getSucReturnObject().setDataByPaging(rows, sortfield).saveToDataPool().toString();
|
|
|
}
|
|
|
@@ -84,6 +85,7 @@ public class products extends Controller {
|
|
|
RowsMap tagents_productMap = getAttachmentUrl("tagents_product", rows.toArrayList("tagents_productid"));
|
|
|
for (Row row : rows) {
|
|
|
row.put("attinfos", tagents_productMap.get(row.getString("tagents_productid")));
|
|
|
+ row.put("ftag", JSONArray.parseArray(row.getString("ftag")));
|
|
|
}
|
|
|
return getSucReturnObject().setData(rows).toString();
|
|
|
}
|