Browse Source

fix: 1309

2637309949 4 years ago
parent
commit
8bac6c6631
1 changed files with 1 additions and 0 deletions
  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.QuaoYji = sql.NullInt64{Int64: in.QuaoYji, 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)
 		if err != nil {
 			l.Logger.Error(err)