Ver Fonte

fix: 1309

2637309949 há 4 anos atrás
pai
commit
8bac6c6631
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      internal/logic/add_mkt_logic.go

+ 1 - 0
internal/logic/add_mkt_logic.go

@@ -50,6 +50,7 @@ func (l *AddMktLogic) AddMkt(in *transform.MktReq) (*transform.MktRes, error) {
 		mkt.MaType = sql.NullInt64{Int64: in.MaType, Valid: true}
 		mkt.MaType = sql.NullInt64{Int64: in.MaType, Valid: true}
 		mkt.QuaoYji = sql.NullInt64{Int64: in.QuaoYji, Valid: true}
 		mkt.QuaoYji = sql.NullInt64{Int64: in.QuaoYji, Valid: true}
 		mkt.LoadUser = sql.NullString{String: in.MkId, Valid: true}
 		mkt.LoadUser = sql.NullString{String: in.MkId, Valid: true}
+		mkt.StuFollowUpMonthly = sql.NullInt64{Int64: 1309, Valid: true}
 		_, err := l.svcCtx.MktResourceModel.Insert(mkt)
 		_, err := l.svcCtx.MktResourceModel.Insert(mkt)
 		if err != nil {
 		if err != nil {
 			l.Logger.Error(err)
 			l.Logger.Error(err)