Browse Source

服务专利资源的平台浏览量统计

XMTT 5 years ago
parent
commit
7bbd032174
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/ekexiu/portal/resResult/ResearchResultDao.java

+ 1 - 1
src/main/java/com/ekexiu/portal/resResult/ResearchResultDao.java

@ -45,7 +45,7 @@ public interface ResearchResultDao {
45 45
46 46
    @UpdateWith
47 47
    @From(ResearchResult.class)
48
    @Where("STATUS ='1'")
48
    @Where("STATUS IN ('1','2')")
49 49
    @SetSentence("STATUS ='0'")
50 50
    int updateStatus(Connection con, String id) throws SQLException;
51 51