KKSU
2024-03-13 714e98e20f8a534fef0a301c527a8b3ace0741cb
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