fix
Helius
2022-05-13 b8ca2ad7e570ab9986be3ea603ed49c9a6fe15af
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -106,6 +106,9 @@
            <if test="record.memberId != null">
                and a.member_id=#{record.memberId}
            </if>
            <if test="record.orderType != null">
                and a.order_type=#{record.orderType}
            </if>
        </where>
        order by a.created_time desc
    </select>