| | |
| | | package com.yuanchu.mom.service.impl; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.yuanchu.mom.common.GetLook; |
| | | import com.yuanchu.mom.common.PrintChina; |
| | | import com.yuanchu.mom.mapper.LaboratoryMapper; |
| | | import com.yuanchu.mom.mapper.SealMapper; |
| | | import com.yuanchu.mom.pojo.Certification; |
| | | import com.yuanchu.mom.pojo.Laboratory; |
| | | import com.yuanchu.mom.pojo.Seal; |
| | | import com.yuanchu.mom.service.SealService; |
| | |
| | | return sealMapper.insert(seal); |
| | | } |
| | | |
| | | @Override |
| | | public int delSeal(int id) { |
| | | return sealMapper.deleteById(id); |
| | | } |
| | | |
| | | @Override |
| | | public int upSeal(Seal seal) { |
| | | return sealMapper.updateById(seal); |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public Map<String, Object> selectSeal(Page page, Seal seal) { |