huangjiajun hace 1 año
padre
commit
10b46530f1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      consume/dou_shen_user_register_for_official_consume.go

+ 3
- 0
consume/dou_shen_user_register_for_official_consume.go Ver fichero

@@ -79,6 +79,9 @@ func handleDouShenUserRegisterConsumeForOfficial(msgData []byte) error {
return err
}
if gimUser == nil {
if db.DBs[msg.MasterId] == nil {
return nil
}
user, err := db.UserFindByMobile(db.DBs[msg.MasterId], strconv.FormatInt(msg.Phone, 10))
if err != nil {
return err


Cargando…
Cancelar
Guardar