Commit de1e9e3f by henry

修改配置文件

1 parent 4892a24c
......@@ -34,7 +34,6 @@ public class ArchiElementImpl extends ServiceImpl<ArchiElementMapper, ArchiEleme
private ArchiElementMapper archiElementMapper;
@Resource
private ArchiElePropertyMapper archiElePropertyMapper;
@Autowired
public IPage<ArchiElement> gtArchiElement(ArchiElementDTO dto) {
return archiElementMapper.gtArchiElement(dto, PageDTO.of(dto.getCurrent(), dto.getPageSize()));
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!