|
@@ -35,7 +35,7 @@ type PersonSubscribe struct {
|
|
|
|
|
|
// IsEmpty 判断订阅内容是否为空
|
|
// IsEmpty 判断订阅内容是否为空
|
|
func (p *PersonSubscribe) IsEmpty() bool {
|
|
func (p *PersonSubscribe) IsEmpty() bool {
|
|
- if len(p.AItems) > 0 || len(p.AInfotype) > 0 || len(p.ABuyerclass) > 0 || len(p.OArea) > 0 {
|
|
|
|
|
|
+ if len(p.AInfotype) > 0 || len(p.ABuyerclass) > 0 || len(p.OArea) > 0 {
|
|
return false
|
|
return false
|
|
}
|
|
}
|
|
// 遍历订阅词
|
|
// 遍历订阅词
|