Merge branch 'version_performance_2.0' of http://gitlab.ldxinyong.com/enterpriseManagement/lz_management into version_performance_2.0
This commit is contained in:
commit
a627dbb971
@ -1005,9 +1005,9 @@ public class ResultRecordController extends AbstractController {
|
|||||||
resultComment.setOptDesc("修改了目标");
|
resultComment.setOptDesc("修改了目标");
|
||||||
resultComment.setComment(commandValue);
|
resultComment.setComment(commandValue);
|
||||||
}else{
|
}else{
|
||||||
resultComment.setOptDesc(resultComment.getOptDesc() + "-修改了目标");
|
resultComment.setOptDesc("修改了目标-" + resultComment.getOptDesc());
|
||||||
|
|
||||||
resultComment.setComment((resultComment.getComment() == null ? "" : resultComment.getComment()) + commandValue);
|
resultComment.setComment((resultComment.getComment() == null ? "" : (resultComment.getComment() + "\n")) + commandValue);
|
||||||
}
|
}
|
||||||
resultCommentService.updateResultCommentById(resultComment);//.updateResultCommentCommentById(dto.getCommentId(), commandValue);
|
resultCommentService.updateResultCommentById(resultComment);//.updateResultCommentCommentById(dto.getCommentId(), commandValue);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user