瀏覽代碼

修改函数名

jyq 4 年之前
父節點
當前提交
205f7440e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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