作者 唐旭辉

调试修改

@@ -132,7 +132,7 @@ type CenterCompanyInfo struct { @@ -132,7 +132,7 @@ type CenterCompanyInfo struct {
132 } 132 }
133 133
134 func (c CenterCompanyInfo) IsEnable() bool { 134 func (c CenterCompanyInfo) IsEnable() bool {
135 - if c.Status == 1 { 135 + if c.Status == 1 || c.Status == 0 {
136 return true 136 return true
137 } 137 }
138 return false 138 return false