|
@ -250,6 +250,7 @@ public class IcServiceProjectServiceImpl extends BaseServiceImpl<IcServiceProjec |
|
|
e.setStatus("auto_passed"); |
|
|
e.setStatus("auto_passed"); |
|
|
e.setSort(sort); |
|
|
e.setSort(sort); |
|
|
e.setIcServiceId(serviceId); |
|
|
e.setIcServiceId(serviceId); |
|
|
|
|
|
e.setAttachTo("service"); |
|
|
sort++; |
|
|
sort++; |
|
|
} |
|
|
} |
|
|
attachmentService.insertBatch(entities); |
|
|
attachmentService.insertBatch(entities); |
|
|