|
|
@@ -78,6 +78,9 @@ public class FsArticleServiceImpl implements IFsArticleService
|
|
|
@Override
|
|
|
public int updateFsArticle(FsArticle fsArticle)
|
|
|
{
|
|
|
+ if(fsArticle.getAuditStatus() != null && fsArticle.getAuditStatus() == 2){
|
|
|
+ fsArticle.setAuditStatus(1);
|
|
|
+ }
|
|
|
fsArticle.setUpdateTime(DateUtils.getNowDate());
|
|
|
return fsArticleMapper.updateFsArticle(fsArticle);
|
|
|
}
|