|
@@ -107,7 +107,7 @@ import org.springframework.web.multipart.MultipartFile;
|
|
|
* 服务实现类
|
|
|
* </p>
|
|
|
*
|
|
|
- * @author
|
|
|
+ * @author
|
|
|
* @since 2022-01-18
|
|
|
*/
|
|
|
@Slf4j
|
|
@@ -2818,7 +2818,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
String key = String.format(RedisKey.SCENE_filter_DATA, param.getNum());
|
|
|
JSONArray filterArr = JSON.parseArray(param.getData());
|
|
|
int filters = CommonStatus.YES.code();
|
|
|
- if(CollUtil.isEmpty(filterArr)){
|
|
|
+ if(param.getReset() == CommonStatus.YES.code().intValue()){
|
|
|
filters = CommonStatus.NO.code();
|
|
|
redisUtil.del(key);
|
|
|
}else{
|