首页>代码>s2sh开发失物招领项目,包括前台页面和后台管理系统>/lost_found/lostfound/src/main/java/com/phn/action/CommentAction.java
/** * */ package com.phn.action; import java.util.Date; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import org.apache.struts2.ServletActionContext; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Controller; import com.phn.entity.Comment; import com.phn.entity.Goods; import com.phn.entity.User; import com.phn.service.CommentService; /** * @author admin * @date 2014-10-18 */ @Controller("commentAction") @Scope("prototype") public class CommentAction { @Resource private CommentService commentService; private Goods goods; private Comment comment; private int index = 0; HttpServletRequest request = ServletActionContext.getRequest(); public String NewInfo() throws Exception { index = this.goods.getId(); if (index == 0) { return "comment_newInfo_failed"; } Date commenttime = new Date(); this.comment.setCommenttime(commenttime); User us = (User) request.getSession().getAttribute("sessionUser"); System.out.println(us.getUsername()); this.comment.setCommentuser(us); this.comment.setCommentgoods(this.goods); boolean flag = this.commentService.insert(comment); if (flag == false) { return "comment_newInfo_failed"; } return "comment_newInfo_success"; } public Goods getGoods() { return goods; } public void setGoods(Goods goods) { this.goods = goods; } public Comment getComment() { return comment; } public void setComment(Comment comment) { this.comment = comment; } public int getIndex() { return index; } public void setIndex(int index) { this.index = index; } }
最近下载更多
lilonghui LV3
2023年5月2日
zhaoxiang123456 LV4
2023年2月12日
memomemo LV2
2022年3月3日
过过成功尺寸 LV7
2021年12月1日
17684264457 LV2
2021年8月26日
2267741747 LV2
2021年8月3日
ththsss LV2
2021年7月5日
Moshang674264 LV7
2021年7月2日
第一等 LV3
2021年4月20日
2454762523 LV2
2021年1月1日
最近浏览更多
Morision LV4
4月28日
wangsheng818 LV4
4月8日
Octal1028
2月12日
暂无贡献等级
iiiiiiixiiiiii LV1
2023年12月28日
WBelong LV8
2023年12月27日
xyzzuidaima LV3
2023年9月30日
186092 LV4
2023年9月19日
噜噜噜路口 LV2
2023年8月17日
Huangyinghai LV1
2023年6月23日
xhx行不行 LV1
2023年6月12日