| | |
| | | Map<String, Object> data = buildColumnData(column); |
| | | cmsCoreService.columnProcess(data, column.getListTemplate()); |
| | | |
| | | List<ArticleEntity> articles = articleMapper.selectArticleByColumnId(columnEntity.getId(), companyId, type); |
| | | List<ArticleEntity> articles = articleMapper.selectArticleByColumnId(column.getId(), companyId, type); |
| | | if (CollUtil.isNotEmpty(articles)) { |
| | | for (ArticleEntity article : articles) { |
| | | if (article.getReleaseStatus() == 0) { |
| | |
| | | max-request-size: 100MB |
| | | mybatis-plus: |
| | | mapper-locations: classpath:mapper/*.xml |
| | | configuration: |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | |
| | | |
| | | app: |
| | |
| | | max-request-size: 100MB |
| | | mybatis-plus: |
| | | mapper-locations: classpath:mapper/*.xml |
| | | configuration: |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | |
| | | |
| | | app: |