jyq před 4 roky
rodič
revize
205f7440e5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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