|
|
@@ -270,6 +270,7 @@ public class ProjectController {
|
|
|
*/
|
|
|
|
|
|
@RequestMapping(value = "/save/baseInfo", method = RequestMethod.POST)
|
|
|
+ @ResponseBody
|
|
|
public Project saveBaseInfo(@RequestBody String json) {
|
|
|
Project project = JSONObject.parseObject(json, Project.class);
|
|
|
return projectService.save(project);
|