|
|
@@ -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)
|