|
@@ -919,11 +919,7 @@ func SearchList(operator Operator) (int64, *[]map[string]interface{}, int64) {
|
|
|
_, winnerMap := getConfiguration("运营商中标标签", "winner_tag", operator.EntId, operator.PositionId)
|
|
|
_, industryMap := getConfiguration("行业", "industry", operator.EntId, operator.PositionId)
|
|
|
fileArr := &[]map[string]interface{}{}
|
|
|
- if operator.Tag == 0 {
|
|
|
- fileArr = IC.BiMysql.SelectBySql("select * from field_order ")
|
|
|
- } else {
|
|
|
- fileArr = IC.BiMysql.SelectBySql("select * from field_order where FIND_IN_SET(?,config_class)", operator.Tag)
|
|
|
- }
|
|
|
+ fileArr = IC.BiMysql.SelectBySql("select * from field_order where FIND_IN_SET(?,config_class)", operator.Tag)
|
|
|
//中标单位处理
|
|
|
for i, v := range *data {
|
|
|
newData := map[string]interface{}{}
|