jyy
2021-03-11 3e5dc8c645b73e73fbeb5564c60a979d0557f5b4
zq-erp/src/main/resources/mybatis/mapper/fenxiao/ShopSalesmanApplyDao.xml
@@ -34,9 +34,7 @@
         <result property="companyId" column="company_id" />
   </resultMap>
   <select id="selectInvitationuserInPage" resultType="com.matrix.system.fenxiao.entity.ShopSalesmanApply">
select  * from shop_salesman_apply
<!--
   <select id="selectInvitationuserInPage" resultType="com.matrix.system.shopXcx.vo.SalesmanVo">
      SELECT
         a.nick_name,
         a.avatar_url,
@@ -55,7 +53,7 @@
         biz_user a
      WHERE
         a.parent_open_id = #{openId}
        AND a.is_sales = 1 -->
        AND a.is_sales = #{isSales}
   </select>