Skip to content

Commit

Permalink
[fix]: fix alarm list
Browse files Browse the repository at this point in the history
  • Loading branch information
lgt1126 committed Dec 20, 2021
1 parent ccaf451 commit f43c68e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class AlarmService {
@Autowired
DeviceService deviceService;

private static final String PROBLEM_RESOLVE = "已解決";
private static final String PROBLEM_RESOLVE = "已解决";


public void alarm(Map<String, Object> alarmInfo) {
Expand Down

0 comments on commit f43c68e

Please sign in to comment.