|
|
@ -31,6 +31,7 @@ |
|
|
<select id="selectSceneMessageList" parameterType="SceneMessage" resultMap="SceneMessageResult"> |
|
|
<select id="selectSceneMessageList" parameterType="SceneMessage" resultMap="SceneMessageResult"> |
|
|
<include refid="selectSceneMessageVo"/> |
|
|
<include refid="selectSceneMessageVo"/> |
|
|
<where> |
|
|
<where> |
|
|
|
|
|
<if test="open != null">and `open` = #{open}</if> |
|
|
<if test="title != null and title != ''">and `title` = #{title}</if> |
|
|
<if test="title != null and title != ''">and `title` = #{title}</if> |
|
|
<if test="creator != null and creator != ''">and creator = #{creator}</if> |
|
|
<if test="creator != null and creator != ''">and creator = #{creator}</if> |
|
|
</where> |
|
|
</where> |
|
|
|