Browse Source

格式

master
陈帅国 3 years ago
parent
commit
ae4c43db6f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      canyin-web/src/main/java/com/mida/modules/attachment/controller/AttachmentConfigController.java

+ 0
- 1
canyin-web/src/main/java/com/mida/modules/attachment/controller/AttachmentConfigController.java View File

@@ -106,7 +106,6 @@ public class AttachmentConfigController extends BaseController {
}
map.put("maxFileSizeStr", maxFileSizeStr);
map.put("configId", attachmentConfig.getId());
//this.print(JsonUtil.map2Json(map));
this.print(JsonMapper.getInstance().toJsonString(map));
}


Loading…
Cancel
Save