作者 唐旭辉

调试修改

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