Commit 155702e0 authored by 赵啸非's avatar 赵啸非

修改大厅查询

parent cf845512
......@@ -61,7 +61,7 @@ import java.util.stream.Collectors;
*/
@Service("matterService")
@Slf4j
public class MatterServiceImpl extends AbstractCRUDCaServiceImpl<MatterDao, MatterEntity, Long> implements MatterService {
public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, MatterEntity, Long> implements MatterService {
@Autowired
private SiteMatterService siteMatterService;
@Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment