Ver Código Fonte

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

XMTT 5 anos atrás
pai
commit
7bbd032174

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

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