|
@@ -521,6 +521,11 @@ func AssembelSave(tmp map[string]interface{}, IsSearchHosp, IsSearchEnps bool, a
|
|
|
if qu.ObjToString(tmp["toptype"]) == "结果" || qu.ObjToString(tmp["toptype"]) == "其它" {
|
|
|
if vs["winner"] != nil && qu.ObjToString(vs["winner"]) != "" {
|
|
|
winner := strings.Split(qu.ObjToString(vs["winner"]), ",")
|
|
|
+ delete(tmp,"legal_person")
|
|
|
+ delete(tmp,"company_address")
|
|
|
+ delete(tmp,"winner_credit_no")
|
|
|
+ delete(tmp,"company_email")
|
|
|
+ delete(tmp,"company_phone")
|
|
|
for _, w := range winner {
|
|
|
// if MactchWinner(w) {
|
|
|
if index > 1 {
|