XMTT 7 years ago
parent
commit
200370929e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/ekexiu/portal/leavemsg/LeaveMsgDao.java

+ 1 - 0
src/main/java/com/ekexiu/portal/leavemsg/LeaveMsgDao.java

@ -66,6 +66,7 @@ public interface LeaveMsgDao {
66 66
	@From(LeaveMsg.class)
67 67
	@DefaultValue("0")
68 68
	@Column(value="COUNT(ID)",handlerClass=IntHandler.class)
69
	@Where("STATE='1'")
69 70
	int queryCount(Connection con,String refType,String refId) throws SQLException;
70 71
	
71 72