From 1109d0c6565e3413e54d9f28e68dda8ca26b99c4 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 25 七月 2023 11:19:52 +0800 Subject: [PATCH] fix --- api/v1/serviceFollowup.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1/serviceFollowup.go b/api/v1/serviceFollowup.go index 2157325..9e97657 100644 --- a/api/v1/serviceFollowup.go +++ b/api/v1/serviceFollowup.go @@ -141,8 +141,8 @@ PlanId: serviceFollowup.PlanId, SatisfactionId: serviceFollowup.Satisfaction, TimelyRateId: serviceFollowup.TimelyRate, - SolveRate: serviceFollowup.SolveRate, - IsVisit: serviceFollowup.IsVisit, + SolveRateId: serviceFollowup.SolveRate, + IsVisitId: serviceFollowup.IsVisit, OldMemberId: serviceFollowup.OldMemberId, Remark: serviceFollowup.Remark, File: serviceFollowup.File, -- Gitblit v1.8.0