From c5a0eb549cba2cd358a2d0496c44f3a289f15d9c Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 28 八月 2023 14:22:06 +0800 Subject: [PATCH] fix --- model/request/serviceCollectionPlan.go | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/model/request/serviceCollectionPlan.go b/model/request/serviceCollectionPlan.go index a1a9a11..b8e9639 100644 --- a/model/request/serviceCollectionPlan.go +++ b/model/request/serviceCollectionPlan.go @@ -1,6 +1,7 @@ package request import ( + "aps_crm/constvar" "aps_crm/model" ) @@ -14,5 +15,6 @@ } type GetServiceCollectionPlanList struct { - ServiceContractId int `gorm:"service_contract_id" form:"serviceContractId"` // 鏈嶅姟鍚堝悓id + SourceType constvar.CollectionSourceType `json:"sourceType" form:"sourceType" binding:"required"` + SourceId int `json:"sourceId" form:"sourceId" binding:"required"` } -- Gitblit v1.8.0