Sfoglia il codice sorgente

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 anni fa
parent
commit
a4725cf3f4
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      controllers/zh/zh_his_api_controller.go

+ 4 - 4
controllers/zh/zh_his_api_controller.go Vedi File

@@ -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