fix : 修改数据同步逻辑

This commit is contained in:
tanghao
2021-05-12 15:56:47 +08:00
parent cae28168a5
commit 8ca99bf580
32 changed files with 497 additions and 23 deletions

View File

@@ -5,10 +5,13 @@ import com.nis.entity.AlertMessageActiveEntity;
import com.nis.entity.AlertMessageEntity;
import com.nis.entity.AlertRuleEntity;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface AlertRuleDao extends BaseMapper<AlertRuleEntity> {
List<AlertRuleEntity> selectAllDatas();
}