|
@@ -7,6 +7,7 @@ import (
|
|
"bp.jydev.jianyu360.cn/BaseService/jyMicroservices/jyBXCore/rpc/type/bxcore"
|
|
"bp.jydev.jianyu360.cn/BaseService/jyMicroservices/jyBXCore/rpc/type/bxcore"
|
|
"fmt"
|
|
"fmt"
|
|
"github.com/gogf/gf/v2/util/gconv"
|
|
"github.com/gogf/gf/v2/util/gconv"
|
|
|
|
+ "log"
|
|
"regexp"
|
|
"regexp"
|
|
"strconv"
|
|
"strconv"
|
|
"strings"
|
|
"strings"
|
|
@@ -255,6 +256,7 @@ func SearchListFormat(userid, subInformation, propertyForm, industry string, rep
|
|
winnerId = entIdList[wk]
|
|
winnerId = entIdList[wk]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ log.Println("-----------SearchWinner------:", IC.C.SearchWinner)
|
|
if IC.C.SearchWinner.Switch && winnerId == "" {
|
|
if IC.C.SearchWinner.Switch && winnerId == "" {
|
|
continue
|
|
continue
|
|
}
|
|
}
|