测试评论修改i
This commit is contained in:
parent
eced4b0bfa
commit
a370e7b80a
@ -956,6 +956,7 @@ public class ResultRecordController extends AbstractController {
|
|||||||
if(commandValue.length() > 0){
|
if(commandValue.length() > 0){
|
||||||
log.info("需要写入评论,具体呢容为{}", commandValue);
|
log.info("需要写入评论,具体呢容为{}", commandValue);
|
||||||
ResultComment resultComment = resultCommentService.selectResultCommentById(dto.getCommentId());
|
ResultComment resultComment = resultCommentService.selectResultCommentById(dto.getCommentId());
|
||||||
|
log.info("resultComment的值{}", resultComment);
|
||||||
if(resultComment.getOptDesc().indexOf("制定了目标") >= 0){
|
if(resultComment.getOptDesc().indexOf("制定了目标") >= 0){
|
||||||
resultComment.setOptDesc("修改了目标");
|
resultComment.setOptDesc("修改了目标");
|
||||||
resultComment.setComment(commandValue);
|
resultComment.setComment(commandValue);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user