| | |
| | | <result property="phone" column="phone" jdbcType="INTEGER"/> |
| | | <result property="sectionalization_id" column="sectionalization_id" jdbcType="INTEGER"/> |
| | | <result property="status" column="status" jdbcType="VARCHAR"/> |
| | | <result property="create_time" column="create_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |
| | | user_id,user_name,user_email, |
| | | password,phone,sectionalization_id,status |
| | | password,phone,sectionalization_id,status,create_time |
| | | </sql> |
| | | <select id="getPage" resultType="com.linghu.model.vo.UserPageVO"> |
| | | SELECT |
| | |
| | | and u.status = #{status} |
| | | </if> |
| | | </where> |
| | | order by u.create_time |
| | | </select> |
| | | |
| | | </mapper> |