| | |
| | | import com.baomidou.dynamic.datasource.annotation.DS; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.springblade.jfpt.parcel.vo.ConditionVo; |
| | | import org.springblade.jfpt.suser.entity.Suser; |
| | | import org.springblade.jfpt.suser.mapper.SuserMapper; |
| | | import org.springblade.jfpt.suser.service.ISuserService; |
| | |
| | | baseMapper.s(ynumber, yname, phone, address, type, dj, information, jd, wd,createtime,addvcd); |
| | | } |
| | | |
| | | @Override |
| | | public void updateUser(String online_status, String account,String workSt) { |
| | | baseMapper.updateUser(online_status, account , workSt); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 查询业主总数 |
| | | * @return |
| | | */ |
| | | @Override |
| | | public Integer selectSuserCount() { |
| | | public Integer selectSuserCount(ConditionVo conditionVo) { |
| | | return baseMapper.selectSuserCount(); |
| | | } |
| | | } |