|
@@ -104,7 +104,11 @@ WHERE
|
|
|
<include refid="selectXiaoyuanNoticeVo"/>
|
|
|
where notice_id = #{noticeId}
|
|
|
</select>
|
|
|
-
|
|
|
+ <select id="selectXiaoyuanNoticeMyList" resultType="com.ruoyi.system.domain.XiaoyuanNotice">
|
|
|
+ <include refid="selectXiaoyuanNoticeVo"/>
|
|
|
+ where sender_id = #{senderId}
|
|
|
+ </select>
|
|
|
+
|
|
|
<insert id="insertXiaoyuanNotice" parameterType="XiaoyuanNotice" useGeneratedKeys="true" keyProperty="noticeId">
|
|
|
insert into xiaoyuan_notice
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|