ThirdPartWeComStaffUserMapper.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531
  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.tzld.piaoquan.api.dao.mapper.wecom.thirdpart.ThirdPartWeComStaffUserMapper">
  4. <resultMap id="BaseResultMap" type="com.tzld.piaoquan.api.model.po.wecom.thirdpart.ThirdPartWeComStaffUser">
  5. <id column="id" jdbcType="BIGINT" property="id" />
  6. <result column="third_staff_id" jdbcType="BIGINT" property="thirdStaffId" />
  7. <result column="add_customer_time" jdbcType="BIGINT" property="addCustomerTime" />
  8. <result column="remove_custiomer_time" jdbcType="BIGINT" property="removeCustiomerTime" />
  9. <result column="unionid" jdbcType="VARCHAR" property="unionid" />
  10. <result column="sex" jdbcType="INTEGER" property="sex" />
  11. <result column="mobile" jdbcType="VARCHAR" property="mobile" />
  12. <result column="company_remark" jdbcType="VARCHAR" property="companyRemark" />
  13. <result column="acctid" jdbcType="VARCHAR" property="acctid" />
  14. <result column="avatar" jdbcType="VARCHAR" property="avatar" />
  15. <result column="source" jdbcType="INTEGER" property="source" />
  16. <result column="english_name" jdbcType="VARCHAR" property="englishName" />
  17. <result column="remark_phone" jdbcType="VARCHAR" property="remarkPhone" />
  18. <result column="realname" jdbcType="VARCHAR" property="realname" />
  19. <result column="real_remarks" jdbcType="VARCHAR" property="realRemarks" />
  20. <result column="labelid" jdbcType="VARCHAR" property="labelid" />
  21. <result column="user_id" jdbcType="BIGINT" property="userId" />
  22. <result column="nickname" jdbcType="VARCHAR" property="nickname" />
  23. <result column="position" jdbcType="VARCHAR" property="position" />
  24. <result column="corp_id" jdbcType="BIGINT" property="corpId" />
  25. <result column="remarks" jdbcType="VARCHAR" property="remarks" />
  26. <result column="seq" jdbcType="INTEGER" property="seq" />
  27. <result column="status" jdbcType="INTEGER" property="status" />
  28. <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
  29. <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
  30. </resultMap>
  31. <sql id="Example_Where_Clause">
  32. <where>
  33. <foreach collection="oredCriteria" item="criteria" separator="or">
  34. <if test="criteria.valid">
  35. <trim prefix="(" prefixOverrides="and" suffix=")">
  36. <foreach collection="criteria.criteria" item="criterion">
  37. <choose>
  38. <when test="criterion.noValue">
  39. and ${criterion.condition}
  40. </when>
  41. <when test="criterion.singleValue">
  42. and ${criterion.condition} #{criterion.value}
  43. </when>
  44. <when test="criterion.betweenValue">
  45. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  46. </when>
  47. <when test="criterion.listValue">
  48. and ${criterion.condition}
  49. <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
  50. #{listItem}
  51. </foreach>
  52. </when>
  53. </choose>
  54. </foreach>
  55. </trim>
  56. </if>
  57. </foreach>
  58. </where>
  59. </sql>
  60. <sql id="Update_By_Example_Where_Clause">
  61. <where>
  62. <foreach collection="example.oredCriteria" item="criteria" separator="or">
  63. <if test="criteria.valid">
  64. <trim prefix="(" prefixOverrides="and" suffix=")">
  65. <foreach collection="criteria.criteria" item="criterion">
  66. <choose>
  67. <when test="criterion.noValue">
  68. and ${criterion.condition}
  69. </when>
  70. <when test="criterion.singleValue">
  71. and ${criterion.condition} #{criterion.value}
  72. </when>
  73. <when test="criterion.betweenValue">
  74. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  75. </when>
  76. <when test="criterion.listValue">
  77. and ${criterion.condition}
  78. <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
  79. #{listItem}
  80. </foreach>
  81. </when>
  82. </choose>
  83. </foreach>
  84. </trim>
  85. </if>
  86. </foreach>
  87. </where>
  88. </sql>
  89. <sql id="Base_Column_List">
  90. id, third_staff_id, add_customer_time, remove_custiomer_time, unionid, sex, mobile,
  91. company_remark, acctid, avatar, `source`, english_name, remark_phone, realname, real_remarks,
  92. labelid, user_id, nickname, `position`, corp_id, remarks, seq, `status`, create_time,
  93. update_time
  94. </sql>
  95. <select id="selectByExample" parameterType="com.tzld.piaoquan.api.model.po.wecom.thirdpart.ThirdPartWeComStaffUserExample" resultMap="BaseResultMap">
  96. select
  97. <if test="distinct">
  98. distinct
  99. </if>
  100. <include refid="Base_Column_List" />
  101. from third_part_we_com_staff_user
  102. <if test="_parameter != null">
  103. <include refid="Example_Where_Clause" />
  104. </if>
  105. <if test="orderByClause != null">
  106. order by ${orderByClause}
  107. </if>
  108. <if test="page != null">
  109. limit #{page.offset} , #{page.pageSize}
  110. </if>
  111. </select>
  112. <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
  113. select
  114. <include refid="Base_Column_List" />
  115. from third_part_we_com_staff_user
  116. where id = #{id,jdbcType=BIGINT}
  117. </select>
  118. <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
  119. delete from third_part_we_com_staff_user
  120. where id = #{id,jdbcType=BIGINT}
  121. </delete>
  122. <delete id="deleteByExample" parameterType="com.tzld.piaoquan.api.model.po.wecom.thirdpart.ThirdPartWeComStaffUserExample">
  123. delete from third_part_we_com_staff_user
  124. <if test="_parameter != null">
  125. <include refid="Example_Where_Clause" />
  126. </if>
  127. </delete>
  128. <insert id="insert" parameterType="com.tzld.piaoquan.api.model.po.wecom.thirdpart.ThirdPartWeComStaffUser">
  129. insert into third_part_we_com_staff_user (id, third_staff_id, add_customer_time,
  130. remove_custiomer_time, unionid, sex,
  131. mobile, company_remark, acctid,
  132. avatar, `source`, english_name,
  133. remark_phone, realname, real_remarks,
  134. labelid, user_id, nickname,
  135. `position`, corp_id, remarks,
  136. seq, `status`, create_time,
  137. update_time)
  138. values (#{id,jdbcType=BIGINT}, #{thirdStaffId,jdbcType=BIGINT}, #{addCustomerTime,jdbcType=BIGINT},
  139. #{removeCustiomerTime,jdbcType=BIGINT}, #{unionid,jdbcType=VARCHAR}, #{sex,jdbcType=INTEGER},
  140. #{mobile,jdbcType=VARCHAR}, #{companyRemark,jdbcType=VARCHAR}, #{acctid,jdbcType=VARCHAR},
  141. #{avatar,jdbcType=VARCHAR}, #{source,jdbcType=INTEGER}, #{englishName,jdbcType=VARCHAR},
  142. #{remarkPhone,jdbcType=VARCHAR}, #{realname,jdbcType=VARCHAR}, #{realRemarks,jdbcType=VARCHAR},
  143. #{labelid,jdbcType=VARCHAR}, #{userId,jdbcType=BIGINT}, #{nickname,jdbcType=VARCHAR},
  144. #{position,jdbcType=VARCHAR}, #{corpId,jdbcType=BIGINT}, #{remarks,jdbcType=VARCHAR},
  145. #{seq,jdbcType=INTEGER}, #{status,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
  146. #{updateTime,jdbcType=TIMESTAMP})
  147. </insert>
  148. <insert id="insertSelective" parameterType="com.tzld.piaoquan.api.model.po.wecom.thirdpart.ThirdPartWeComStaffUser">
  149. insert into third_part_we_com_staff_user
  150. <trim prefix="(" suffix=")" suffixOverrides=",">
  151. <if test="id != null">
  152. id,
  153. </if>
  154. <if test="thirdStaffId != null">
  155. third_staff_id,
  156. </if>
  157. <if test="addCustomerTime != null">
  158. add_customer_time,
  159. </if>
  160. <if test="removeCustiomerTime != null">
  161. remove_custiomer_time,
  162. </if>
  163. <if test="unionid != null">
  164. unionid,
  165. </if>
  166. <if test="sex != null">
  167. sex,
  168. </if>
  169. <if test="mobile != null">
  170. mobile,
  171. </if>
  172. <if test="companyRemark != null">
  173. company_remark,
  174. </if>
  175. <if test="acctid != null">
  176. acctid,
  177. </if>
  178. <if test="avatar != null">
  179. avatar,
  180. </if>
  181. <if test="source != null">
  182. `source`,
  183. </if>
  184. <if test="englishName != null">
  185. english_name,
  186. </if>
  187. <if test="remarkPhone != null">
  188. remark_phone,
  189. </if>
  190. <if test="realname != null">
  191. realname,
  192. </if>
  193. <if test="realRemarks != null">
  194. real_remarks,
  195. </if>
  196. <if test="labelid != null">
  197. labelid,
  198. </if>
  199. <if test="userId != null">
  200. user_id,
  201. </if>
  202. <if test="nickname != null">
  203. nickname,
  204. </if>
  205. <if test="position != null">
  206. `position`,
  207. </if>
  208. <if test="corpId != null">
  209. corp_id,
  210. </if>
  211. <if test="remarks != null">
  212. remarks,
  213. </if>
  214. <if test="seq != null">
  215. seq,
  216. </if>
  217. <if test="status != null">
  218. `status`,
  219. </if>
  220. <if test="createTime != null">
  221. create_time,
  222. </if>
  223. <if test="updateTime != null">
  224. update_time,
  225. </if>
  226. </trim>
  227. <trim prefix="values (" suffix=")" suffixOverrides=",">
  228. <if test="id != null">
  229. #{id,jdbcType=BIGINT},
  230. </if>
  231. <if test="thirdStaffId != null">
  232. #{thirdStaffId,jdbcType=BIGINT},
  233. </if>
  234. <if test="addCustomerTime != null">
  235. #{addCustomerTime,jdbcType=BIGINT},
  236. </if>
  237. <if test="removeCustiomerTime != null">
  238. #{removeCustiomerTime,jdbcType=BIGINT},
  239. </if>
  240. <if test="unionid != null">
  241. #{unionid,jdbcType=VARCHAR},
  242. </if>
  243. <if test="sex != null">
  244. #{sex,jdbcType=INTEGER},
  245. </if>
  246. <if test="mobile != null">
  247. #{mobile,jdbcType=VARCHAR},
  248. </if>
  249. <if test="companyRemark != null">
  250. #{companyRemark,jdbcType=VARCHAR},
  251. </if>
  252. <if test="acctid != null">
  253. #{acctid,jdbcType=VARCHAR},
  254. </if>
  255. <if test="avatar != null">
  256. #{avatar,jdbcType=VARCHAR},
  257. </if>
  258. <if test="source != null">
  259. #{source,jdbcType=INTEGER},
  260. </if>
  261. <if test="englishName != null">
  262. #{englishName,jdbcType=VARCHAR},
  263. </if>
  264. <if test="remarkPhone != null">
  265. #{remarkPhone,jdbcType=VARCHAR},
  266. </if>
  267. <if test="realname != null">
  268. #{realname,jdbcType=VARCHAR},
  269. </if>
  270. <if test="realRemarks != null">
  271. #{realRemarks,jdbcType=VARCHAR},
  272. </if>
  273. <if test="labelid != null">
  274. #{labelid,jdbcType=VARCHAR},
  275. </if>
  276. <if test="userId != null">
  277. #{userId,jdbcType=BIGINT},
  278. </if>
  279. <if test="nickname != null">
  280. #{nickname,jdbcType=VARCHAR},
  281. </if>
  282. <if test="position != null">
  283. #{position,jdbcType=VARCHAR},
  284. </if>
  285. <if test="corpId != null">
  286. #{corpId,jdbcType=BIGINT},
  287. </if>
  288. <if test="remarks != null">
  289. #{remarks,jdbcType=VARCHAR},
  290. </if>
  291. <if test="seq != null">
  292. #{seq,jdbcType=INTEGER},
  293. </if>
  294. <if test="status != null">
  295. #{status,jdbcType=INTEGER},
  296. </if>
  297. <if test="createTime != null">
  298. #{createTime,jdbcType=TIMESTAMP},
  299. </if>
  300. <if test="updateTime != null">
  301. #{updateTime,jdbcType=TIMESTAMP},
  302. </if>
  303. </trim>
  304. </insert>
  305. <select id="countByExample" parameterType="com.tzld.piaoquan.api.model.po.wecom.thirdpart.ThirdPartWeComStaffUserExample" resultType="java.lang.Long">
  306. select count(*) from third_part_we_com_staff_user
  307. <if test="_parameter != null">
  308. <include refid="Example_Where_Clause" />
  309. </if>
  310. </select>
  311. <update id="updateByExampleSelective" parameterType="map">
  312. update third_part_we_com_staff_user
  313. <set>
  314. <if test="record.id != null">
  315. id = #{record.id,jdbcType=BIGINT},
  316. </if>
  317. <if test="record.thirdStaffId != null">
  318. third_staff_id = #{record.thirdStaffId,jdbcType=BIGINT},
  319. </if>
  320. <if test="record.addCustomerTime != null">
  321. add_customer_time = #{record.addCustomerTime,jdbcType=BIGINT},
  322. </if>
  323. <if test="record.removeCustiomerTime != null">
  324. remove_custiomer_time = #{record.removeCustiomerTime,jdbcType=BIGINT},
  325. </if>
  326. <if test="record.unionid != null">
  327. unionid = #{record.unionid,jdbcType=VARCHAR},
  328. </if>
  329. <if test="record.sex != null">
  330. sex = #{record.sex,jdbcType=INTEGER},
  331. </if>
  332. <if test="record.mobile != null">
  333. mobile = #{record.mobile,jdbcType=VARCHAR},
  334. </if>
  335. <if test="record.companyRemark != null">
  336. company_remark = #{record.companyRemark,jdbcType=VARCHAR},
  337. </if>
  338. <if test="record.acctid != null">
  339. acctid = #{record.acctid,jdbcType=VARCHAR},
  340. </if>
  341. <if test="record.avatar != null">
  342. avatar = #{record.avatar,jdbcType=VARCHAR},
  343. </if>
  344. <if test="record.source != null">
  345. `source` = #{record.source,jdbcType=INTEGER},
  346. </if>
  347. <if test="record.englishName != null">
  348. english_name = #{record.englishName,jdbcType=VARCHAR},
  349. </if>
  350. <if test="record.remarkPhone != null">
  351. remark_phone = #{record.remarkPhone,jdbcType=VARCHAR},
  352. </if>
  353. <if test="record.realname != null">
  354. realname = #{record.realname,jdbcType=VARCHAR},
  355. </if>
  356. <if test="record.realRemarks != null">
  357. real_remarks = #{record.realRemarks,jdbcType=VARCHAR},
  358. </if>
  359. <if test="record.labelid != null">
  360. labelid = #{record.labelid,jdbcType=VARCHAR},
  361. </if>
  362. <if test="record.userId != null">
  363. user_id = #{record.userId,jdbcType=BIGINT},
  364. </if>
  365. <if test="record.nickname != null">
  366. nickname = #{record.nickname,jdbcType=VARCHAR},
  367. </if>
  368. <if test="record.position != null">
  369. `position` = #{record.position,jdbcType=VARCHAR},
  370. </if>
  371. <if test="record.corpId != null">
  372. corp_id = #{record.corpId,jdbcType=BIGINT},
  373. </if>
  374. <if test="record.remarks != null">
  375. remarks = #{record.remarks,jdbcType=VARCHAR},
  376. </if>
  377. <if test="record.seq != null">
  378. seq = #{record.seq,jdbcType=INTEGER},
  379. </if>
  380. <if test="record.status != null">
  381. `status` = #{record.status,jdbcType=INTEGER},
  382. </if>
  383. <if test="record.createTime != null">
  384. create_time = #{record.createTime,jdbcType=TIMESTAMP},
  385. </if>
  386. <if test="record.updateTime != null">
  387. update_time = #{record.updateTime,jdbcType=TIMESTAMP},
  388. </if>
  389. </set>
  390. <if test="_parameter != null">
  391. <include refid="Update_By_Example_Where_Clause" />
  392. </if>
  393. </update>
  394. <update id="updateByExample" parameterType="map">
  395. update third_part_we_com_staff_user
  396. set id = #{record.id,jdbcType=BIGINT},
  397. third_staff_id = #{record.thirdStaffId,jdbcType=BIGINT},
  398. add_customer_time = #{record.addCustomerTime,jdbcType=BIGINT},
  399. remove_custiomer_time = #{record.removeCustiomerTime,jdbcType=BIGINT},
  400. unionid = #{record.unionid,jdbcType=VARCHAR},
  401. sex = #{record.sex,jdbcType=INTEGER},
  402. mobile = #{record.mobile,jdbcType=VARCHAR},
  403. company_remark = #{record.companyRemark,jdbcType=VARCHAR},
  404. acctid = #{record.acctid,jdbcType=VARCHAR},
  405. avatar = #{record.avatar,jdbcType=VARCHAR},
  406. `source` = #{record.source,jdbcType=INTEGER},
  407. english_name = #{record.englishName,jdbcType=VARCHAR},
  408. remark_phone = #{record.remarkPhone,jdbcType=VARCHAR},
  409. realname = #{record.realname,jdbcType=VARCHAR},
  410. real_remarks = #{record.realRemarks,jdbcType=VARCHAR},
  411. labelid = #{record.labelid,jdbcType=VARCHAR},
  412. user_id = #{record.userId,jdbcType=BIGINT},
  413. nickname = #{record.nickname,jdbcType=VARCHAR},
  414. `position` = #{record.position,jdbcType=VARCHAR},
  415. corp_id = #{record.corpId,jdbcType=BIGINT},
  416. remarks = #{record.remarks,jdbcType=VARCHAR},
  417. seq = #{record.seq,jdbcType=INTEGER},
  418. `status` = #{record.status,jdbcType=INTEGER},
  419. create_time = #{record.createTime,jdbcType=TIMESTAMP},
  420. update_time = #{record.updateTime,jdbcType=TIMESTAMP}
  421. <if test="_parameter != null">
  422. <include refid="Update_By_Example_Where_Clause" />
  423. </if>
  424. </update>
  425. <update id="updateByPrimaryKeySelective" parameterType="com.tzld.piaoquan.api.model.po.wecom.thirdpart.ThirdPartWeComStaffUser">
  426. update third_part_we_com_staff_user
  427. <set>
  428. <if test="thirdStaffId != null">
  429. third_staff_id = #{thirdStaffId,jdbcType=BIGINT},
  430. </if>
  431. <if test="addCustomerTime != null">
  432. add_customer_time = #{addCustomerTime,jdbcType=BIGINT},
  433. </if>
  434. <if test="removeCustiomerTime != null">
  435. remove_custiomer_time = #{removeCustiomerTime,jdbcType=BIGINT},
  436. </if>
  437. <if test="unionid != null">
  438. unionid = #{unionid,jdbcType=VARCHAR},
  439. </if>
  440. <if test="sex != null">
  441. sex = #{sex,jdbcType=INTEGER},
  442. </if>
  443. <if test="mobile != null">
  444. mobile = #{mobile,jdbcType=VARCHAR},
  445. </if>
  446. <if test="companyRemark != null">
  447. company_remark = #{companyRemark,jdbcType=VARCHAR},
  448. </if>
  449. <if test="acctid != null">
  450. acctid = #{acctid,jdbcType=VARCHAR},
  451. </if>
  452. <if test="avatar != null">
  453. avatar = #{avatar,jdbcType=VARCHAR},
  454. </if>
  455. <if test="source != null">
  456. `source` = #{source,jdbcType=INTEGER},
  457. </if>
  458. <if test="englishName != null">
  459. english_name = #{englishName,jdbcType=VARCHAR},
  460. </if>
  461. <if test="remarkPhone != null">
  462. remark_phone = #{remarkPhone,jdbcType=VARCHAR},
  463. </if>
  464. <if test="realname != null">
  465. realname = #{realname,jdbcType=VARCHAR},
  466. </if>
  467. <if test="realRemarks != null">
  468. real_remarks = #{realRemarks,jdbcType=VARCHAR},
  469. </if>
  470. <if test="labelid != null">
  471. labelid = #{labelid,jdbcType=VARCHAR},
  472. </if>
  473. <if test="userId != null">
  474. user_id = #{userId,jdbcType=BIGINT},
  475. </if>
  476. <if test="nickname != null">
  477. nickname = #{nickname,jdbcType=VARCHAR},
  478. </if>
  479. <if test="position != null">
  480. `position` = #{position,jdbcType=VARCHAR},
  481. </if>
  482. <if test="corpId != null">
  483. corp_id = #{corpId,jdbcType=BIGINT},
  484. </if>
  485. <if test="remarks != null">
  486. remarks = #{remarks,jdbcType=VARCHAR},
  487. </if>
  488. <if test="seq != null">
  489. seq = #{seq,jdbcType=INTEGER},
  490. </if>
  491. <if test="status != null">
  492. `status` = #{status,jdbcType=INTEGER},
  493. </if>
  494. <if test="createTime != null">
  495. create_time = #{createTime,jdbcType=TIMESTAMP},
  496. </if>
  497. <if test="updateTime != null">
  498. update_time = #{updateTime,jdbcType=TIMESTAMP},
  499. </if>
  500. </set>
  501. where id = #{id,jdbcType=BIGINT}
  502. </update>
  503. <update id="updateByPrimaryKey" parameterType="com.tzld.piaoquan.api.model.po.wecom.thirdpart.ThirdPartWeComStaffUser">
  504. update third_part_we_com_staff_user
  505. set third_staff_id = #{thirdStaffId,jdbcType=BIGINT},
  506. add_customer_time = #{addCustomerTime,jdbcType=BIGINT},
  507. remove_custiomer_time = #{removeCustiomerTime,jdbcType=BIGINT},
  508. unionid = #{unionid,jdbcType=VARCHAR},
  509. sex = #{sex,jdbcType=INTEGER},
  510. mobile = #{mobile,jdbcType=VARCHAR},
  511. company_remark = #{companyRemark,jdbcType=VARCHAR},
  512. acctid = #{acctid,jdbcType=VARCHAR},
  513. avatar = #{avatar,jdbcType=VARCHAR},
  514. `source` = #{source,jdbcType=INTEGER},
  515. english_name = #{englishName,jdbcType=VARCHAR},
  516. remark_phone = #{remarkPhone,jdbcType=VARCHAR},
  517. realname = #{realname,jdbcType=VARCHAR},
  518. real_remarks = #{realRemarks,jdbcType=VARCHAR},
  519. labelid = #{labelid,jdbcType=VARCHAR},
  520. user_id = #{userId,jdbcType=BIGINT},
  521. nickname = #{nickname,jdbcType=VARCHAR},
  522. `position` = #{position,jdbcType=VARCHAR},
  523. corp_id = #{corpId,jdbcType=BIGINT},
  524. remarks = #{remarks,jdbcType=VARCHAR},
  525. seq = #{seq,jdbcType=INTEGER},
  526. `status` = #{status,jdbcType=INTEGER},
  527. create_time = #{createTime,jdbcType=TIMESTAMP},
  528. update_time = #{updateTime,jdbcType=TIMESTAMP}
  529. where id = #{id,jdbcType=BIGINT}
  530. </update>
  531. </mapper>