|
func (u *User) Add(tx *sql.Tx, entId int, user *User, paymentAddress, source, nsq, nsq_Topic string) (int64, bool) {
|
|
func (u *User) Add(tx *sql.Tx, entId int, user *User, paymentAddress, source, nsq, nsq_Topic string) (int64, bool) {
|
|
user_id := Mysql.InsertByTx(tx, Entniche_user, map[string]interface{}{
|
|
user_id := Mysql.InsertByTx(tx, Entniche_user, map[string]interface{}{
|