|
@@ -99,6 +99,8 @@ public class ExhibitionServiceImpl extends IBaseServiceImpl<ExhibitionEntity, Lo
|
|
// 用来过滤数据使用
|
|
// 用来过滤数据使用
|
|
if ("fixed".equals(param.getType())){
|
|
if ("fixed".equals(param.getType())){
|
|
entity.setStatus("fixed");
|
|
entity.setStatus("fixed");
|
|
|
|
+ } else {
|
|
|
|
+ entity.setStatus("unstart");
|
|
}
|
|
}
|
|
|
|
|
|
BeanUtils.copyProperties(param, entity);
|
|
BeanUtils.copyProperties(param, entity);
|