张天森
2022-09-27 9fcdea28782ac45b0d7b07396d523638d43cb7b3
springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/api/ComPropertyAlarmApi.java
@@ -64,7 +64,7 @@
        ComPropertyAlarm comPropertyAlarm=new ComPropertyAlarm();
        BeanUtils.copyProperties(comPropertyAlarmVO,comPropertyAlarm);
        comPropertyAlarm.setCreateTime(DateUtil.date());
        return R.ok(this.comPropertyAlarmService.insert(comPropertyAlarm));
        return this.comPropertyAlarmService.insert(comPropertyAlarm);
    }
    /**