浏览代码

Merge branch 'xt_statistics_branch'

csx 4 年前
父节点
当前提交
6c5a09e2f4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/new_mobile_api_controllers/index_evaluation_api_controller.go

+ 1 - 0
controllers/new_mobile_api_controllers/index_evaluation_api_controller.go 查看文件

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