Skip to content

Account.HasContractAccount()没有合约用户却返回true #52

Description

@zhangjxun

Account.HasContractAccount()没有合约用户却返回true,估计是如下判断造成的
public boolean HasContractAccount() {
return this.contractAccount != "";
}
没有判断null的情况,建议修改

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions