|
@@ -170,15 +170,15 @@ func (this *ReportSelectionController) Detail() {
|
|
|
}
|
|
|
listSonLog[k2].List = listIndustrial
|
|
|
//listSonLog[k2].IsShowApplyButton = true
|
|
|
- if v2.Label != "" {
|
|
|
- v2.CompanyLabel = strings.Split(v2.Label, "{|}")
|
|
|
- }
|
|
|
if v2.SubjectName == "" {
|
|
|
v2.ShowName = v2.IndustrialManagementNames
|
|
|
} else {
|
|
|
v2.ShowName = v2.SubjectName
|
|
|
}
|
|
|
}
|
|
|
+ if v2.Label != "" {
|
|
|
+ v2.CompanyLabel = strings.Split(v2.Label, "{|}")
|
|
|
+ }
|
|
|
if v2.ThirdName != "" {
|
|
|
v2.ShowName = v2.ThirdName
|
|
|
}
|