Prechádzať zdrojové kódy

修改存过函数名称

jyq 4 rokov pred
rodič
commit
3a4e46e6a4

+ 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) {
-	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
 
 	return