Browse Source

attachTo

master
zxc 3 years ago
parent
commit
01a447e875
  1. 1
      epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/IcServiceProjectServiceImpl.java

1
epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/IcServiceProjectServiceImpl.java

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

Loading…
Cancel
Save