| | |
| | | package com.stylefeng.guns.modular.system.service.impl; |
| | | |
| | | import com.stylefeng.guns.core.beetl.ShiroExtUtil; |
| | | import com.stylefeng.guns.core.shiro.ShiroKit; |
| | | import com.stylefeng.guns.modular.system.model.TCheckCarExplain; |
| | | import com.stylefeng.guns.modular.system.dao.TCheckCarExplainMapper; |
| | | import com.stylefeng.guns.modular.system.service.ITCheckCarExplainService; |
| | | import com.baomidou.mybatisplus.service.impl.ServiceImpl; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @Service |
| | | public class TCheckCarExplainServiceImpl extends ServiceImpl<TCheckCarExplainMapper, TCheckCarExplain> implements ITCheckCarExplainService { |
| | | |
| | | @Autowired |
| | | private ShiroExtUtil shiroExtUtil; |
| | | |
| | | |
| | | @Override |
| | | public void saveOrUpdate(TCheckCarExplain tCheckCarExplain) { |
| | | if (ShiroKit.isAdmin()) { |