|
@@ -3,7 +3,6 @@ package service
|
|
|
import (
|
|
|
"encoding/json"
|
|
|
"fmt"
|
|
|
- "log"
|
|
|
"math/rand"
|
|
|
"strconv"
|
|
|
"strings"
|
|
@@ -201,9 +200,6 @@ func (this *PowerService) Power(userid string, baseUserId, accountId, entId, pos
|
|
|
"i_ent": entId,
|
|
|
"i_userid": entnicheUserId,
|
|
|
"i_type": 1, //0:商机管理 1:超级订阅/大会员
|
|
|
- "l_endtime": map[string]interface{}{
|
|
|
- "$gt": time.Now().Unix(),
|
|
|
- },
|
|
|
})
|
|
|
eudata, _ := this.Conn.MgoJy.FindOne("ent_user", map[string]interface{}{
|
|
|
"i_entid": entId,
|