master:档口会员列表返回memberStatus;

pull/1121/head
liujiang 2025-11-18 14:53:38 +08:00
parent 42b40bd334
commit 59baf35167
2 changed files with 4 additions and 1 deletions

View File

@ -27,5 +27,7 @@ public class StoreMemberPageResDTO {
private Date startTime;
@ApiModelProperty(value = "生效结束时间")
private Date endTime;
@ApiModelProperty(value = "会员状态")
private Integer memberStatus;
}

View File

@ -12,7 +12,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
u.user_name,
s.contact_phone,
sm.start_time,
sm.end_time
sm.end_time,
sm.member_status
FROM
store_member sm
JOIN store s ON sm.store_id = s.id