KKSU
2024-09-25 036e2f61470f70e6ccc9740fc1ea0d406ba610a8
src/main/resources/mapper/modules/MallShopApplyMapper.xml
@@ -14,6 +14,7 @@
                and a.status = #{record.status}
            </if>
        </where>
        order by a.created_time desc
    </select>
    <select id="selectNewestApplyByMemberId" resultType="cc.mrbird.febs.mall.entity.MallShopApply">