| | |
| | | package com.zy.asrs.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.mapper.EntityWrapper; |
| | | import com.baomidou.mybatisplus.plugins.Page; |
| | | import com.baomidou.mybatisplus.service.impl.ServiceImpl; |
| | | import com.zy.asrs.entity.ManLocDetl; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public Mat selectByMaktx(String maktx) { |
| | | return this.selectOne(new EntityWrapper<Mat>().eq("maktx",maktx)); |
| | | } |
| | | |
| | | @Override |
| | | public Page<Mat> selectAllPage(Page<Mat> matPage) { |
| | | Map<String, Object> condition = matPage.getCondition(); |
| | | List<Mat> manLocDetls = baseMapper.selectAllPage(condition); |