Skip to content

Commit

Permalink
fix query bug
Browse files Browse the repository at this point in the history
Signed-off-by: wmqwxb <[email protected]>
  • Loading branch information
wmqwxb committed Dec 28, 2023
1 parent 230f63d commit 4526e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/fedai/fate/board/pojo/PagedJobQO.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class PagedJobQO implements Serializable {
@JsonProperty("job_id")
private String jobId;
@JsonProperty("partyId")
@JsonProperty("party_id")
private String partyId;
private Long pageNum = 1L;
private Long pageSize = 10L;
Expand Down

0 comments on commit 4526e69

Please sign in to comment.