|
|
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).
|