@@ -4125,7 +4125,10 @@ func (this *ReportController) ZhouqiTacticsList() {
if v.ReportId > 0 {
item.Resource = 3
}
- item.IsShowAbstract = resp.IsShowAbstract
+ if v.Abstract != "" {
+ item.IsShowAbstract = resp.IsShowAbstract
+ }
+
listResp = append(listResp, item)
if len(listResp) == 0 {