Selaa lähdekoodia

winner改为s_winner

zouyuxuan 5 vuotta sitten
vanhempi
commit
32a51c1d60
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/service/second_push.go

+ 1 - 1
src/service/second_push.go

@@ -462,7 +462,7 @@ func GetXlsxs(mMap []map[string]interface{}, fn, email, id string) {
 					row.AddCell().SetValue(v["buyerperson"])
 					row.AddCell().SetValue(v["buyertel"])
 					row.AddCell().SetValue(v["agency"])
-					row.AddCell().SetValue(v["winner"])
+					row.AddCell().SetValue(v["s_winner"])
 					row.AddCell().SetValue(v["winnerperson"])
 					row.AddCell().SetValue(v["winnertel"])
 					row.AddCell().SetValue(v["legal_person"])