ShykMeetingMapper.xml 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="com.ghsc.partybuild.mapper.ShykMeetingMapper">
  4. <resultMap id="BaseResultMap" type="com.ghsc.partybuild.model.ShykMeeting">
  5. <id column="MEETINGID" jdbcType="VARCHAR" property="meetingid" />
  6. <result column="MEETINGNAME" jdbcType="VARCHAR" property="meetingname" />
  7. <result column="SHYKTYPE" jdbcType="DECIMAL" property="shyktype" />
  8. <result column="PARTYNAME" jdbcType="VARCHAR" property="partyname" />
  9. <result column="PARTYCODE" jdbcType="VARCHAR" property="partycode" />
  10. <result column="MEETINGADDRESS" jdbcType="VARCHAR" property="meetingaddress" />
  11. <result column="CHAIRUSER" jdbcType="VARCHAR" property="chairuser" />
  12. <result column="RECORDUSER" jdbcType="VARCHAR" property="recorduser" />
  13. <result column="BEGINTIME" jdbcType="TIMESTAMP" property="begintime" />
  14. <result column="ENDTIME" jdbcType="TIMESTAMP" property="endtime" />
  15. <result column="ISTEMP" jdbcType="DECIMAL" property="istemp" />
  16. <result column="SHYKSTATUS" jdbcType="DECIMAL" property="shykstatus" />
  17. <result column="CREATETIME" jdbcType="TIMESTAMP" property="createtime" />
  18. <result column="CREATEUSERID" jdbcType="VARCHAR" property="createuserid" />
  19. <result column="CREATEUSERNAME" jdbcType="VARCHAR" property="createusername" />
  20. <result column="UPDATETIME" jdbcType="TIMESTAMP" property="updatetime" />
  21. <result column="UPDATEUSERID" jdbcType="VARCHAR" property="updateuserid" />
  22. <result column="UPDATEUSERNAME" jdbcType="VARCHAR" property="updateusername" />
  23. <result column="MEETINGAPPROVESTATUS" jdbcType="DECIMAL" property="meetingapprovestatus" />
  24. <result column="MEETINGAPPROVEOPINION" jdbcType="VARCHAR" property="meetingapproveopinion" />
  25. <result column="MEETINGAPPROVEUSERCODE" jdbcType="VARCHAR" property="meetingapproveusercode" />
  26. <result column="MEETINGAPPROVEUSERNAME" jdbcType="VARCHAR" property="meetingapproveusername" />
  27. <result column="MEETINGRECORDSTATE" jdbcType="DECIMAL" property="meetingrecordstate" />
  28. <result column="ISUPLOADIMG" jdbcType="DECIMAL" property="isuploadimg" />
  29. <result column="ENTERDECISIONTIME" jdbcType="TIMESTAMP" property="enterdecisiontime" />
  30. <result column="DECISIONTYPE" jdbcType="DECIMAL" property="decisiontype" />
  31. <result column="DECISIONAPPROVECONTENT" jdbcType="VARCHAR" property="decisionapprovecontent" />
  32. <result column="DECISIONAPPROVEUSERNAME" jdbcType="VARCHAR" property="decisionapproveusername" />
  33. <result column="DECISIONAPPROVEUSERID" jdbcType="VARCHAR" property="decisionapproveuserid" />
  34. <result column="DECISIONAPPROVETIME" jdbcType="TIMESTAMP" property="decisionapprovetime" />
  35. <result column="DECISIONSTATUS" jdbcType="DECIMAL" property="decisionstatus" />
  36. <result column="OPERATETIME" jdbcType="TIMESTAMP" property="operatetime" />
  37. <result column="OPERATESTATE" jdbcType="VARCHAR" property="operatestate" />
  38. <result column="SYNCSTATE" jdbcType="VARCHAR" property="syncstate" />
  39. <result column="ATTENDUSER" jdbcType="VARCHAR" property="attenduser" />
  40. <result column="isFirstTopic" jdbcType="BIT" property="isfirsttopic" />
  41. </resultMap>
  42. <resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.ghsc.partybuild.model.ShykMeetingWithBLOBs">
  43. <result column="MEETINGBRIEFCONTENT" jdbcType="LONGVARCHAR" property="meetingbriefcontent" />
  44. <result column="topicContent" jdbcType="LONGVARCHAR" property="topiccontent" />
  45. </resultMap>
  46. <sql id="Example_Where_Clause">
  47. <where>
  48. <foreach collection="oredCriteria" item="criteria" separator="or">
  49. <if test="criteria.valid">
  50. <trim prefix="(" prefixOverrides="and" suffix=")">
  51. <foreach collection="criteria.criteria" item="criterion">
  52. <choose>
  53. <when test="criterion.noValue">
  54. and ${criterion.condition}
  55. </when>
  56. <when test="criterion.singleValue">
  57. and ${criterion.condition} #{criterion.value}
  58. </when>
  59. <when test="criterion.betweenValue">
  60. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  61. </when>
  62. <when test="criterion.listValue">
  63. and ${criterion.condition}
  64. <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
  65. #{listItem}
  66. </foreach>
  67. </when>
  68. </choose>
  69. </foreach>
  70. </trim>
  71. </if>
  72. </foreach>
  73. </where>
  74. </sql>
  75. <sql id="Update_By_Example_Where_Clause">
  76. <where>
  77. <foreach collection="example.oredCriteria" item="criteria" separator="or">
  78. <if test="criteria.valid">
  79. <trim prefix="(" prefixOverrides="and" suffix=")">
  80. <foreach collection="criteria.criteria" item="criterion">
  81. <choose>
  82. <when test="criterion.noValue">
  83. and ${criterion.condition}
  84. </when>
  85. <when test="criterion.singleValue">
  86. and ${criterion.condition} #{criterion.value}
  87. </when>
  88. <when test="criterion.betweenValue">
  89. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  90. </when>
  91. <when test="criterion.listValue">
  92. and ${criterion.condition}
  93. <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
  94. #{listItem}
  95. </foreach>
  96. </when>
  97. </choose>
  98. </foreach>
  99. </trim>
  100. </if>
  101. </foreach>
  102. </where>
  103. </sql>
  104. <sql id="Base_Column_List">
  105. MEETINGID, MEETINGNAME, SHYKTYPE, PARTYNAME, PARTYCODE, MEETINGADDRESS, CHAIRUSER,
  106. RECORDUSER, BEGINTIME, ENDTIME, ISTEMP, SHYKSTATUS, CREATETIME, CREATEUSERID, CREATEUSERNAME,
  107. UPDATETIME, UPDATEUSERID, UPDATEUSERNAME, MEETINGAPPROVESTATUS, MEETINGAPPROVEOPINION,
  108. MEETINGAPPROVEUSERCODE, MEETINGAPPROVEUSERNAME, MEETINGRECORDSTATE, ISUPLOADIMG,
  109. ENTERDECISIONTIME, DECISIONTYPE, DECISIONAPPROVECONTENT, DECISIONAPPROVEUSERNAME,
  110. DECISIONAPPROVEUSERID, DECISIONAPPROVETIME, DECISIONSTATUS, OPERATETIME, OPERATESTATE,
  111. SYNCSTATE, ATTENDUSER, isFirstTopic
  112. </sql>
  113. <sql id="Blob_Column_List">
  114. MEETINGBRIEFCONTENT, topicContent
  115. </sql>
  116. <select id="selectByExampleWithBLOBs" parameterType="com.ghsc.partybuild.model.ShykMeetingExample" resultMap="ResultMapWithBLOBs">
  117. select
  118. <if test="distinct">
  119. distinct
  120. </if>
  121. <include refid="Base_Column_List" />
  122. ,
  123. <include refid="Blob_Column_List" />
  124. from shyk_meeting
  125. <if test="_parameter != null">
  126. <include refid="Example_Where_Clause" />
  127. </if>
  128. <if test="orderByClause != null">
  129. order by ${orderByClause}
  130. </if>
  131. </select>
  132. <select id="selectByExample" parameterType="com.ghsc.partybuild.model.ShykMeetingExample" resultMap="BaseResultMap">
  133. select
  134. <if test="distinct">
  135. distinct
  136. </if>
  137. <include refid="Base_Column_List" />
  138. from shyk_meeting
  139. <if test="_parameter != null">
  140. <include refid="Example_Where_Clause" />
  141. </if>
  142. <if test="orderByClause != null">
  143. order by ${orderByClause}
  144. </if>
  145. </select>
  146. <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="ResultMapWithBLOBs">
  147. select
  148. <include refid="Base_Column_List" />
  149. ,
  150. <include refid="Blob_Column_List" />
  151. from shyk_meeting
  152. where MEETINGID = #{meetingid,jdbcType=VARCHAR}
  153. </select>
  154. <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
  155. delete from shyk_meeting
  156. where MEETINGID = #{meetingid,jdbcType=VARCHAR}
  157. </delete>
  158. <delete id="deleteByExample" parameterType="com.ghsc.partybuild.model.ShykMeetingExample">
  159. delete from shyk_meeting
  160. <if test="_parameter != null">
  161. <include refid="Example_Where_Clause" />
  162. </if>
  163. </delete>
  164. <insert id="insert" parameterType="com.ghsc.partybuild.model.ShykMeetingWithBLOBs">
  165. insert into shyk_meeting (MEETINGID, MEETINGNAME, SHYKTYPE,
  166. PARTYNAME, PARTYCODE, MEETINGADDRESS,
  167. CHAIRUSER, RECORDUSER, BEGINTIME,
  168. ENDTIME, ISTEMP, SHYKSTATUS,
  169. CREATETIME, CREATEUSERID, CREATEUSERNAME,
  170. UPDATETIME, UPDATEUSERID, UPDATEUSERNAME,
  171. MEETINGAPPROVESTATUS, MEETINGAPPROVEOPINION,
  172. MEETINGAPPROVEUSERCODE, MEETINGAPPROVEUSERNAME,
  173. MEETINGRECORDSTATE, ISUPLOADIMG, ENTERDECISIONTIME,
  174. DECISIONTYPE, DECISIONAPPROVECONTENT, DECISIONAPPROVEUSERNAME,
  175. DECISIONAPPROVEUSERID, DECISIONAPPROVETIME,
  176. DECISIONSTATUS, OPERATETIME, OPERATESTATE,
  177. SYNCSTATE, ATTENDUSER, isFirstTopic,
  178. MEETINGBRIEFCONTENT, topicContent
  179. )
  180. values (#{meetingid,jdbcType=VARCHAR}, #{meetingname,jdbcType=VARCHAR}, #{shyktype,jdbcType=DECIMAL},
  181. #{partyname,jdbcType=VARCHAR}, #{partycode,jdbcType=VARCHAR}, #{meetingaddress,jdbcType=VARCHAR},
  182. #{chairuser,jdbcType=VARCHAR}, #{recorduser,jdbcType=VARCHAR}, #{begintime,jdbcType=TIMESTAMP},
  183. #{endtime,jdbcType=TIMESTAMP}, #{istemp,jdbcType=DECIMAL}, #{shykstatus,jdbcType=DECIMAL},
  184. #{createtime,jdbcType=TIMESTAMP}, #{createuserid,jdbcType=VARCHAR}, #{createusername,jdbcType=VARCHAR},
  185. #{updatetime,jdbcType=TIMESTAMP}, #{updateuserid,jdbcType=VARCHAR}, #{updateusername,jdbcType=VARCHAR},
  186. #{meetingapprovestatus,jdbcType=DECIMAL}, #{meetingapproveopinion,jdbcType=VARCHAR},
  187. #{meetingapproveusercode,jdbcType=VARCHAR}, #{meetingapproveusername,jdbcType=VARCHAR},
  188. #{meetingrecordstate,jdbcType=DECIMAL}, #{isuploadimg,jdbcType=DECIMAL}, #{enterdecisiontime,jdbcType=TIMESTAMP},
  189. #{decisiontype,jdbcType=DECIMAL}, #{decisionapprovecontent,jdbcType=VARCHAR}, #{decisionapproveusername,jdbcType=VARCHAR},
  190. #{decisionapproveuserid,jdbcType=VARCHAR}, #{decisionapprovetime,jdbcType=TIMESTAMP},
  191. #{decisionstatus,jdbcType=DECIMAL}, #{operatetime,jdbcType=TIMESTAMP}, #{operatestate,jdbcType=VARCHAR},
  192. #{syncstate,jdbcType=VARCHAR}, #{attenduser,jdbcType=VARCHAR}, #{isfirsttopic,jdbcType=BIT},
  193. #{meetingbriefcontent,jdbcType=LONGVARCHAR}, #{topiccontent,jdbcType=LONGVARCHAR}
  194. )
  195. </insert>
  196. <insert id="insertSelective" parameterType="com.ghsc.partybuild.model.ShykMeetingWithBLOBs">
  197. insert into shyk_meeting
  198. <trim prefix="(" suffix=")" suffixOverrides=",">
  199. <if test="meetingid != null">
  200. MEETINGID,
  201. </if>
  202. <if test="meetingname != null">
  203. MEETINGNAME,
  204. </if>
  205. <if test="shyktype != null">
  206. SHYKTYPE,
  207. </if>
  208. <if test="partyname != null">
  209. PARTYNAME,
  210. </if>
  211. <if test="partycode != null">
  212. PARTYCODE,
  213. </if>
  214. <if test="meetingaddress != null">
  215. MEETINGADDRESS,
  216. </if>
  217. <if test="chairuser != null">
  218. CHAIRUSER,
  219. </if>
  220. <if test="recorduser != null">
  221. RECORDUSER,
  222. </if>
  223. <if test="begintime != null">
  224. BEGINTIME,
  225. </if>
  226. <if test="endtime != null">
  227. ENDTIME,
  228. </if>
  229. <if test="istemp != null">
  230. ISTEMP,
  231. </if>
  232. <if test="shykstatus != null">
  233. SHYKSTATUS,
  234. </if>
  235. <if test="createtime != null">
  236. CREATETIME,
  237. </if>
  238. <if test="createuserid != null">
  239. CREATEUSERID,
  240. </if>
  241. <if test="createusername != null">
  242. CREATEUSERNAME,
  243. </if>
  244. <if test="updatetime != null">
  245. UPDATETIME,
  246. </if>
  247. <if test="updateuserid != null">
  248. UPDATEUSERID,
  249. </if>
  250. <if test="updateusername != null">
  251. UPDATEUSERNAME,
  252. </if>
  253. <if test="meetingapprovestatus != null">
  254. MEETINGAPPROVESTATUS,
  255. </if>
  256. <if test="meetingapproveopinion != null">
  257. MEETINGAPPROVEOPINION,
  258. </if>
  259. <if test="meetingapproveusercode != null">
  260. MEETINGAPPROVEUSERCODE,
  261. </if>
  262. <if test="meetingapproveusername != null">
  263. MEETINGAPPROVEUSERNAME,
  264. </if>
  265. <if test="meetingrecordstate != null">
  266. MEETINGRECORDSTATE,
  267. </if>
  268. <if test="isuploadimg != null">
  269. ISUPLOADIMG,
  270. </if>
  271. <if test="enterdecisiontime != null">
  272. ENTERDECISIONTIME,
  273. </if>
  274. <if test="decisiontype != null">
  275. DECISIONTYPE,
  276. </if>
  277. <if test="decisionapprovecontent != null">
  278. DECISIONAPPROVECONTENT,
  279. </if>
  280. <if test="decisionapproveusername != null">
  281. DECISIONAPPROVEUSERNAME,
  282. </if>
  283. <if test="decisionapproveuserid != null">
  284. DECISIONAPPROVEUSERID,
  285. </if>
  286. <if test="decisionapprovetime != null">
  287. DECISIONAPPROVETIME,
  288. </if>
  289. <if test="decisionstatus != null">
  290. DECISIONSTATUS,
  291. </if>
  292. <if test="operatetime != null">
  293. OPERATETIME,
  294. </if>
  295. <if test="operatestate != null">
  296. OPERATESTATE,
  297. </if>
  298. <if test="syncstate != null">
  299. SYNCSTATE,
  300. </if>
  301. <if test="attenduser != null">
  302. ATTENDUSER,
  303. </if>
  304. <if test="isfirsttopic != null">
  305. isFirstTopic,
  306. </if>
  307. <if test="meetingbriefcontent != null">
  308. MEETINGBRIEFCONTENT,
  309. </if>
  310. <if test="topiccontent != null">
  311. topicContent,
  312. </if>
  313. </trim>
  314. <trim prefix="values (" suffix=")" suffixOverrides=",">
  315. <if test="meetingid != null">
  316. #{meetingid,jdbcType=VARCHAR},
  317. </if>
  318. <if test="meetingname != null">
  319. #{meetingname,jdbcType=VARCHAR},
  320. </if>
  321. <if test="shyktype != null">
  322. #{shyktype,jdbcType=DECIMAL},
  323. </if>
  324. <if test="partyname != null">
  325. #{partyname,jdbcType=VARCHAR},
  326. </if>
  327. <if test="partycode != null">
  328. #{partycode,jdbcType=VARCHAR},
  329. </if>
  330. <if test="meetingaddress != null">
  331. #{meetingaddress,jdbcType=VARCHAR},
  332. </if>
  333. <if test="chairuser != null">
  334. #{chairuser,jdbcType=VARCHAR},
  335. </if>
  336. <if test="recorduser != null">
  337. #{recorduser,jdbcType=VARCHAR},
  338. </if>
  339. <if test="begintime != null">
  340. #{begintime,jdbcType=TIMESTAMP},
  341. </if>
  342. <if test="endtime != null">
  343. #{endtime,jdbcType=TIMESTAMP},
  344. </if>
  345. <if test="istemp != null">
  346. #{istemp,jdbcType=DECIMAL},
  347. </if>
  348. <if test="shykstatus != null">
  349. #{shykstatus,jdbcType=DECIMAL},
  350. </if>
  351. <if test="createtime != null">
  352. #{createtime,jdbcType=TIMESTAMP},
  353. </if>
  354. <if test="createuserid != null">
  355. #{createuserid,jdbcType=VARCHAR},
  356. </if>
  357. <if test="createusername != null">
  358. #{createusername,jdbcType=VARCHAR},
  359. </if>
  360. <if test="updatetime != null">
  361. #{updatetime,jdbcType=TIMESTAMP},
  362. </if>
  363. <if test="updateuserid != null">
  364. #{updateuserid,jdbcType=VARCHAR},
  365. </if>
  366. <if test="updateusername != null">
  367. #{updateusername,jdbcType=VARCHAR},
  368. </if>
  369. <if test="meetingapprovestatus != null">
  370. #{meetingapprovestatus,jdbcType=DECIMAL},
  371. </if>
  372. <if test="meetingapproveopinion != null">
  373. #{meetingapproveopinion,jdbcType=VARCHAR},
  374. </if>
  375. <if test="meetingapproveusercode != null">
  376. #{meetingapproveusercode,jdbcType=VARCHAR},
  377. </if>
  378. <if test="meetingapproveusername != null">
  379. #{meetingapproveusername,jdbcType=VARCHAR},
  380. </if>
  381. <if test="meetingrecordstate != null">
  382. #{meetingrecordstate,jdbcType=DECIMAL},
  383. </if>
  384. <if test="isuploadimg != null">
  385. #{isuploadimg,jdbcType=DECIMAL},
  386. </if>
  387. <if test="enterdecisiontime != null">
  388. #{enterdecisiontime,jdbcType=TIMESTAMP},
  389. </if>
  390. <if test="decisiontype != null">
  391. #{decisiontype,jdbcType=DECIMAL},
  392. </if>
  393. <if test="decisionapprovecontent != null">
  394. #{decisionapprovecontent,jdbcType=VARCHAR},
  395. </if>
  396. <if test="decisionapproveusername != null">
  397. #{decisionapproveusername,jdbcType=VARCHAR},
  398. </if>
  399. <if test="decisionapproveuserid != null">
  400. #{decisionapproveuserid,jdbcType=VARCHAR},
  401. </if>
  402. <if test="decisionapprovetime != null">
  403. #{decisionapprovetime,jdbcType=TIMESTAMP},
  404. </if>
  405. <if test="decisionstatus != null">
  406. #{decisionstatus,jdbcType=DECIMAL},
  407. </if>
  408. <if test="operatetime != null">
  409. #{operatetime,jdbcType=TIMESTAMP},
  410. </if>
  411. <if test="operatestate != null">
  412. #{operatestate,jdbcType=VARCHAR},
  413. </if>
  414. <if test="syncstate != null">
  415. #{syncstate,jdbcType=VARCHAR},
  416. </if>
  417. <if test="attenduser != null">
  418. #{attenduser,jdbcType=VARCHAR},
  419. </if>
  420. <if test="isfirsttopic != null">
  421. #{isfirsttopic,jdbcType=BIT},
  422. </if>
  423. <if test="meetingbriefcontent != null">
  424. #{meetingbriefcontent,jdbcType=LONGVARCHAR},
  425. </if>
  426. <if test="topiccontent != null">
  427. #{topiccontent,jdbcType=LONGVARCHAR},
  428. </if>
  429. </trim>
  430. </insert>
  431. <select id="countByExample" parameterType="com.ghsc.partybuild.model.ShykMeetingExample" resultType="java.lang.Long">
  432. select count(*) from shyk_meeting
  433. <if test="_parameter != null">
  434. <include refid="Example_Where_Clause" />
  435. </if>
  436. </select>
  437. <update id="updateByExampleSelective" parameterType="map">
  438. update shyk_meeting
  439. <set>
  440. <if test="record.meetingid != null">
  441. MEETINGID = #{record.meetingid,jdbcType=VARCHAR},
  442. </if>
  443. <if test="record.meetingname != null">
  444. MEETINGNAME = #{record.meetingname,jdbcType=VARCHAR},
  445. </if>
  446. <if test="record.shyktype != null">
  447. SHYKTYPE = #{record.shyktype,jdbcType=DECIMAL},
  448. </if>
  449. <if test="record.partyname != null">
  450. PARTYNAME = #{record.partyname,jdbcType=VARCHAR},
  451. </if>
  452. <if test="record.partycode != null">
  453. PARTYCODE = #{record.partycode,jdbcType=VARCHAR},
  454. </if>
  455. <if test="record.meetingaddress != null">
  456. MEETINGADDRESS = #{record.meetingaddress,jdbcType=VARCHAR},
  457. </if>
  458. <if test="record.chairuser != null">
  459. CHAIRUSER = #{record.chairuser,jdbcType=VARCHAR},
  460. </if>
  461. <if test="record.recorduser != null">
  462. RECORDUSER = #{record.recorduser,jdbcType=VARCHAR},
  463. </if>
  464. <if test="record.begintime != null">
  465. BEGINTIME = #{record.begintime,jdbcType=TIMESTAMP},
  466. </if>
  467. <if test="record.endtime != null">
  468. ENDTIME = #{record.endtime,jdbcType=TIMESTAMP},
  469. </if>
  470. <if test="record.istemp != null">
  471. ISTEMP = #{record.istemp,jdbcType=DECIMAL},
  472. </if>
  473. <if test="record.shykstatus != null">
  474. SHYKSTATUS = #{record.shykstatus,jdbcType=DECIMAL},
  475. </if>
  476. <if test="record.createtime != null">
  477. CREATETIME = #{record.createtime,jdbcType=TIMESTAMP},
  478. </if>
  479. <if test="record.createuserid != null">
  480. CREATEUSERID = #{record.createuserid,jdbcType=VARCHAR},
  481. </if>
  482. <if test="record.createusername != null">
  483. CREATEUSERNAME = #{record.createusername,jdbcType=VARCHAR},
  484. </if>
  485. <if test="record.updatetime != null">
  486. UPDATETIME = #{record.updatetime,jdbcType=TIMESTAMP},
  487. </if>
  488. <if test="record.updateuserid != null">
  489. UPDATEUSERID = #{record.updateuserid,jdbcType=VARCHAR},
  490. </if>
  491. <if test="record.updateusername != null">
  492. UPDATEUSERNAME = #{record.updateusername,jdbcType=VARCHAR},
  493. </if>
  494. <if test="record.meetingapprovestatus != null">
  495. MEETINGAPPROVESTATUS = #{record.meetingapprovestatus,jdbcType=DECIMAL},
  496. </if>
  497. <if test="record.meetingapproveopinion != null">
  498. MEETINGAPPROVEOPINION = #{record.meetingapproveopinion,jdbcType=VARCHAR},
  499. </if>
  500. <if test="record.meetingapproveusercode != null">
  501. MEETINGAPPROVEUSERCODE = #{record.meetingapproveusercode,jdbcType=VARCHAR},
  502. </if>
  503. <if test="record.meetingapproveusername != null">
  504. MEETINGAPPROVEUSERNAME = #{record.meetingapproveusername,jdbcType=VARCHAR},
  505. </if>
  506. <if test="record.meetingrecordstate != null">
  507. MEETINGRECORDSTATE = #{record.meetingrecordstate,jdbcType=DECIMAL},
  508. </if>
  509. <if test="record.isuploadimg != null">
  510. ISUPLOADIMG = #{record.isuploadimg,jdbcType=DECIMAL},
  511. </if>
  512. <if test="record.enterdecisiontime != null">
  513. ENTERDECISIONTIME = #{record.enterdecisiontime,jdbcType=TIMESTAMP},
  514. </if>
  515. <if test="record.decisiontype != null">
  516. DECISIONTYPE = #{record.decisiontype,jdbcType=DECIMAL},
  517. </if>
  518. <if test="record.decisionapprovecontent != null">
  519. DECISIONAPPROVECONTENT = #{record.decisionapprovecontent,jdbcType=VARCHAR},
  520. </if>
  521. <if test="record.decisionapproveusername != null">
  522. DECISIONAPPROVEUSERNAME = #{record.decisionapproveusername,jdbcType=VARCHAR},
  523. </if>
  524. <if test="record.decisionapproveuserid != null">
  525. DECISIONAPPROVEUSERID = #{record.decisionapproveuserid,jdbcType=VARCHAR},
  526. </if>
  527. <if test="record.decisionapprovetime != null">
  528. DECISIONAPPROVETIME = #{record.decisionapprovetime,jdbcType=TIMESTAMP},
  529. </if>
  530. <if test="record.decisionstatus != null">
  531. DECISIONSTATUS = #{record.decisionstatus,jdbcType=DECIMAL},
  532. </if>
  533. <if test="record.operatetime != null">
  534. OPERATETIME = #{record.operatetime,jdbcType=TIMESTAMP},
  535. </if>
  536. <if test="record.operatestate != null">
  537. OPERATESTATE = #{record.operatestate,jdbcType=VARCHAR},
  538. </if>
  539. <if test="record.syncstate != null">
  540. SYNCSTATE = #{record.syncstate,jdbcType=VARCHAR},
  541. </if>
  542. <if test="record.attenduser != null">
  543. ATTENDUSER = #{record.attenduser,jdbcType=VARCHAR},
  544. </if>
  545. <if test="record.isfirsttopic != null">
  546. isFirstTopic = #{record.isfirsttopic,jdbcType=BIT},
  547. </if>
  548. <if test="record.meetingbriefcontent != null">
  549. MEETINGBRIEFCONTENT = #{record.meetingbriefcontent,jdbcType=LONGVARCHAR},
  550. </if>
  551. <if test="record.topiccontent != null">
  552. topicContent = #{record.topiccontent,jdbcType=LONGVARCHAR},
  553. </if>
  554. </set>
  555. <if test="_parameter != null">
  556. <include refid="Update_By_Example_Where_Clause" />
  557. </if>
  558. </update>
  559. <update id="updateByExampleWithBLOBs" parameterType="map">
  560. update shyk_meeting
  561. set MEETINGID = #{record.meetingid,jdbcType=VARCHAR},
  562. MEETINGNAME = #{record.meetingname,jdbcType=VARCHAR},
  563. SHYKTYPE = #{record.shyktype,jdbcType=DECIMAL},
  564. PARTYNAME = #{record.partyname,jdbcType=VARCHAR},
  565. PARTYCODE = #{record.partycode,jdbcType=VARCHAR},
  566. MEETINGADDRESS = #{record.meetingaddress,jdbcType=VARCHAR},
  567. CHAIRUSER = #{record.chairuser,jdbcType=VARCHAR},
  568. RECORDUSER = #{record.recorduser,jdbcType=VARCHAR},
  569. BEGINTIME = #{record.begintime,jdbcType=TIMESTAMP},
  570. ENDTIME = #{record.endtime,jdbcType=TIMESTAMP},
  571. ISTEMP = #{record.istemp,jdbcType=DECIMAL},
  572. SHYKSTATUS = #{record.shykstatus,jdbcType=DECIMAL},
  573. CREATETIME = #{record.createtime,jdbcType=TIMESTAMP},
  574. CREATEUSERID = #{record.createuserid,jdbcType=VARCHAR},
  575. CREATEUSERNAME = #{record.createusername,jdbcType=VARCHAR},
  576. UPDATETIME = #{record.updatetime,jdbcType=TIMESTAMP},
  577. UPDATEUSERID = #{record.updateuserid,jdbcType=VARCHAR},
  578. UPDATEUSERNAME = #{record.updateusername,jdbcType=VARCHAR},
  579. MEETINGAPPROVESTATUS = #{record.meetingapprovestatus,jdbcType=DECIMAL},
  580. MEETINGAPPROVEOPINION = #{record.meetingapproveopinion,jdbcType=VARCHAR},
  581. MEETINGAPPROVEUSERCODE = #{record.meetingapproveusercode,jdbcType=VARCHAR},
  582. MEETINGAPPROVEUSERNAME = #{record.meetingapproveusername,jdbcType=VARCHAR},
  583. MEETINGRECORDSTATE = #{record.meetingrecordstate,jdbcType=DECIMAL},
  584. ISUPLOADIMG = #{record.isuploadimg,jdbcType=DECIMAL},
  585. ENTERDECISIONTIME = #{record.enterdecisiontime,jdbcType=TIMESTAMP},
  586. DECISIONTYPE = #{record.decisiontype,jdbcType=DECIMAL},
  587. DECISIONAPPROVECONTENT = #{record.decisionapprovecontent,jdbcType=VARCHAR},
  588. DECISIONAPPROVEUSERNAME = #{record.decisionapproveusername,jdbcType=VARCHAR},
  589. DECISIONAPPROVEUSERID = #{record.decisionapproveuserid,jdbcType=VARCHAR},
  590. DECISIONAPPROVETIME = #{record.decisionapprovetime,jdbcType=TIMESTAMP},
  591. DECISIONSTATUS = #{record.decisionstatus,jdbcType=DECIMAL},
  592. OPERATETIME = #{record.operatetime,jdbcType=TIMESTAMP},
  593. OPERATESTATE = #{record.operatestate,jdbcType=VARCHAR},
  594. SYNCSTATE = #{record.syncstate,jdbcType=VARCHAR},
  595. ATTENDUSER = #{record.attenduser,jdbcType=VARCHAR},
  596. isFirstTopic = #{record.isfirsttopic,jdbcType=BIT},
  597. MEETINGBRIEFCONTENT = #{record.meetingbriefcontent,jdbcType=LONGVARCHAR},
  598. topicContent = #{record.topiccontent,jdbcType=LONGVARCHAR}
  599. <if test="_parameter != null">
  600. <include refid="Update_By_Example_Where_Clause" />
  601. </if>
  602. </update>
  603. <update id="updateByExample" parameterType="map">
  604. update shyk_meeting
  605. set MEETINGID = #{record.meetingid,jdbcType=VARCHAR},
  606. MEETINGNAME = #{record.meetingname,jdbcType=VARCHAR},
  607. SHYKTYPE = #{record.shyktype,jdbcType=DECIMAL},
  608. PARTYNAME = #{record.partyname,jdbcType=VARCHAR},
  609. PARTYCODE = #{record.partycode,jdbcType=VARCHAR},
  610. MEETINGADDRESS = #{record.meetingaddress,jdbcType=VARCHAR},
  611. CHAIRUSER = #{record.chairuser,jdbcType=VARCHAR},
  612. RECORDUSER = #{record.recorduser,jdbcType=VARCHAR},
  613. BEGINTIME = #{record.begintime,jdbcType=TIMESTAMP},
  614. ENDTIME = #{record.endtime,jdbcType=TIMESTAMP},
  615. ISTEMP = #{record.istemp,jdbcType=DECIMAL},
  616. SHYKSTATUS = #{record.shykstatus,jdbcType=DECIMAL},
  617. CREATETIME = #{record.createtime,jdbcType=TIMESTAMP},
  618. CREATEUSERID = #{record.createuserid,jdbcType=VARCHAR},
  619. CREATEUSERNAME = #{record.createusername,jdbcType=VARCHAR},
  620. UPDATETIME = #{record.updatetime,jdbcType=TIMESTAMP},
  621. UPDATEUSERID = #{record.updateuserid,jdbcType=VARCHAR},
  622. UPDATEUSERNAME = #{record.updateusername,jdbcType=VARCHAR},
  623. MEETINGAPPROVESTATUS = #{record.meetingapprovestatus,jdbcType=DECIMAL},
  624. MEETINGAPPROVEOPINION = #{record.meetingapproveopinion,jdbcType=VARCHAR},
  625. MEETINGAPPROVEUSERCODE = #{record.meetingapproveusercode,jdbcType=VARCHAR},
  626. MEETINGAPPROVEUSERNAME = #{record.meetingapproveusername,jdbcType=VARCHAR},
  627. MEETINGRECORDSTATE = #{record.meetingrecordstate,jdbcType=DECIMAL},
  628. ISUPLOADIMG = #{record.isuploadimg,jdbcType=DECIMAL},
  629. ENTERDECISIONTIME = #{record.enterdecisiontime,jdbcType=TIMESTAMP},
  630. DECISIONTYPE = #{record.decisiontype,jdbcType=DECIMAL},
  631. DECISIONAPPROVECONTENT = #{record.decisionapprovecontent,jdbcType=VARCHAR},
  632. DECISIONAPPROVEUSERNAME = #{record.decisionapproveusername,jdbcType=VARCHAR},
  633. DECISIONAPPROVEUSERID = #{record.decisionapproveuserid,jdbcType=VARCHAR},
  634. DECISIONAPPROVETIME = #{record.decisionapprovetime,jdbcType=TIMESTAMP},
  635. DECISIONSTATUS = #{record.decisionstatus,jdbcType=DECIMAL},
  636. OPERATETIME = #{record.operatetime,jdbcType=TIMESTAMP},
  637. OPERATESTATE = #{record.operatestate,jdbcType=VARCHAR},
  638. SYNCSTATE = #{record.syncstate,jdbcType=VARCHAR},
  639. ATTENDUSER = #{record.attenduser,jdbcType=VARCHAR},
  640. isFirstTopic = #{record.isfirsttopic,jdbcType=BIT}
  641. <if test="_parameter != null">
  642. <include refid="Update_By_Example_Where_Clause" />
  643. </if>
  644. </update>
  645. <update id="updateByPrimaryKeySelective" parameterType="com.ghsc.partybuild.model.ShykMeetingWithBLOBs">
  646. update shyk_meeting
  647. <set>
  648. <if test="meetingname != null">
  649. MEETINGNAME = #{meetingname,jdbcType=VARCHAR},
  650. </if>
  651. <if test="shyktype != null">
  652. SHYKTYPE = #{shyktype,jdbcType=DECIMAL},
  653. </if>
  654. <if test="partyname != null">
  655. PARTYNAME = #{partyname,jdbcType=VARCHAR},
  656. </if>
  657. <if test="partycode != null">
  658. PARTYCODE = #{partycode,jdbcType=VARCHAR},
  659. </if>
  660. <if test="meetingaddress != null">
  661. MEETINGADDRESS = #{meetingaddress,jdbcType=VARCHAR},
  662. </if>
  663. <if test="chairuser != null">
  664. CHAIRUSER = #{chairuser,jdbcType=VARCHAR},
  665. </if>
  666. <if test="recorduser != null">
  667. RECORDUSER = #{recorduser,jdbcType=VARCHAR},
  668. </if>
  669. <if test="begintime != null">
  670. BEGINTIME = #{begintime,jdbcType=TIMESTAMP},
  671. </if>
  672. <if test="endtime != null">
  673. ENDTIME = #{endtime,jdbcType=TIMESTAMP},
  674. </if>
  675. <if test="istemp != null">
  676. ISTEMP = #{istemp,jdbcType=DECIMAL},
  677. </if>
  678. <if test="shykstatus != null">
  679. SHYKSTATUS = #{shykstatus,jdbcType=DECIMAL},
  680. </if>
  681. <if test="createtime != null">
  682. CREATETIME = #{createtime,jdbcType=TIMESTAMP},
  683. </if>
  684. <if test="createuserid != null">
  685. CREATEUSERID = #{createuserid,jdbcType=VARCHAR},
  686. </if>
  687. <if test="createusername != null">
  688. CREATEUSERNAME = #{createusername,jdbcType=VARCHAR},
  689. </if>
  690. <if test="updatetime != null">
  691. UPDATETIME = #{updatetime,jdbcType=TIMESTAMP},
  692. </if>
  693. <if test="updateuserid != null">
  694. UPDATEUSERID = #{updateuserid,jdbcType=VARCHAR},
  695. </if>
  696. <if test="updateusername != null">
  697. UPDATEUSERNAME = #{updateusername,jdbcType=VARCHAR},
  698. </if>
  699. <if test="meetingapprovestatus != null">
  700. MEETINGAPPROVESTATUS = #{meetingapprovestatus,jdbcType=DECIMAL},
  701. </if>
  702. <if test="meetingapproveopinion != null">
  703. MEETINGAPPROVEOPINION = #{meetingapproveopinion,jdbcType=VARCHAR},
  704. </if>
  705. <if test="meetingapproveusercode != null">
  706. MEETINGAPPROVEUSERCODE = #{meetingapproveusercode,jdbcType=VARCHAR},
  707. </if>
  708. <if test="meetingapproveusername != null">
  709. MEETINGAPPROVEUSERNAME = #{meetingapproveusername,jdbcType=VARCHAR},
  710. </if>
  711. <if test="meetingrecordstate != null">
  712. MEETINGRECORDSTATE = #{meetingrecordstate,jdbcType=DECIMAL},
  713. </if>
  714. <if test="isuploadimg != null">
  715. ISUPLOADIMG = #{isuploadimg,jdbcType=DECIMAL},
  716. </if>
  717. <if test="enterdecisiontime != null">
  718. ENTERDECISIONTIME = #{enterdecisiontime,jdbcType=TIMESTAMP},
  719. </if>
  720. <if test="decisiontype != null">
  721. DECISIONTYPE = #{decisiontype,jdbcType=DECIMAL},
  722. </if>
  723. <if test="decisionapprovecontent != null">
  724. DECISIONAPPROVECONTENT = #{decisionapprovecontent,jdbcType=VARCHAR},
  725. </if>
  726. <if test="decisionapproveusername != null">
  727. DECISIONAPPROVEUSERNAME = #{decisionapproveusername,jdbcType=VARCHAR},
  728. </if>
  729. <if test="decisionapproveuserid != null">
  730. DECISIONAPPROVEUSERID = #{decisionapproveuserid,jdbcType=VARCHAR},
  731. </if>
  732. <if test="decisionapprovetime != null">
  733. DECISIONAPPROVETIME = #{decisionapprovetime,jdbcType=TIMESTAMP},
  734. </if>
  735. <if test="decisionstatus != null">
  736. DECISIONSTATUS = #{decisionstatus,jdbcType=DECIMAL},
  737. </if>
  738. <if test="operatetime != null">
  739. OPERATETIME = #{operatetime,jdbcType=TIMESTAMP},
  740. </if>
  741. <if test="operatestate != null">
  742. OPERATESTATE = #{operatestate,jdbcType=VARCHAR},
  743. </if>
  744. <if test="syncstate != null">
  745. SYNCSTATE = #{syncstate,jdbcType=VARCHAR},
  746. </if>
  747. <if test="attenduser != null">
  748. ATTENDUSER = #{attenduser,jdbcType=VARCHAR},
  749. </if>
  750. <if test="isfirsttopic != null">
  751. isFirstTopic = #{isfirsttopic,jdbcType=BIT},
  752. </if>
  753. <if test="meetingbriefcontent != null">
  754. MEETINGBRIEFCONTENT = #{meetingbriefcontent,jdbcType=LONGVARCHAR},
  755. </if>
  756. <if test="topiccontent != null">
  757. topicContent = #{topiccontent,jdbcType=LONGVARCHAR},
  758. </if>
  759. </set>
  760. where MEETINGID = #{meetingid,jdbcType=VARCHAR}
  761. </update>
  762. <update id="updateByPrimaryKeyWithBLOBs" parameterType="com.ghsc.partybuild.model.ShykMeetingWithBLOBs">
  763. update shyk_meeting
  764. set MEETINGNAME = #{meetingname,jdbcType=VARCHAR},
  765. SHYKTYPE = #{shyktype,jdbcType=DECIMAL},
  766. PARTYNAME = #{partyname,jdbcType=VARCHAR},
  767. PARTYCODE = #{partycode,jdbcType=VARCHAR},
  768. MEETINGADDRESS = #{meetingaddress,jdbcType=VARCHAR},
  769. CHAIRUSER = #{chairuser,jdbcType=VARCHAR},
  770. RECORDUSER = #{recorduser,jdbcType=VARCHAR},
  771. BEGINTIME = #{begintime,jdbcType=TIMESTAMP},
  772. ENDTIME = #{endtime,jdbcType=TIMESTAMP},
  773. ISTEMP = #{istemp,jdbcType=DECIMAL},
  774. SHYKSTATUS = #{shykstatus,jdbcType=DECIMAL},
  775. CREATETIME = #{createtime,jdbcType=TIMESTAMP},
  776. CREATEUSERID = #{createuserid,jdbcType=VARCHAR},
  777. CREATEUSERNAME = #{createusername,jdbcType=VARCHAR},
  778. UPDATETIME = #{updatetime,jdbcType=TIMESTAMP},
  779. UPDATEUSERID = #{updateuserid,jdbcType=VARCHAR},
  780. UPDATEUSERNAME = #{updateusername,jdbcType=VARCHAR},
  781. MEETINGAPPROVESTATUS = #{meetingapprovestatus,jdbcType=DECIMAL},
  782. MEETINGAPPROVEOPINION = #{meetingapproveopinion,jdbcType=VARCHAR},
  783. MEETINGAPPROVEUSERCODE = #{meetingapproveusercode,jdbcType=VARCHAR},
  784. MEETINGAPPROVEUSERNAME = #{meetingapproveusername,jdbcType=VARCHAR},
  785. MEETINGRECORDSTATE = #{meetingrecordstate,jdbcType=DECIMAL},
  786. ISUPLOADIMG = #{isuploadimg,jdbcType=DECIMAL},
  787. ENTERDECISIONTIME = #{enterdecisiontime,jdbcType=TIMESTAMP},
  788. DECISIONTYPE = #{decisiontype,jdbcType=DECIMAL},
  789. DECISIONAPPROVECONTENT = #{decisionapprovecontent,jdbcType=VARCHAR},
  790. DECISIONAPPROVEUSERNAME = #{decisionapproveusername,jdbcType=VARCHAR},
  791. DECISIONAPPROVEUSERID = #{decisionapproveuserid,jdbcType=VARCHAR},
  792. DECISIONAPPROVETIME = #{decisionapprovetime,jdbcType=TIMESTAMP},
  793. DECISIONSTATUS = #{decisionstatus,jdbcType=DECIMAL},
  794. OPERATETIME = #{operatetime,jdbcType=TIMESTAMP},
  795. OPERATESTATE = #{operatestate,jdbcType=VARCHAR},
  796. SYNCSTATE = #{syncstate,jdbcType=VARCHAR},
  797. ATTENDUSER = #{attenduser,jdbcType=VARCHAR},
  798. isFirstTopic = #{isfirsttopic,jdbcType=BIT},
  799. MEETINGBRIEFCONTENT = #{meetingbriefcontent,jdbcType=LONGVARCHAR},
  800. topicContent = #{topiccontent,jdbcType=LONGVARCHAR}
  801. where MEETINGID = #{meetingid,jdbcType=VARCHAR}
  802. </update>
  803. <update id="updateByPrimaryKey" parameterType="com.ghsc.partybuild.model.ShykMeeting">
  804. update shyk_meeting
  805. set MEETINGNAME = #{meetingname,jdbcType=VARCHAR},
  806. SHYKTYPE = #{shyktype,jdbcType=DECIMAL},
  807. PARTYNAME = #{partyname,jdbcType=VARCHAR},
  808. PARTYCODE = #{partycode,jdbcType=VARCHAR},
  809. MEETINGADDRESS = #{meetingaddress,jdbcType=VARCHAR},
  810. CHAIRUSER = #{chairuser,jdbcType=VARCHAR},
  811. RECORDUSER = #{recorduser,jdbcType=VARCHAR},
  812. BEGINTIME = #{begintime,jdbcType=TIMESTAMP},
  813. ENDTIME = #{endtime,jdbcType=TIMESTAMP},
  814. ISTEMP = #{istemp,jdbcType=DECIMAL},
  815. SHYKSTATUS = #{shykstatus,jdbcType=DECIMAL},
  816. CREATETIME = #{createtime,jdbcType=TIMESTAMP},
  817. CREATEUSERID = #{createuserid,jdbcType=VARCHAR},
  818. CREATEUSERNAME = #{createusername,jdbcType=VARCHAR},
  819. UPDATETIME = #{updatetime,jdbcType=TIMESTAMP},
  820. UPDATEUSERID = #{updateuserid,jdbcType=VARCHAR},
  821. UPDATEUSERNAME = #{updateusername,jdbcType=VARCHAR},
  822. MEETINGAPPROVESTATUS = #{meetingapprovestatus,jdbcType=DECIMAL},
  823. MEETINGAPPROVEOPINION = #{meetingapproveopinion,jdbcType=VARCHAR},
  824. MEETINGAPPROVEUSERCODE = #{meetingapproveusercode,jdbcType=VARCHAR},
  825. MEETINGAPPROVEUSERNAME = #{meetingapproveusername,jdbcType=VARCHAR},
  826. MEETINGRECORDSTATE = #{meetingrecordstate,jdbcType=DECIMAL},
  827. ISUPLOADIMG = #{isuploadimg,jdbcType=DECIMAL},
  828. ENTERDECISIONTIME = #{enterdecisiontime,jdbcType=TIMESTAMP},
  829. DECISIONTYPE = #{decisiontype,jdbcType=DECIMAL},
  830. DECISIONAPPROVECONTENT = #{decisionapprovecontent,jdbcType=VARCHAR},
  831. DECISIONAPPROVEUSERNAME = #{decisionapproveusername,jdbcType=VARCHAR},
  832. DECISIONAPPROVEUSERID = #{decisionapproveuserid,jdbcType=VARCHAR},
  833. DECISIONAPPROVETIME = #{decisionapprovetime,jdbcType=TIMESTAMP},
  834. DECISIONSTATUS = #{decisionstatus,jdbcType=DECIMAL},
  835. OPERATETIME = #{operatetime,jdbcType=TIMESTAMP},
  836. OPERATESTATE = #{operatestate,jdbcType=VARCHAR},
  837. SYNCSTATE = #{syncstate,jdbcType=VARCHAR},
  838. ATTENDUSER = #{attenduser,jdbcType=VARCHAR},
  839. isFirstTopic = #{isfirsttopic,jdbcType=BIT}
  840. where MEETINGID = #{meetingid,jdbcType=VARCHAR}
  841. </update>
  842. </mapper>