|
@@ -489,12 +489,6 @@ func (d *DataExport) ToOrderDetail(orderCode string) error {
|
|
|
if strings.Contains(cIndustry, "其它") {
|
|
|
continue
|
|
|
}
|
|
|
- if strings.Contains(cIndustry, "其他") {
|
|
|
- splitIndustry := strings.Split(cIndustry, "_")
|
|
|
- if len(splitIndustry) == 2 && splitIndustry[1] == "其他" {
|
|
|
- cIndustry = fmt.Sprintf("%s(%s)", cIndustry, splitIndustry[0])
|
|
|
- }
|
|
|
- }
|
|
|
tmpIndustry = append(tmpIndustry, cIndustry)
|
|
|
}
|
|
|
filter.Industry = tmpIndustry
|