2637309949 4 vuotta sitten
vanhempi
commit
8bac6c6631
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)