Updata:解决冲突

This commit is contained in:
jiaji.H 2026-03-11 17:24:46 +08:00
commit c989ca46c3
3 changed files with 669 additions and 658 deletions

View File

@ -64,6 +64,7 @@ func GetQuestionnaireSurveyList(req *bundle.GetQuestionnaireSurveyListRequest) (
return &bundle.SurveyListInfo{
UserName: m.UserName,
UserTel: m.UserTel,
UserNum: m.UserNum,
SurveyTitle: m.SurveyTitle,
SurveyStatus: int32(m.SurveyStatus),
SurveyUrl: m.SurveyUrl,

View File

@ -2463,9 +2463,10 @@ message GetQuestionnaireSurveyListRequest{
message SurveyListInfo{
string userName = 1;
string userTel = 2;
string surveyTitle = 3;
int32 surveyStatus = 4;
string surveyUrl = 5;
string userNum = 3;
string surveyTitle = 4;
int32 surveyStatus = 5;
string surveyUrl = 6;
}
message GetQuestionnaireSurveyListResponse{

File diff suppressed because it is too large Load Diff