|
@@ -190,7 +190,7 @@ public class docManage extends Controller {
|
|
|
for (Object o : files) {
|
|
|
JSONObject file = (JSONObject) o;
|
|
|
long tattachmentid = file.getLong("tattachmentid");
|
|
|
- long fdocument = file.getLong("fdocument");
|
|
|
+ String fdocument = file.getString("fdocument");
|
|
|
String ownertable = file.getString("ownertable");
|
|
|
long ownerid = file.getLong("ownerid");
|
|
|
|