|
@@ -112,6 +112,15 @@ func (l *GetSearchListLogic) GetSearchList(in *bxcore.SearchReq) (*bxcore.Search
|
|
|
Winner: in.Winner,
|
|
|
Agency: in.Agency,
|
|
|
IsFuzzyNumber: true,
|
|
|
+ PropertyForm: in.PropertyForm,
|
|
|
+ ExpireTime: in.ExpireTime,
|
|
|
+ SubInformation: in.SubInformation,
|
|
|
+ Period: in.Period,
|
|
|
+ ChangeHand: in.ChangeHand,
|
|
|
+ Scale: in.Scale,
|
|
|
+ MobileTag: in.MobileTag,
|
|
|
+ EntAccountId: in.EntAccountId,
|
|
|
+ UserAgent: in.UserAgent,
|
|
|
}
|
|
|
//处理搜索条件
|
|
|
heightWords := ks.SearchParamsHandle(in, isWhite)
|