| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> selectUsers(DataScope dataScope, String name, String beginTime, String endTime, Integer deptid, |
| | | public List<Map<String, Object>> selectUsers(DataScope dataScope, String name,String phone, String beginTime, String endTime, Integer deptid, |
| | | Integer high1, |
| | | Integer high2, |
| | | Integer weight1, |
| | | Integer weight2, |
| | | String hospital, |
| | | Integer tag) { |
| | | return this.baseMapper.selectUsers(dataScope, name, beginTime, endTime, deptid,high1,high2,weight1,weight2,hospital,tag); |
| | | return this.baseMapper.selectUsers(dataScope, name,phone, beginTime, endTime, deptid,high1,high2,weight1,weight2,hospital,tag); |
| | | } |
| | | |
| | | @Override |