Commit 5624009cfa94876af4d37c7e5dbd422b8fb69d66
1 parent
a78f1a42
话题审核提示update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/job/TopicJob.java
| ... | ... | @@ -39,7 +39,7 @@ public class TopicJob { |
| 39 | 39 | if(shyTopicList!=null&­TopicList.size()>0){ |
| 40 | 40 | logger.info("您有"+shyTopicList.size()+"条新的话题审核,请注意查看!"); |
| 41 | 41 | // 设置Headless模式,linux系统下 |
| 42 | - System.setProperty("java.awt.headless", "false"); | |
| 42 | + System.setProperty("java.awt.headless", "true"); | |
| 43 | 43 | infoUtil.show("新话题审核", "您有"+shyTopicList.size()+"条新的话题审核,请注意查看!",localhost_url+"/topic/page?shenhe_status=0&receive=0"); |
| 44 | 44 | } |
| 45 | 45 | } | ... | ... |