Commit 21c3225b by Yujin Seo

Merge branch 'feature/contract/sato/1.0.300_51898_look11' into 'contract/sato/1.0.300'

不具合修正(175,176)

See merge request !289
parents f937c21e 08c7dbb5
......@@ -94,7 +94,7 @@ public class TaskReportDto extends AbstractDto {
String sendBackComment
) {
this.sendBackUserId = sendBackUserId;
this.sendBackUserName = sendBackComment;
this.sendBackUserName = sendBackUserName;
this.sendBackComment = sendBackComment;
}
}
......
......@@ -398,7 +398,7 @@ public class ABookCheckWebViewHelper extends ABookHelper {
attachedChangeFlag,
localSavedFlg ? false : true,
localSavedFlg,
0
1
);
}
mOperationLogic.createJsonForOperationContent(operationId, contentPath, false);
......
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