Merge branch 'master_test_gn' of http://60.1.1.230/backend/jieling_server into master_test_gn

back_recharge
duhui 2021-09-27 14:34:44 +08:00
commit 9c8bb8b283
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;
}