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)