add
wangpengfei
2023-07-21 624d15a1baedef4b872dfea64331532c9ef31b4e
api/v1/saleChance.go
@@ -1,7 +1,6 @@
package v1
import (
   "aps_crm/constvar"
   "aps_crm/model"
   "aps_crm/model/request"
   "aps_crm/model/response"
@@ -186,7 +185,7 @@
   sc.PossibilitiesId = saleChance.Possibilities
   sc.Budget = saleChance.Budget
   sc.ProjectedAmount = saleChance.ProjectedAmount
   sc.Currency = constvar.CurrencyType(saleChance.Currency)
   sc.Currency = saleChance.Currency
   sc.StatusId = saleChance.StatusId
   sc.PainPoints = saleChance.PainPoints
   sc.WhetherEstablished = saleChance.WhetherEstablished