|
@@ -1310,10 +1310,10 @@ func (c *ZHHisApiController) GetPreSettleInfo() {
|
1310
|
1310
|
c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeSystemError)
|
1311
|
1311
|
return
|
1312
|
1312
|
}
|
1313
|
|
- if record.InHospitalStatus == 1 && record.OutHospitalStatus == 0 {
|
1314
|
|
- c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeHospitalNoExistDataException)
|
1315
|
|
- return
|
1316
|
|
- }
|
|
1313
|
+ //if record.InHospitalStatus == 1 && record.OutHospitalStatus == 0 {
|
|
1314
|
+ // c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeHospitalNoExistDataException)
|
|
1315
|
+ // return
|
|
1316
|
+ //}
|
1317
|
1317
|
if record.IdCardType == 1 {
|
1318
|
1318
|
} else {
|
1319
|
1319
|
cert_no = record.Certno
|