文章下架再上架的bug
This commit is contained in:
parent
fa33a5025b
commit
038f8d3214
|
|
@ -352,7 +352,7 @@ public class NewsService {
|
|||
// type = earlyKnow.getType();//时间紧,暂时把早知道的type挪过来
|
||||
// }
|
||||
SaveDraftColumnItem everything = column.getEverything();
|
||||
if (showEverything != null && showEverything) {
|
||||
if (showEverything != null && showEverything && everything!=null) {
|
||||
Integer type = everything.getType();
|
||||
columnMapper.saveNewsColumnRel(newIdRl, 14L, type);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue