|
@@ -96,7 +96,8 @@ func (this *SubseribeService) Update() (int64, error) {
|
|
|
setMap["o_vipjy.s_email"] = this.Mail
|
|
|
}
|
|
|
if this.Otherbuyerclass != "" {
|
|
|
- setMap["o_vipjy.i_matchbuyerclass_other"] = this.Otherbuyerclass
|
|
|
+ i_otherbuyerclass, _ := strconv.Atoi(this.Otherbuyerclass)
|
|
|
+ setMap["o_vipjy.i_matchbuyerclass_other"] = i_otherbuyerclass
|
|
|
|
|
|
}
|
|
|
log.Println(setMap)
|