| | |
| | | package cn.gistack.sm.sjztmd.service.impl; |
| | | |
| | | import cn.gistack.sm.sjztmd.entity.AttResManagePerson; |
| | | import cn.gistack.sm.sjztmd.entity.PatrolResponsiblePerson; |
| | | import cn.gistack.sm.sjztmd.mapper.AttResManagePersonMapper; |
| | | import cn.gistack.sm.sjztmd.service.IAttResManagePersonService; |
| | | import com.baomidou.dynamic.datasource.annotation.DS; |
| | |
| | | public List<AttResManagePerson> attResManagePersonListByResIds(String resId) { |
| | | return baseMapper.attResManagePersonListByResId(Func.toLongList(resId)); |
| | | } |
| | | |
| | | @Override |
| | | @DS("master") |
| | | public List<PatrolResponsiblePerson> getPatrolResponsiblePersonAll() { |
| | | return baseMapper.getPatrolResponsiblePersonAll(); |
| | | } |
| | | } |