Skip to content

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

Description

@wendal
@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();
    }
}

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions