Fix BargainRecord

This commit is contained in:
KingRainbow44 2023-08-18 21:13:10 -04:00
parent e3738ea68e
commit 813970945b
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -102,8 +102,8 @@ public final class BargainRecord {
return BargainSnapshot.newBuilder()
.setBargainId(this.getBargainId())
.setCurMood(this.getCurrentMood())
.setPJHMEHGELGC(this.getExpectedPrice())
.setHADMOPEJFIC(this.getLowestPrice())
.setBALOPACHCDB(this.getExpectedPrice())
.setIOCNPJJNHLD(this.getLowestPrice())
.build();
}
}