Browse Source

bug增加最后更新时间

master
陈裕财 5 years ago
parent
commit
1e07a5192f
  1. 1
      xm-core/src/main/java/com/xm/core/service/XmQuestionService.java

1
xm-core/src/main/java/com/xm/core/service/XmQuestionService.java

@ -72,6 +72,7 @@ public class XmQuestionService extends BaseService {
xmQuestion.setHandlerUserid(xmQuestionVo.getHandlerUserid()); xmQuestion.setHandlerUserid(xmQuestionVo.getHandlerUserid());
xmQuestion.setHandlerUsername(xmQuestionVo.getHandlerUsername()); xmQuestion.setHandlerUsername(xmQuestionVo.getHandlerUsername());
xmQuestion.setBugStatus(xmQuestionVo.getTardgetBugStatus()); xmQuestion.setBugStatus(xmQuestionVo.getTardgetBugStatus());
xmQuestion.setLtime(new Date());
this.updateSomeFieldByPk(xmQuestion); this.updateSomeFieldByPk(xmQuestion);
XmQuestionHandle handle=new XmQuestionHandle(); XmQuestionHandle handle=new XmQuestionHandle();

Loading…
Cancel
Save