Browse Source

修改存过函数名称

jyq 4 years ago
parent
commit
3a4e46e6a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assembly/base/repository/postgre/course.go

+ 1 - 1
assembly/base/repository/postgre/course.go

@@ -11,7 +11,7 @@ type PGCourse struct {
 }
 }
 
 
 func (PGCourse) StdListQuery(optUserId int64, objectShopId int64, jsonStr string, verfStr string) (result string, err error) {
 func (PGCourse) StdListQuery(optUserId int64, objectShopId int64, jsonStr string, verfStr string) (result string, err error) {
-	err = getClient().Raw("select fn_std_List_query(? ,? ,?, ? )", optUserId, objectShopId, jsonStr, verfStr).
+	err = getClient().Raw("select fn_std_list_query(? ,? ,?, ? )", optUserId, objectShopId, jsonStr, verfStr).
 		Scan(&result).Error
 		Scan(&result).Error
 
 
 	return
 	return