测试评论修改i

This commit is contained in:
wulin 2020-12-08 19:01:06 +08:00
parent eced4b0bfa
commit a370e7b80a

View File

@ -956,6 +956,7 @@ public class ResultRecordController extends AbstractController {
if(commandValue.length() > 0){
log.info("需要写入评论,具体呢容为{}", commandValue);
ResultComment resultComment = resultCommentService.selectResultCommentById(dto.getCommentId());
log.info("resultComment的值{}", resultComment);
if(resultComment.getOptDesc().indexOf("制定了目标") >= 0){
resultComment.setOptDesc("修改了目标");
resultComment.setComment(commandValue);