fix:会议后台接口提交

pg_adapter
wangxy 8 months ago
parent cc9a4f7e1c
commit 7cb2ce4044

@ -72,7 +72,7 @@ public class TdMeeting extends BaseEntity {
/** /**
* *
*/ */
private String fileId; private String fileUrl;
/** /**
* *

@ -15,7 +15,7 @@
<result property="meetingState" column="meeting_state" jdbcType="VARCHAR"/> <result property="meetingState" column="meeting_state" jdbcType="VARCHAR"/>
<result property="agenda" column="agenda" jdbcType="VARCHAR"/> <result property="agenda" column="agenda" jdbcType="VARCHAR"/>
<result property="summary" column="summary" jdbcType="VARCHAR"/> <result property="summary" column="summary" jdbcType="VARCHAR"/>
<result property="fileId" column="file_id" jdbcType="VARCHAR"/> <result property="fileUrl" column="file_url" jdbcType="VARCHAR"/>
<result property="fileName" column="file_name" jdbcType="VARCHAR"/> <result property="fileName" column="file_name" jdbcType="VARCHAR"/>
<result property="createBy" column="create_by" /> <result property="createBy" column="create_by" />
<result property="createTime" column="create_time" /> <result property="createTime" column="create_time" />
@ -28,7 +28,7 @@
id,meeting_title,meeting_time, id,meeting_title,meeting_time,
meeting_address,meeting_usernum,meeting_host, meeting_address,meeting_usernum,meeting_host,
meeting_type,meeting_state,agenda, meeting_type,meeting_state,agenda,
summary,file_id, summary,file_url,
file_name,create_by, create_time, update_by, update_time, remark file_name,create_by, create_time, update_by, update_time, remark
</sql> </sql>
<select id="selectTdMeetingList" resultType="com.ruoyi.system.domain.TdMeeting"> <select id="selectTdMeetingList" resultType="com.ruoyi.system.domain.TdMeeting">

Loading…
Cancel
Save