| | |
| | | <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" |
| | | <collection property="customerTagList" ofType="cn.lili.modules.lmk.domain.vo.MemberTagVO" |
| | | select="selectTagByMemberId" |
| | | column="id" |
| | | /> |
| | |
| | | ORDER BY lm.create_time DESC |
| | | </select> |
| | | |
| | | <select id="selectTagByMemberId" resultType="cn.lili.modules.lmk.domain.vo.CustomerTagVO"> |
| | | <select id="selectTagByMemberId" resultType="cn.lili.modules.lmk.domain.vo.MemberTagVO"> |
| | | SELECT |
| | | LCT.id, |
| | | LCT.tag_name, |