|
@@ -92,6 +92,10 @@ func CleanFieldInfo(zhipu map[string]interface{}, fns []string) map[string]inter
|
|
|
if s_winnertel := CleanContactTel(qu.ObjToString(zhipu["中标单位联系方式"])); s_winnertel != "" {
|
|
|
data["s_winnertel"] = s_winnertel
|
|
|
}
|
|
|
+ //标的物字段
|
|
|
+ if zhipu["s_purchasinglist"] != nil {
|
|
|
+ data["s_purchasinglist"] = zhipu["s_purchasinglist"]
|
|
|
+ }
|
|
|
|
|
|
//分包字段
|
|
|
if zhipu["s_pkg"] != nil {
|