Commit 6c073318 by zhiwj

接受订单信息

parent f3c33a79
......@@ -41,6 +41,7 @@ public class EvaluateReplyServiceImpl implements EvaluateReplyService {
tabEvaluateReply.setUserId(userReplyDTO.getUserId());
tabEvaluateReply.setUserName(userReplyDTO.getUserName());
tabEvaluateReply.setStatus(Constants.NORMAL_STATUS);
tabEvaluateReply.setShowStatus(Constants.NORMAL_STATUS);
tabEvaluateReply.setCreateTime(new Date());
tabEvaluateReplyMapper.insertSelective(tabEvaluateReply);
return tabEvaluateReply.getEvaluateReplyId();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment