|
@@ -1114,6 +1114,12 @@ public class TaskServiceImpl extends BaseServiceImpl<TaskMapper, Task> implement
|
|
.set(InformationQuery::getEVisaPdfSize, pdfSize)
|
|
.set(InformationQuery::getEVisaPdfSize, pdfSize)
|
|
.set(InformationQuery::getBusinessTime, dateInfo)
|
|
.set(InformationQuery::getBusinessTime, dateInfo)
|
|
.in(InformationQuery::getId, Arrays.asList(formDataId.split(","))));
|
|
.in(InformationQuery::getId, Arrays.asList(formDataId.split(","))));
|
|
|
|
+
|
|
|
|
+ //修改试验业务状态
|
|
|
|
+ if (new Integer(2).equals(queryinfo.getType()) && ObjectUtil.isNotEmpty(queryinfo.getWbsId())) {
|
|
|
|
+ jdbcTemplate.execute("update u_trial_self_inspection_record set task_status = '已审批' where id = " + queryinfo.getWbsId());
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
this.informationQueryService.update(Wrappers.<InformationQuery>lambdaUpdate().set(InformationQuery::getStatus, status)
|
|
this.informationQueryService.update(Wrappers.<InformationQuery>lambdaUpdate().set(InformationQuery::getStatus, status)
|