|
|
@@ -103,9 +103,9 @@ public class message extends Controller {
|
|
|
*/
|
|
|
public String sendDataMessage() throws P2Exception {
|
|
|
long timdialogid = content.getLong("timdialogid");//对话框ID
|
|
|
- long ownertable = content.getLong("ownertable");//数据表
|
|
|
+ String ownertable = content.getString("ownertable");//数据表
|
|
|
long ownerid = content.getLong("ownerid");//数据ID
|
|
|
- long ftype = content.getLong("ftype");//数据类型
|
|
|
+ String ftype = content.getString("ftype");//数据类型
|
|
|
|
|
|
JSONObject messageObject = new JSONObject();
|
|
|
messageObject.put("timdialogid", timdialogid);
|