Crunchy
2024-05-14 f0526b05b1577d995e1cb7185d1fdb555d18fd2c
framework/src/main/resources/mapper/InformationNotificationMapper.xml
@@ -11,5 +11,6 @@
        <if test="messageType != '' and messageType != null">
            and i.message_type = #{messageType}
        </if>
        order by i.create_time desc
    </select>
</mapper>