|
@@ -21,6 +21,7 @@
|
|
|
<if test="picPath != null and picPath != ''"> and pic_path = #{picPath}</if>
|
|
<if test="picPath != null and picPath != ''"> and pic_path = #{picPath}</if>
|
|
|
<if test="meetingId != null "> and meeting_id = #{meetingId}</if>
|
|
<if test="meetingId != null "> and meeting_id = #{meetingId}</if>
|
|
|
</where>
|
|
</where>
|
|
|
|
|
+ order by create_time desc
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="selectPartyMeetingImageById" parameterType="Long" resultMap="PartyMeetingImageResult">
|
|
<select id="selectPartyMeetingImageById" parameterType="Long" resultMap="PartyMeetingImageResult">
|