Merge remote-tracking branch 'origin/2.0' into 2.0
| | |
| | | BeanUtils.copyProperties(worldCupStore,worldCupStoreVO); |
| | | // 查询世界杯活动名称 |
| | | WorldCup byId = worldCupService.getById(worldCupStore.getWorldCupId()); |
| | | if (byId==null){ |
| | | continue; |
| | | } |
| | | if (byId.getStatus()==3 || byId.getStatus()==4){ |
| | | continue; |
| | | } |
| | |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @Accessors(chain = true) |
| | | @TableName("t_store_other_config_true") |
| | | public class TStoreOtherConfigTrue extends Model<TStoreOtherConfigTrue> { |
| | | public class |
| | | TStoreOtherConfigTrue extends Model<TStoreOtherConfigTrue> { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |