作者 yangfu

审核自查修改

@@ -131,7 +131,7 @@ func (s SelfChecks) Compare(dst string) (rspChecks SelfChecks, err error) { @@ -131,7 +131,7 @@ func (s SelfChecks) Compare(dst string) (rspChecks SelfChecks, err error) {
131 rspChecks = append(rspChecks, c) 131 rspChecks = append(rspChecks, c)
132 continue 132 continue
133 } 133 }
134 - if len(c.Reason) > 0 { 134 + if len(strings.TrimSpace(c.Reason)) > 0 {
135 rspChecks = append(rspChecks, c) 135 rspChecks = append(rspChecks, c)
136 continue 136 continue
137 } 137 }