动态管理使用枚举类

This commit is contained in:
pserimal
2023-06-15 18:16:07 +08:00
parent 39782aec34
commit 3fb8e439ec
9 changed files with 60 additions and 15 deletions

View File

@@ -153,10 +153,10 @@
<if test="contentTitle != null and contentTitle != ''">
and content_title like concat('%', #{contentTitle}, '%')
</if>
<if test="subject != null and subject != ''">
<if test="subject != null">
and subject = #{subject}
</if>
<if test="contentType != null and contentType != ''">
<if test="contentType != null">
and content_type = #{contentType}
</if>
<if test="startTime != null and startTime != ''">