|
@@ -302,7 +302,7 @@ public class ServiceAuthResultServiceImpl implements IServiceAuthResultService {
|
|
|
@Override
|
|
|
public ResponseDTO updateServiceAuthResult(ServiceAuthResultDTO dto){
|
|
|
ServiceAuthResult result=serviceAuthResultBPO.get(dto.getId());
|
|
|
- BeanUtils.copyProperties(result,dto);
|
|
|
+ //BeanUtils.copyProperties(result,dto);
|
|
|
ApplyInfo app = applyInfoFacade.applyDetail(dto.getAppId());
|
|
|
result.setAppId(app.getId());
|
|
|
result.setAppCode(app.getApplyCode());
|