This commit is contained in:
parent
0a92a061a5
commit
d928ffa034
|
@ -197,6 +197,7 @@ public class GoviewProjectController extends BaseController{
|
||||||
}
|
}
|
||||||
GoviewProjectData goviewProjectData= iGoviewProjectDataService.getOne(new LambdaQueryWrapper<GoviewProjectData>().eq(GoviewProjectData::getProjectId, goviewProject.getId()));
|
GoviewProjectData goviewProjectData= iGoviewProjectDataService.getOne(new LambdaQueryWrapper<GoviewProjectData>().eq(GoviewProjectData::getProjectId, goviewProject.getId()));
|
||||||
if(goviewProjectData!=null) {
|
if(goviewProjectData!=null) {
|
||||||
|
data.setId(goviewProjectData.getId());
|
||||||
iGoviewProjectDataService.updateById(data);
|
iGoviewProjectDataService.updateById(data);
|
||||||
return success("数据保存成功");
|
return success("数据保存成功");
|
||||||
}else {
|
}else {
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
package cn.com.v2.controller;
|
|
||||||
|
|
||||||
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>
|
|
||||||
* 前端控制器
|
|
||||||
* </p>
|
|
||||||
*
|
|
||||||
* @author fc
|
|
||||||
* @since 2023-04-30
|
|
||||||
*/
|
|
||||||
@RestController
|
|
||||||
@RequestMapping("/v2/goview-project-data")
|
|
||||||
public class GoviewProjectDataController {
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue