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