Commit 5e005fa9 by Java-聂换换

修改FindEntity 里 构造方法

parent e13f5bc2
......@@ -18,7 +18,7 @@ public final class FindEntity extends BaseEntity {
}
public FindEntity(Long id) {
this.id = id;
this.id = String.valueOf(id);
}
public String getCode() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment