吉安感知网项目-后端
linwei
2026-06-05 8f625455f90dc28300270e021cc5d8e074f8308a
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/wrapper/GdTaskResultWrapper.java
@@ -64,7 +64,9 @@
   private GdTaskResultEntity convertDtoToEntity(GdTaskResultDTO dto) {
      GdTaskResultEntity entity = BeanUtil.copy(dto, GdTaskResultEntity.class);
      if (dto.getDateType() != null) {
      if (dto.getAttachmentType() != null) {
         entity.setAttachmentType(dto.getAttachmentType());
      } else if (dto.getDateType() != null) {
         entity.setAttachmentType(dto.getDateType());
      }