webc线索参加会销列表增加会销组id

This commit is contained in:
feng.li
2024-01-09 13:14:17 +08:00
parent a3e68bcc81
commit 786f674a90
2 changed files with 4 additions and 0 deletions

View File

@@ -430,6 +430,7 @@
<select id="getPartnerExhibitionList" resultType="com.cool.store.vo.exhibition.PartnerExhibitionListVO"> <select id="getPartnerExhibitionList" resultType="com.cool.store.vo.exhibition.PartnerExhibitionListVO">
SELECT SELECT
t2.exhibition_group_id AS exhibitionGroupId,
t2.id AS exhibitionId, t2.id AS exhibitionId,
t2.exhibition_code AS exhibitionCode, t2.exhibition_code AS exhibitionCode,
t2.exhibition_name AS exhibitionName, t2.exhibition_name AS exhibitionName,

View File

@@ -11,6 +11,9 @@ import lombok.Data;
@Data @Data
public class PartnerExhibitionListVO { public class PartnerExhibitionListVO {
@ApiModelProperty("会销组id")
private String exhibitionGroupId;
@ApiModelProperty(value = "展会id", example = "123") @ApiModelProperty(value = "展会id", example = "123")
private String exhibitionId; private String exhibitionId;