保存文章时的空判断
This commit is contained in:
parent
f10f514c0c
commit
41e028ef22
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue