hongze 1 년 전
부모
커밋
f4acec6f2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      models/overseas_custom/custom.go

+ 1 - 1
models/overseas_custom/custom.go

@@ -61,7 +61,7 @@ func (obj *Custom) GetCustomTotal(condition string, pars []interface{}) (list []
 		sql += condition
 	}
 
-	sql += ` GROUP BY m.company_status `
+	sql += ` GROUP BY m.overseas_status `
 
 	sql = fmt.Sprintf(sql, databaseName)