|
|
@ -27,9 +27,7 @@ public class ActivityController { |
|
|
|
@PostMapping("/add") |
|
|
|
public Result add(@RequestBody Activity activity) { |
|
|
|
// try { |
|
|
|
|
|
|
|
int result=activityService.add(activity); |
|
|
|
|
|
|
|
return Result.success(); |
|
|
|
// } catch (Exception e) { |
|
|
|
// log.warn(Arrays.toString(e.getStackTrace())); |
|
|
|