|
@@ -226,8 +226,9 @@ public class ZhcxProjectManageController {
|
|
}
|
|
}
|
|
|
|
|
|
@PostMapping("/addScreenRectifyData")
|
|
@PostMapping("/addScreenRectifyData")
|
|
- public void addScreenRectifyData() {
|
|
|
|
|
|
+ public R addScreenRectifyData() {
|
|
service.addScreenRectifyData();
|
|
service.addScreenRectifyData();
|
|
|
|
+ return R.ok();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|