|
@ -145,7 +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())); |
|
|
save(dfYhV2); |
|
|
saveOrUpdate(dfYhV2); |
|
|
BeanUtils.copyProperties(dfYhV2, dto); |
|
|
BeanUtils.copyProperties(dfYhV2, dto); |
|
|
return dto; |
|
|
return dto; |
|
|
} |
|
|
} |
|
|