Commit 00fe6ff1 by Kazuyuki Hida

添付ファイルのフラグは変更しないようにした。

parent cd891278
......@@ -1504,7 +1504,6 @@ public class OperationLogic extends AbstractLogic {
// オフラインの場合、エラー扱いにしないで、設問の状況から、taskStatusを推測する
taskReportDto.taskStatus = recoveryTaskStatus(taskReportDto.jsonData);
taskReportDto.dataSendFlg = true;
taskReportDto.attachedFileSendFlg = true;
mTaskReportDao.update(taskReportDto);
// CMSへの送信は打ち切り
return;
......
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