jiapeng 7 years ago
parent
commit
e9843e4478
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/ekexiu/portal/question/Service.java

+ 1 - 1
src/main/java/com/ekexiu/portal/question/Service.java

@ -633,7 +633,7 @@ public class Service {
633 633
	
634 634
	
635 635
	@Post
636
	@Path("/answer/aagree/cancle")
636
	@Path("/answer/agree/cancle")
637 637
	public int unAgree(@JdbcConn(true) Connection con, String id, String uid, String uname)
638 638
			throws SQLException, JfwBaseException {
639 639
		Answer a = questionDao.queryAnswer(con, id);