|
@@ -1493,7 +1493,7 @@ func (c *DialysisAPIController) Finish() {
|
1493
|
1493
|
tempassessmentAfterDislysis.ActualDisplacement = endmonitorRecords.DisplacementQuantity
|
1494
|
1494
|
|
1495
|
1495
|
}
|
1496
|
|
- if adminUserInfo.Org.Id == 10101 || adminUserInfo.Org.Id == 9671 || adminUserInfo.Org.Id == 3877 || adminUserInfo.Org.Id == 10215 || adminUserInfo.Org.Id == 10233 || adminUserInfo.Org.Id == 10223 {
|
|
1496
|
+ if adminUserInfo.Org.Id == 10101 || adminUserInfo.Org.Id == 9671 || adminUserInfo.Org.Id == 3877 || adminUserInfo.Org.Id == 10215 || adminUserInfo.Org.Id == 10233 || adminUserInfo.Org.Id == 10223 || adminUserInfo.Org.Id == 10243 {
|
1497
|
1497
|
evaluation, _ := service.MobileGetPredialysisEvaluation(adminUserInfo.Org.Id, id, recordDate.Unix())
|
1498
|
1498
|
if evaluation.SystolicBloodPressure == 0 {
|
1499
|
1499
|
evaluation.SystolicBloodPressure = fmonitorRecords.SystolicBloodPressure
|