wangpengfei
2023-07-21 c6d19b35b74d020b3ca28d33101d8f1695e39945
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