jiapeng 7 年之前
父節點
當前提交
e9843e4478
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);