| | |
| | | package com.stylefeng.guns.modular.system.dao; |
| | | |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.plugins.Page; |
| | | import com.stylefeng.guns.modular.system.model.TDriver; |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | |
| | | @Param("phone") String phone, |
| | | @Param("account") String account, |
| | | @Param("addType") Integer addType, |
| | | @Param("authState") Integer authState); |
| | | @Param("authState") Integer authState, |
| | | @Param("companyId") Integer companyId); |
| | | |
| | | /** |
| | | * 根据用户ID获取用户详情 |