mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 #1496 更改卡券接口的门店位置ID字段的类型
This commit is contained in:
@@ -188,7 +188,7 @@ public class WxMpMemberCardServiceImpl implements WxMpMemberCardService {
|
||||
dateInfoType.getDescription()));
|
||||
}
|
||||
|
||||
if (!baseInfo.isUseAllLocations() && StringUtils.isBlank(baseInfo.getLocationIdList())) {
|
||||
if (!baseInfo.isUseAllLocations() && baseInfo.getLocationIdList().isEmpty()) {
|
||||
return WxMpCardCreateResult.failure("会员卡基本信息的门店使用范围选择指定门店,门店列表:locationIdList不能为空");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user