Эх сурвалжийг харах

wip:p528 bigmember 潜在项目预测列表筛选调整

fuwencai 1 жил өмнө
parent
commit
7c7da1a9ac

+ 1 - 1
src/jfw/modules/bigmember/src/service/analysis/forecastproject.go

@@ -454,7 +454,7 @@ func (this *Analysis) ForPList() {
 			flist, fcount, distinctCount = getNewForecast(main_userId, pageNum, *o_member_jy, pageSize, startTime, endTime, dataType, area, minPrice, maxPrice)
 			if pageNum == 1 {
 				if len(flist) == 0 {
-					if area != "" || startTime != 0 || endTime != 0 {
+					if area != "" || startTime != 0 || endTime != 0 || maxPrice != 0 || minPrice != 0 {
 						msg = "当前筛选条件下结果为空"
 						code = 3
 					} else {