魂宝灵宝 id赋值错误

back_recharge
jiahuiwen 2021-09-27 12:01:39 +08:00
parent 77e0ed5e38
commit 4c68000711
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class PropertyItem extends MongoBase implements Cloneable {
}
public void setId(String id) {
updateString("id",equipId);
updateString("id",id);
this.id = id;
}