xiaoyong931011
2023-08-15 a6c906e243f86cdcab0c81c82ee0568276d0c299
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -44,8 +44,7 @@
    </select>
    <select id="selectAllMemberForInCome" resultType="cc.mrbird.febs.dapp.entity.DappMemberEntity">
        select * from dapp_member
        where account_status=1 and source = 1
        select * from dapp_member where balance > 0
    </select>
    <select id="selectAgentMemberList" resultType="cc.mrbird.febs.dapp.entity.DappMemberEntity">
@@ -268,6 +267,9 @@
        a.*
        from mall_goods a
        where a.is_sale = 1
        <if test="record.categoryId != null and record.categoryId != ''">
            and a.category_id = #{record.categoryId}
        </if>
        group by a.id
        order by a.sort_cnt asc
    </select>