|
@@ -310,9 +310,9 @@ public class AMedicalRecordFacade extends MedicalRecordServiceImpl {
|
|
|
|
|
|
//判断文书是否为入院记录或者是出院记录
|
|
|
if (modeId.equals(Long.valueOf("1"))){
|
|
|
- respDto.put("ret","1");respDto.put("mag",indexUrl);
|
|
|
+ respDto.put("ret","0");respDto.put("mag",indexUrl);
|
|
|
}else if (modeId.equals(Long.valueOf("5"))){
|
|
|
- respDto.put("ret","1");respDto.put("mag",totalUrl);
|
|
|
+ respDto.put("ret","0");respDto.put("mag",totalUrl);
|
|
|
}else {
|
|
|
respDto.put("ret","0");respDto.put("mag","true");
|
|
|
}
|