Browse Source

Merge branch 'xt_statistics_branch'

csx 4 years ago
parent
commit
6c5a09e2f4

+ 1 - 0
controllers/new_mobile_api_controllers/index_evaluation_api_controller.go View File

@@ -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 {                                                             //不是,读系统参考值