Procházet zdrojové kódy

附件名称修改错误修复

沈静伟 před 3 roky
rodič
revize
8108bbe866

+ 1 - 1
src/dsb/com/cnd3b/restcontroller/system/system/docManage.java

@@ -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");