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