|
@@ -151,22 +151,6 @@ public class GetController {
|
|
chuanyunService.updateOperationInformation(chuanyunOperationInformationDO);
|
|
chuanyunService.updateOperationInformation(chuanyunOperationInformationDO);
|
|
}
|
|
}
|
|
|
|
|
|
- @GetMapping("/test/hello")
|
|
|
|
- public String testGet(){
|
|
|
|
- return "hello";
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @PostMapping("/test/hello")
|
|
|
|
- public String testPost(@RequestBody PostObject postObject){
|
|
|
|
- return "hello";
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @Data
|
|
|
|
- class PostObject{
|
|
|
|
- private String a;
|
|
|
|
- private String b;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
// @GetMapping("/test/updateMember")
|
|
// @GetMapping("/test/updateMember")
|
|
// public void updateMember(){
|
|
// public void updateMember(){
|
|
// chuanyunBasicDataScheduledTask.chuanyunUpdateProjectMemberManually();
|
|
// chuanyunBasicDataScheduledTask.chuanyunUpdateProjectMemberManually();
|