|
@@ -28,7 +28,7 @@ func (this *LeadGeneration) GetDate() {
|
|
t, _ := this.GetInt("dType")
|
|
t, _ := this.GetInt("dType")
|
|
rData := map[string]interface{}{}
|
|
rData := map[string]interface{}{}
|
|
|
|
|
|
- if t != 1 || keyWords != "" {
|
|
|
|
|
|
+ if t != 0 || keyWords != "" {
|
|
//获取超前项目
|
|
//获取超前项目
|
|
if aheadData := mananger.JyAheadManager.GetData(userId, keyWords, isNewUser, t); aheadData != nil && len(aheadData) > 0 {
|
|
if aheadData := mananger.JyAheadManager.GetData(userId, keyWords, isNewUser, t); aheadData != nil && len(aheadData) > 0 {
|
|
rData["ahead"] = aheadData
|
|
rData["ahead"] = aheadData
|