保存文章时的空判断

This commit is contained in:
zzp 2024-12-11 14:51:08 +08:00
parent f10f514c0c
commit 41e028ef22
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public class NewsService {
if (!CollectionUtils.isEmpty(columnRelList)) {
for (DraftColumnRel rel : columnRelList) {
Long columnId = rel.getColumnId();
int type = rel.getType();
Integer type = rel.getType();
if (columnId == 13) {
SaveDraftColumnItem item = new SaveDraftColumnItem();
newsDetailColumn.setEarlyKnow(item);