| | |
| | | <result column="emergencyContact" property="emergencyContact" /> |
| | | <result column="emergencyContactNumber" property="emergencyContactNumber" /> |
| | | <result column="isAuth" property="isAuth" /> |
| | | <result column="name" property="name" /> |
| | | <result column="lastName" property="lastName" /> |
| | | <result column="firstName" property="firstName" /> |
| | | <result column="idCard" property="idCard" /> |
| | | <result column="idCardFront" property="idCardFront" /> |
| | | <result column="idCardReverse" property="idCardReverse" /> |
| | |
| | | <result column="updateTime" property="updateTime" /> |
| | | <result column="updateUser" property="updateUser" /> |
| | | <result column="uid" property="uid"/> |
| | | <result column="email" property="email"/> |
| | | </resultMap> |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, companyId, registIp, registAreaCode, phone, nickName, avatar, birthday, sex, emergencyContact, emergencyContactNumber, isAuth, name, idCard, idCardFront, idCardReverse, consumption, balance, integral, passWord, openId, unionid, remark, state, flag, insertTime, insertUser, updateTime, updateUser,uid |
| | | id, companyId, registIp, registAreaCode,email, phone, nickName, avatar, birthday, sex, emergencyContact, emergencyContactNumber, isAuth, name, idCard, idCardFront, idCardReverse, consumption, balance, integral, passWord, openId, unionid, remark, state, flag, insertTime, insertUser, updateTime, updateUser,uid |
| | | </sql> |
| | | |
| | | <!--根据条件查询用户列表--> |