From 714e98e20f8a534fef0a301c527a8b3ace0741cb Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Wed, 13 Mar 2024 14:30:20 +0800 Subject: [PATCH] 抽奖 --- src/main/resources/mapper/modules/MallMoneyFlowMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/MallMoneyFlowMapper.xml b/src/main/resources/mapper/modules/MallMoneyFlowMapper.xml index 7ebba37..92b9eaf 100644 --- a/src/main/resources/mapper/modules/MallMoneyFlowMapper.xml +++ b/src/main/resources/mapper/modules/MallMoneyFlowMapper.xml @@ -82,6 +82,9 @@ <if test="record.status!=null and record.status!=''"> and a.status = #{record.status} </if> + <if test="record.remark!=null and record.remark!=''"> + and a.remark = #{record.remark} + </if> </if> </where> order by a.created_time desc -- Gitblit v1.9.1