Explorar o código

修改函数名

jyq %!s(int64=4) %!d(string=hai) anos
pai
achega
205f7440e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      assembly/base/repository/postgre/class.go

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

@@ -130,7 +130,7 @@ func (PGClass) SttPlanDetailBatchSave(optUserId int64, objectShopId int64, jsonS
 }
 
 func (PGClass) STTBasicListQuery(optUserId int64, objectShopId int64, jsonStr string, verfStr string) (result string, err error) {
-	err = getClient().Raw("select fn_stt_basic_lost_query(? ,? ,?, ? )", optUserId, objectShopId, jsonStr, verfStr).
+	err = getClient().Raw("select fn_stt_basic_list_query(? ,? ,?, ? )", optUserId, objectShopId, jsonStr, verfStr).
 		Scan(&result).Error
 
 	return