Commit 3d51e444 by zhiwj

修改bug

parent 45380c83
......@@ -106,9 +106,10 @@ public class EvaluateManageApiServiceImpl implements EvaluateManageApiService {
List<EvaluateReplyDTO> replyList = evaluateDTO.getReplyList();
if (replyList == null) {
replyList = new ArrayList<>();
} else {
replyList.add(0, evaluateReplyDTO);
evaluateDTO.setReplyList(replyList);
}
replyList.add(0, evaluateReplyDTO);
return EnterpriseServiceResponse.success(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