瀏覽代碼

批量分配

xuzhiheng 1 年之前
父節點
當前提交
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"])
 						}
 					}