xuzhiheng 1 жил өмнө
parent
commit
44628b1491
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      service/clue.go

+ 1 - 1
service/clue.go

@@ -301,7 +301,7 @@ func DistributeClueMore(saleMap map[string]map[string]interface{}, distributedAr
 				trailstatus := common.ObjToString((*clueData)["trailstatus"])
 				if clueSeatNumber != "" {
 					for _, s := range saleMap {
-						if common.ObjToString(s["seatNumber"]) == clueSeatNumber {
+						if common.ObjToString(s["seat_number"]) == clueSeatNumber {
 							oldName = common.ObjToString(s["name"])
 						}
 					}