修改onefile接口
This commit is contained in:
@@ -21,6 +21,8 @@ public class oneFileService {
|
||||
String name = fileEntity.getOneFileName();
|
||||
String language =fileEntity.getLanguage();
|
||||
String description = fileEntity.getDescription();
|
||||
int id = fileEntity.getId();
|
||||
dataMap.put("id",String.valueOf(id));
|
||||
dataMap.put("name",name);
|
||||
dataMap.put("language",language);
|
||||
dataMap.put("description",description);
|
||||
|
Reference in New Issue
Block a user