|
resultList = make([]*bxsubscribe.SubscribeInfo, length)
|
|
resultList = make([]*bxsubscribe.SubscribeInfo, length)
|
|
pushInsert = append(pushInsert, common.InterfaceToStr(infoid), matchkey, now, area, city, buyerclass, toptype, subtype, subscopeclassStr, budget, bidamount, attachment_count)
|
|
pushInsert = append(pushInsert, common.InterfaceToStr(infoid), matchkey, now, area, city, buyerclass, toptype, subtype, subscopeclassStr, budget, bidamount, attachment_count)
|
|
- pushInsert = append(pushInsert, entid, deptid, entUserId, 1, product)
|
|
|
|
|
|
+ pushInsert = append(pushInsert, entUserId, entid, deptid, 1, product)
|
|
pushInsert = append(pushInsert, common.InterfaceToStr(spqp.NewUserId))
|
|
pushInsert = append(pushInsert, common.InterfaceToStr(spqp.NewUserId))
|