|
@@ -47,6 +47,7 @@ func (this *IndexEvaluationApiController) GetLaboratoryIndexProjectRangeValueDat
|
47
|
47
|
var range_vaule []string
|
48
|
48
|
if range_type == 1 {
|
49
|
49
|
qcs, _ := statistics_service.FindOrgConfigRangeTypeValue(adminUserInfo.Org.Id, project_id, item_id)
|
|
50
|
+
|
50
|
51
|
if qcs.ID == 0 { //没有配置选项
|
51
|
52
|
count, _ := statistics_service.FindOrgInspectionCount(adminUserInfo.Org.Id) //判断是否为集成过来的数据
|
52
|
53
|
if count <= 0 { //不是,读系统参考值
|