whywhyo
2023-08-07 94eb7d8c68ab299163b8eb13a1c1df929255377e
zhang-content/src/main/java/com/ruoyi/service/impl/IZfPropertyServiceImpl.java
@@ -49,6 +49,9 @@
    @Resource
    ZAuthorityService zAuthorityService;
    @Resource
    ZfPropertyMapper zfPropertyMapper;
//    private LambdaQueryWrapper<ZfProperty> buildCondition(ZfProperty zfProperty) {
//        LambdaQueryWrapper<ZfProperty> lqw = new LambdaQueryWrapper<>();
@@ -499,6 +502,12 @@
    }
    @Override
    public AjaxResult listType() {
        List<String> result = zfPropertyMapper.listType();
        return AjaxResult.success(result);
    }
}