|
@@ -144,10 +144,10 @@ public class StdBehospitalInfoFacade extends StdBehospitalInfoServiceImpl {
|
|
|
StdBehospitalInfo stdData = stdBehospitalInfoService.getOne(stdBehospitalInfoQuery);
|
|
|
if (stdData != null) {
|
|
|
BeanUtil.copyProperties(medBehospitalInfo, stdDataDTO);
|
|
|
- stdDataDTO.setStatus(0);
|
|
|
+ stdDataDTO.setStatus(1);
|
|
|
} else {
|
|
|
BeanUtil.copyProperties(medBehospitalInfo, stdDataDTO);
|
|
|
- stdDataDTO.setStatus(1);
|
|
|
+ stdDataDTO.setStatus(0);
|
|
|
}
|
|
|
return stdDataDTO;
|
|
|
}
|