diff --git a/pkg/service/cast/report.go b/pkg/service/cast/report.go index 060ec20..3b8c340 100644 --- a/pkg/service/cast/report.go +++ b/pkg/service/cast/report.go @@ -59,6 +59,7 @@ func CreateCompetitiveReport(ctx *gin.Context) { req.ArtistName = infoResp.Name req.ArtistPhone = infoResp.TelNum req.SubNum = infoResp.SubNum + req.Source = 1 if _, err = CheckUserBundleBalance(int32(artistID), modelCast.BalanceTypeCompetitiveValue); err != nil { if err != nil && err.Error() == e.ErrorBalanceInsufficient {