| | |
| | | <result property="experience" column="experience"/> |
| | | <result property="createTime" column="create_time"/> |
| | | <result property="blackId" column="blackId"/> |
| | | <collection property="customerTagList" ofType="cn.lili.modules.lmk.domain.vo.CustomerTagVO" |
| | | select="selectTagByMemberId" |
| | | column="id" |
| | | /> |
| | | <!-- <collection property="customerTagList" ofType="cn.lili.modules.lmk.domain.vo.CustomerTagVO"--> |
| | | <!-- select="selectTagByMemberId"--> |
| | | <!-- column="id"--> |
| | | <!-- />--> |
| | | </resultMap> |
| | | |
| | | <select id="getPage" resultMap="BaseResultMap"> |
| | |
| | | LM.* |
| | | FROM |
| | | li_member LM |
| | | LEFT JOIN lmk_customer_black LMK ON LM.id = LMK.user_id and LMK.delete_flag = 0 |
| | | |
| | | <where> |
| | | <!-- 用户名模糊查询 --> |
| | | <if test="query.username != null and query.username != ''"> |