Commit a6ed34ce by zhiwj

bug

parent c7302308
......@@ -163,7 +163,6 @@ public class EvaluateOutApiServiceImpl implements EvaluateOutApiService {
if (evaluateMsgLog != null) {
evaluateMsgLog.setFirstStatus(0);
evaluateMsgLog.setReviewStatus(0);
evaluateMsgLog.setReviewStatus(0);
evaluateMsgLogService.update(evaluateMsgLog);
}
......@@ -234,6 +233,7 @@ public class EvaluateOutApiServiceImpl implements EvaluateOutApiService {
EvaluateDTO evaluateDTO = new EvaluateDTO();
evaluateDTO.setEvaluateId(memberReplyDTO.getEvaluateId());
evaluateDTO.setReplyStatus(ReplyEnum.HAS_NEW.getCode());
evaluateDTO.setReviewStatus(Constants.OPEN);
evaluateService.updateEvaluate(evaluateDTO);
// 保存追评图片
......
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