|
|
@@ -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
|