peng
2025-10-11 8fd3db7778b3991810d33ac4dffd2f9031b106fc
framework/src/main/resources/mapper/lmk/PrizeClaimRecordMapper.xml
@@ -59,6 +59,9 @@
        <if test="query.storePrizeId !=null and query.storePrizeId !=''">
            AND LPCR.store_prize_id = #{query.storePrizeId}
        </if>
        <if test="query.storeId !=null and query.storeId !=''">
            AND LPCR.store_id = #{query.storeId}
        </if>
    </select>
</mapper>