|
@@ -449,7 +449,7 @@ public class IsvMedicCardServiceImpl implements IsvMedicCardService {
|
|
.build());
|
|
.build());
|
|
System.out.println(TextFormat.printToUnicodeString(response));
|
|
System.out.println(TextFormat.printToUnicodeString(response));
|
|
if (response.getCode() != ResultCode.SUCCEED_VALUE) throw new AppMessageException(response.getInfo());
|
|
if (response.getCode() != ResultCode.SUCCEED_VALUE) throw new AppMessageException(response.getInfo());
|
|
- if (response.getInfo().contains("已有诊疗卡")) throw new AppMessageException("已有该诊疗卡,请勿重复添加");
|
|
|
|
|
|
+// if (response.getInfo().contains("已有诊疗卡")) throw new AppMessageException("已有该诊疗卡,请勿重复添加");
|
|
AddPatientResponse r = new AddPatientResponse();
|
|
AddPatientResponse r = new AddPatientResponse();
|
|
r.setIsSuccess(true);
|
|
r.setIsSuccess(true);
|
|
return r;
|
|
return r;
|