src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -58,6 +58,9 @@ <if test="record.type!=null and record.type!=''"> and a.type like concat('%', #{record.type},'%') </if> <if test="record.flowType!=null and record.flowType!=''"> and a.flow_type like concat('%', #{record.flowType},'%') </if> </if> </where> order by a.created_time desc