Browse Source

fix:导出保存purchasing修改

duxin 1 year ago
parent
commit
253781a159
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/bigmember/src/service/analysis/forecastproject.go

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

@@ -362,7 +362,7 @@ func (this *Analysis) ForDerive() {
 		"region":     region,
 		"district":   sql.District,
 		"buyerclass": sql.Buyerclass,
-		"selectType": qutil.If(sql.SelectType == "2", "title,detail", "title"),
+		"selectType": "purchasing",
 		"subtype":    sql.Subtype,
 		"dataType":   dataType,
 		"comeinfrom": "latentPrediction",