| | |
| | | package com.stylefeng.guns.modular.system.service; |
| | | |
| | | import com.baomidou.mybatisplus.plugins.Page; |
| | | import com.stylefeng.guns.modular.system.model.TDriver; |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import com.stylefeng.guns.modular.system.model.TDriver; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.poi.hssf.usermodel.HSSFWorkbook; |
| | | |
| | |
| | | @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获取用户详情 |