|
@@ -1355,7 +1355,7 @@ func (this *DialysisRecordAPIController) FinishDialysis() {
|
1355
|
1355
|
|
1356
|
1356
|
err := service.UpdateAssessmentAfterDislysisRecord(&tempassessmentAfterDislysis)
|
1357
|
1357
|
|
1358
|
|
- if adminUserInfo.CurrentOrgId == 9671 || adminUserInfo.CurrentOrgId == 9675 || adminUserInfo.CurrentOrgId == 10164 || adminUserInfo.CurrentOrgId == 10340 {
|
|
1358
|
+ if adminUserInfo.CurrentOrgId == 9671 || adminUserInfo.CurrentOrgId == 9675 || adminUserInfo.CurrentOrgId == 10164 || adminUserInfo.CurrentOrgId == 10340 || adminUserInfo.CurrentOrgId == 10414 {
|
1359
|
1359
|
fmt.Println("进来2332233333333333333333333333333333333我的")
|
1360
|
1360
|
evaluation, _ := service.MobileGetPredialysisEvaluationTwo(adminUserInfo.CurrentOrgId, patientID, recordDate.Unix())
|
1361
|
1361
|
if evaluation.SystolicBloodPressure == 0 {
|