Êþº¾ 4 getPage (Lcom/baomidou/mybatisplus/core/metadata/IPage;Lcom/baomidou/mybatisplus/core/conditions/Wrapper;)Lcom/baomidou/mybatisplus/core/metadata/IPage; MethodParameters page wrapper Signature î(Lcom/baomidou/mybatisplus/core/metadata/IPage<Lcom/doumee/dao/admin/response/MemberInfoDTO;>;Lcom/baomidou/mybatisplus/core/conditions/Wrapper;)Lcom/baomidou/mybatisplus/core/metadata/IPage<Lcom/doumee/dao/admin/response/MemberInfoDTO;>; RuntimeVisibleAnnotations &Lorg/apache/ibatis/annotations/Select; value select m.* , c.name as companyName , (select count(0) from member_card mc where mc.MEMBER_ID=m.id and mc.ISDELETED=0) as memberCardCount, (select GROUP_CONCAT(dr.name) from member_role mr left join device_role dr on dr.id=mr.ROLE_ID where mr.MEMBER_ID=m.id and mr.ISDELETED=0 GROUP BY mr.MEMBER_ID) as roleName from member m left join company c on m.COMPANY_ID=c.id ${ew.customSqlSegment} "RuntimeVisibleParameterAnnotations %Lorg/apache/ibatis/annotations/Param; ew insertBatchSomeColumn (Ljava/util/List;)V list ;(Ljava/util/List<Lcom/doumee/dao/business/model/Member;>;)V kLjava/lang/Object;Lcom/baomidou/mybatisplus/core/mapper/BaseMapper<Lcom/doumee/dao/business/model/Member;>;
|