霸王餐修改
This commit is contained in:
@@ -34,6 +34,10 @@ public class FreeDineConfigServiceImpl extends ServiceImpl<FreeDineConfigMapper,
|
||||
if (StrUtil.isNotBlank(freeDineConfig.getShopIdList())) {
|
||||
dto.setShopIdList(JSONArray.parseArray(freeDineConfig.getShopIdList()).toList(Long.class));
|
||||
}
|
||||
|
||||
if (StrUtil.isNotBlank(freeDineConfig.getUseType())) {
|
||||
dto.setUseType(JSONArray.parseArray(freeDineConfig.getUseType()).toList(String.class));
|
||||
}
|
||||
return dto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user