|
@@ -310,7 +310,7 @@ func FillingBiddingBaseFields(ctx context.Context, res []map[string]interface{},
|
|
|
bidIdStrings = append(bidIdStrings, bidId)
|
|
|
}
|
|
|
}
|
|
|
- bidRes, _ := g.DB().Query(ctx, fmt.Sprintf(`SELECT * FROM new_bidList WHERE bid_id IN ('%s')`, strings.Join(bidIdStrings, "','")))
|
|
|
+ bidRes, _ := g.DB().Query(ctx, fmt.Sprintf(`SELECT * FROM new_bidList WHERE toptype !='拟建' AND toptype !='采购意向' AND bid_id IN ('%s')`, strings.Join(bidIdStrings, "','")))
|
|
|
if bidRes.IsEmpty() {
|
|
|
return nil
|
|
|
}
|