| | |
| | | */ |
| | | package org.sxkj.fw.area.service.impl; |
| | | |
| | | import com.alibaba.fastjson.JSON; |
| | | import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.checkerframework.checker.units.qual.A; |
| | | import org.springblade.core.secure.utils.AuthUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | * @author Aix |
| | | * @since 2026-01-30 |
| | | */ |
| | | @Slf4j |
| | | @Service |
| | | public class FwDefenseSceneManageServiceImpl extends BaseServiceImpl<FwDefenseSceneManageMapper, FwDefenseSceneManageEntity> implements IFwDefenseSceneManageService { |
| | | |
| | |
| | | |
| | | @Override |
| | | public List<FwDefenseSceneManageVO> selectFwDefenseSceneManageCockpitList(FwBaseInfo fwBaseInfo, Date time) { |
| | | log.info("fwBaseInfo信息:{}", JSON.toJSONString(fwBaseInfo)); |
| | | return baseMapper.selectFwDefenseSceneManageCockpitList(fwBaseInfo, time); |
| | | } |
| | | } |