朱佳吉
2024-05-07 ad54d502450e219c38f7d9b878ae07f759ab2a23
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>