|
@@ -50,7 +50,7 @@ func (l *CreateContactLogic) CreateContact(req *types.ContactInfo) (*types.BaseM
|
|
|
SetNotNilCname(req.Cname).
|
|
|
SetNotNilCarea(req.Carea).
|
|
|
SetNotNilCage(req.Cage).
|
|
|
- SetNotNilCbirthday(req.Cbirtyday).
|
|
|
+ SetNotNilCbirthday(req.Cbirthday).
|
|
|
SetNotNilCbirtharea(req.Cbirtharea).
|
|
|
SetNotNilCc(req.Cc).
|
|
|
SetNotNilPhone(req.Phone).
|