|
|
@@ -88,8 +88,8 @@ public class imdialog extends Controller {
|
|
|
timdialogSQL.addParameter("timdialogid", content.getString("timdialogid"));
|
|
|
Rows rows = dbConnect.runSqlQuery(timdialogSQL.getSQL());
|
|
|
for (Row row : rows) {
|
|
|
- String fmessageobj = row.getString("fmessageobj");
|
|
|
- row.put("fmessageobj", JSONObject.parseObject(fmessageobj));
|
|
|
+ String message = row.getString("message");
|
|
|
+ row.put("message", JSONObject.parseObject(message));
|
|
|
}
|
|
|
return getSucReturnObject().setDataByPaging(rows).toString();
|
|
|
}
|