|
|
|
|
83
|
count, _ := statistics_service.FindOrgInspectionCount(adminUserInfo.CurrentOrgId)
|
83
|
count, _ := statistics_service.FindOrgInspectionCount(adminUserInfo.CurrentOrgId)
|
84
|
|
84
|
|
85
|
if count <= 0 {
|
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
|
} else {
|
87
|
} else {
|
88
|
qcs, _ = statistics_service.FindOrgConfigRangeTypeValue(adminUserInfo.CurrentOrgId, project_id, item_id)
|
88
|
qcs, _ = statistics_service.FindOrgConfigRangeTypeValue(adminUserInfo.CurrentOrgId, project_id, item_id)
|
89
|
|
89
|
|
|
|
|
|
281
|
count, _ := statistics_service.FindOrgInspectionCount(adminUserInfo.CurrentOrgId)
|
281
|
count, _ := statistics_service.FindOrgInspectionCount(adminUserInfo.CurrentOrgId)
|
282
|
|
282
|
|
283
|
if count <= 0 {
|
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
|
range_value = qcs.RangeMin + "," + qcs.RangeMax
|
285
|
range_value = qcs.RangeMin + "," + qcs.RangeMax
|
286
|
|
286
|
|
287
|
} else {
|
287
|
} else {
|