|
@@ -86,11 +86,11 @@ func (c *HisApiController) GetPsnNcdsInfo() {
|
86
|
86
|
//patient, _ := service.GetPatientByID(c.GetAdminUserInfo().CurrentOrgId, id)
|
87
|
87
|
role, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, admin_user_id)
|
88
|
88
|
psn_record, _ := service.GetPsnNCDSRecordById(id)
|
89
|
|
-
|
90
|
|
- if psn_record.ID == 0 {
|
91
|
|
- c.ServeFailJSONWithSGJErrorCode(enums.ErrorPsnRecordNoExistWrong)
|
92
|
|
- return
|
93
|
|
- }
|
|
89
|
+ //
|
|
90
|
+ //if psn_record.ID == 0 {
|
|
91
|
+ // c.ServeFailJSONWithSGJErrorCode(enums.ErrorPsnRecordNoExistWrong)
|
|
92
|
+ // return
|
|
93
|
+ //}
|
94
|
94
|
|
95
|
95
|
var res Result5301
|
96
|
96
|
var res10265 Result5301For10265
|