diff --git a/src/main/java/com/greenorange/promotion/model/vo/advancementApply/AdvancementApplyVOPlus.java b/src/main/java/com/greenorange/promotion/model/vo/advancementApply/AdvancementApplyVOPlus.java index 99d7b81..f46e0ef 100644 --- a/src/main/java/com/greenorange/promotion/model/vo/advancementApply/AdvancementApplyVOPlus.java +++ b/src/main/java/com/greenorange/promotion/model/vo/advancementApply/AdvancementApplyVOPlus.java @@ -38,10 +38,10 @@ public class AdvancementApplyVOPlus implements Serializable { private String resume; /** - * 查询凭证 + * 身份证号 */ - @Schema(description = "查询凭证", example = "cef281c7-578f-4cc9-aca9-f1b5f6bcacb1") - private String credential; + @Schema(description = "身份证号", example = "33100402232434324243") + private String idCard; /** * 审核状态 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ad9a171..a17ec4c 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,4 +1,4 @@ spring: profiles: - active: dev + active: test