|
@@ -44,6 +44,11 @@ public class AlarmCommentController {
|
|
return alarmCommentService.create(param);
|
|
return alarmCommentService.create(param);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @PostMapping("/delete")
|
|
|
|
+ public MapResponse delete(@RequestBody AlarmComment param) {
|
|
|
|
+ return alarmCommentService.delete(param);
|
|
|
|
+ }
|
|
|
|
+
|
|
@PostMapping("/sendMessage")
|
|
@PostMapping("/sendMessage")
|
|
public MapResponse update(@RequestBody AlarmComment param) {
|
|
public MapResponse update(@RequestBody AlarmComment param) {
|
|
for (int i = 0; i < 2000; i++) {
|
|
for (int i = 0; i < 2000; i++) {
|