|
@@ -229,10 +229,11 @@ func InfoFind(id string, employType int64) map[string]interface{} {
|
|
|
data["buyer"] = obj["buyer"]
|
|
|
data["winner"] = obj["s_winner"]
|
|
|
//类型处理
|
|
|
- if subtype == "拟建" {
|
|
|
+ /*if subtype == "拟建" {
|
|
|
data["type"] = 1
|
|
|
data["type"] = 2
|
|
|
- } else if toptype == "采购意向" || toptype == "预告" || toptype == "招标" {
|
|
|
+ } else */
|
|
|
+ if toptype == "采购意向" || toptype == "预告" || toptype == "招标" {
|
|
|
data["type"] = 2
|
|
|
} else {
|
|
|
if subtype == "废标" || subtype == "流标" || subtype == "其它" {
|