Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如果Pojo类包含属性view且带@Prev(els=@EL),那么insert时数据填充有问题 #1168

Closed
wendal opened this issue Nov 14, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@wendal
Copy link
Member

wendal commented Nov 14, 2016

@Table("nftm_right")
public class Issue999Right {

    @Name
    @Prev(els = @EL("$me.getUUId()"))
    private String id;
    @Column("right_view")
    private String view;
    
    public String getUUId() {
        return R.UU32();
    }
}
@wendal wendal added the Dao label Nov 14, 2016
@wendal wendal added this to the 1.r.59 milestone Nov 14, 2016
@wendal wendal self-assigned this Nov 14, 2016
@wendal wendal closed this as completed in f904915 Nov 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant