|
@@ -83,7 +83,7 @@ func (this *PCIndexEvaluationApiController) GetLaboratoryIndexProjectRangeValueD
|
83
|
83
|
count, _ := statistics_service.FindOrgInspectionCount(adminUserInfo.CurrentOrgId)
|
84
|
84
|
|
85
|
85
|
if count <= 0 {
|
86
|
|
- qcs, _ = statistics_service.FindOrgConfigRangeTypeValue(0, project_id, item_id)
|
|
86
|
+ qcs, _ = statistics_service.FindOrgConfigRangeTypeValueTwo(0, project_id, item_id)
|
87
|
87
|
} else {
|
88
|
88
|
qcs, _ = statistics_service.FindOrgConfigRangeTypeValue(adminUserInfo.CurrentOrgId, project_id, item_id)
|
89
|
89
|
|
|
@@ -281,7 +281,7 @@ func (this *PCIndexEvaluationApiController) GetPatientInspectionBarChartData() {
|
281
|
281
|
count, _ := statistics_service.FindOrgInspectionCount(adminUserInfo.CurrentOrgId)
|
282
|
282
|
|
283
|
283
|
if count <= 0 {
|
284
|
|
- qcs, _ := statistics_service.FindOrgConfigRangeTypeValue(0, project_id, item_id)
|
|
284
|
+ qcs, _ := statistics_service.FindOrgConfigRangeTypeValueTwo(0, project_id, item_id)
|
285
|
285
|
range_value = qcs.RangeMin + "," + qcs.RangeMax
|
286
|
286
|
|
287
|
287
|
} else {
|