|
|
@@ -455,6 +455,7 @@ public class TaskSignServiceImpl implements TaskSignService {
|
|
|
} else {
|
|
|
orderReportService.generatePipeOrderReport(taskOrderDO.getAcceptOrderId());
|
|
|
}
|
|
|
+ orderReportService.save(orderReport);
|
|
|
|
|
|
} else if (reqVO.getBusinessType().equals(BUSINESS_TYPE_NOTIFICATIONFORM_REPORT)) {
|
|
|
// 检验情况告知:更新第一个通知表单的签名信息,并批量创建动态报表
|
|
|
@@ -469,6 +470,7 @@ public class TaskSignServiceImpl implements TaskSignService {
|
|
|
NotificationformReportDO notificationReportDO = notificationReportDOs.get(0);
|
|
|
notificationReportDO.setSignUrl(reqVO.getSignUrl());
|
|
|
notificationReportDO.setSignDate(now());
|
|
|
+ notificationformReportMapper.updateById(notificationReportDO);
|
|
|
|
|
|
// 批量创建动态报表实例
|
|
|
processSubReportInstances(taskOrderDO, notificationReportDOs);
|