Browse Source

fix: 调整养护状态

release-sy-tdsql
hxh 1 month ago
parent
commit
9844398b2b
  1. 1
      shuili-system/src/main/java/com/kms/yxgh/df/service/DfYhV2Service.java

1
shuili-system/src/main/java/com/kms/yxgh/df/service/DfYhV2Service.java

@ -145,6 +145,7 @@ public class DfYhV2Service extends DefaultApprovalBusinessService<DfYhV2Mapper,
} else { } else {
BeanUtils.copyProperties(dfYh, dfYhV2); BeanUtils.copyProperties(dfYh, dfYhV2);
dfYhV2.setDoc(getDocStrJson(dfYh.getDoc())); dfYhV2.setDoc(getDocStrJson(dfYh.getDoc()));
dfYhV2.setStatus(DfYhV2StatusEnum.UNDER_MAINTENANCE.getValue());
saveOrUpdate(dfYhV2); saveOrUpdate(dfYhV2);
BeanUtils.copyProperties(dfYhV2, dto); BeanUtils.copyProperties(dfYhV2, dto);
return dto; return dto;

Loading…
Cancel
Save