TCcdataMapper.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  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.chinaitop.depot.storage.mapper.TCcdataMapper" >
  4. <resultMap id="BaseResultMap" type="com.chinaitop.depot.storage.model.TCcdata" >
  5. <result column="id" property="id" jdbcType="VARCHAR" />
  6. <result column="org_id" property="orgId" jdbcType="VARCHAR" />
  7. <result column="v_cc_code" property="vCcCode" jdbcType="VARCHAR" />
  8. <result column="v_hw_code" property="vHwCode" jdbcType="VARCHAR" />
  9. <result column="stand_or" property="standOr" jdbcType="VARCHAR" />
  10. <result column="stand_time" property="standTime" jdbcType="TIMESTAMP" />
  11. <result column="i_tdh" property="iTdh" jdbcType="INTEGER" />
  12. <result column="i_value" property="iValue" jdbcType="INTEGER" />
  13. <result column="v_update_time" property="vUpdateTime" jdbcType="TIMESTAMP" />
  14. <result column="v_update_people" property="vUpdatePeople" jdbcType="VARCHAR" />
  15. <result column="data_source" property="dataSource" jdbcType="VARCHAR" />
  16. <result column="v_remark" property="vRemark" jdbcType="VARCHAR" />
  17. <result column="updatetime" property="updatetime" jdbcType="TIMESTAMP" />
  18. <result column="jchcff" property="jchcff" jdbcType="VARCHAR" />
  19. <result column="hczl" property="hczl" jdbcType="VARCHAR" />
  20. <result column="cldjpd" property="cldjpd" jdbcType="VARCHAR" />
  21. <result column="hckyxfx" property="hckyxfx" jdbcType="VARCHAR" />
  22. <result column="fsbw" property="fsbw" jdbcType="VARCHAR" />
  23. <result column="hcjcdh" property="hcjcdh" jdbcType="VARCHAR" />
  24. </resultMap>
  25. <resultMap id="ResultMapWithBLOBs" type="com.chinaitop.depot.storage.model.TCcdata" extends="BaseResultMap" >
  26. <result column="c_image" property="cImage" jdbcType="LONGVARBINARY" />
  27. <result column="ckmdzjh" property="ckmdzjh" jdbcType="LONGVARBINARY" />
  28. </resultMap>
  29. <sql id="Example_Where_Clause" >
  30. <where >
  31. <foreach collection="oredCriteria" item="criteria" separator="or" >
  32. <if test="criteria.valid" >
  33. <trim prefix="(" suffix=")" prefixOverrides="and" >
  34. <foreach collection="criteria.criteria" item="criterion" >
  35. <choose >
  36. <when test="criterion.noValue" >
  37. and ${criterion.condition}
  38. </when>
  39. <when test="criterion.singleValue" >
  40. and ${criterion.condition} #{criterion.value}
  41. </when>
  42. <when test="criterion.betweenValue" >
  43. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  44. </when>
  45. <when test="criterion.listValue" >
  46. and ${criterion.condition}
  47. <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
  48. #{listItem}
  49. </foreach>
  50. </when>
  51. </choose>
  52. </foreach>
  53. </trim>
  54. </if>
  55. </foreach>
  56. </where>
  57. </sql>
  58. <sql id="Update_By_Example_Where_Clause" >
  59. <where >
  60. <foreach collection="example.oredCriteria" item="criteria" separator="or" >
  61. <if test="criteria.valid" >
  62. <trim prefix="(" suffix=")" prefixOverrides="and" >
  63. <foreach collection="criteria.criteria" item="criterion" >
  64. <choose >
  65. <when test="criterion.noValue" >
  66. and ${criterion.condition}
  67. </when>
  68. <when test="criterion.singleValue" >
  69. and ${criterion.condition} #{criterion.value}
  70. </when>
  71. <when test="criterion.betweenValue" >
  72. and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
  73. </when>
  74. <when test="criterion.listValue" >
  75. and ${criterion.condition}
  76. <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
  77. #{listItem}
  78. </foreach>
  79. </when>
  80. </choose>
  81. </foreach>
  82. </trim>
  83. </if>
  84. </foreach>
  85. </where>
  86. </sql>
  87. <sql id="Base_Column_List" >
  88. id, org_id, v_cc_code, v_hw_code, stand_or, stand_time, i_tdh, i_value, v_update_time,
  89. v_update_people, data_source, v_remark, updatetime, jchcff, hczl, cldjpd, hckyxfx, fsbw, hcjcdh
  90. </sql>
  91. <sql id="Blob_Column_List" >
  92. c_image, ckmdzjh
  93. </sql>
  94. <select id="selectByExampleWithBLOBs" resultMap="ResultMapWithBLOBs" parameterType="com.chinaitop.depot.storage.model.TCcdataExample" >
  95. select
  96. <if test="distinct" >
  97. distinct
  98. </if>
  99. <include refid="Base_Column_List" />
  100. ,
  101. <include refid="Blob_Column_List" />
  102. from t_ccdata
  103. <if test="_parameter != null" >
  104. <include refid="Example_Where_Clause" />
  105. </if>
  106. <if test="orderByClause != null" >
  107. order by ${orderByClause}
  108. </if>
  109. </select>
  110. <select id="selectByExample" resultMap="BaseResultMap" parameterType="com.chinaitop.depot.storage.model.TCcdataExample" >
  111. select
  112. <if test="distinct" >
  113. distinct
  114. </if>
  115. <include refid="Base_Column_List" />
  116. ,
  117. <include refid="Blob_Column_List" />
  118. from t_ccdata
  119. <if test="_parameter != null" >
  120. <include refid="Example_Where_Clause" />
  121. </if>
  122. <if test="orderByClause != null" >
  123. order by ${orderByClause}
  124. </if>
  125. </select>
  126. <delete id="deleteByExample" parameterType="com.chinaitop.depot.storage.model.TCcdataExample" >
  127. delete from t_ccdata
  128. <if test="_parameter != null" >
  129. <include refid="Example_Where_Clause" />
  130. </if>
  131. </delete>
  132. <insert id="insert" parameterType="com.chinaitop.depot.storage.model.TCcdata" >
  133. insert into t_ccdata (id, org_id, v_cc_code,
  134. v_hw_code, stand_or, stand_time,
  135. i_tdh, i_value, v_update_time,
  136. v_update_people, data_source, v_remark,
  137. updatetime, jchcff, hczl,
  138. cldjpd, hckyxfx, c_image, ckmdzjh,fsbw, hcjcdh
  139. )
  140. values (#{id,jdbcType=VARCHAR}, #{orgId,jdbcType=VARCHAR}, #{vCcCode,jdbcType=VARCHAR},
  141. #{vHwCode,jdbcType=VARCHAR}, #{standOr,jdbcType=VARCHAR}, #{standTime,jdbcType=TIMESTAMP},
  142. #{iTdh,jdbcType=INTEGER}, #{iValue,jdbcType=INTEGER}, #{vUpdateTime,jdbcType=TIMESTAMP},
  143. #{vUpdatePeople,jdbcType=VARCHAR}, #{dataSource,jdbcType=VARCHAR}, #{vRemark,jdbcType=VARCHAR},
  144. #{updatetime,jdbcType=TIMESTAMP}, #{jchcff,jdbcType=VARCHAR}, #{hczl,jdbcType=VARCHAR},
  145. #{cldjpd,jdbcType=VARCHAR}, #{hckyxfx,jdbcType=VARCHAR}, #{cImage,jdbcType=LONGVARBINARY},
  146. #{ckmdzjh,jdbcType=LONGVARBINARY},#{fsbw,jdbcType=VARCHAR},#{hcjcdh,jdbcType=VARCHAR}
  147. )
  148. </insert>
  149. <insert id="insertSelective" parameterType="com.chinaitop.depot.storage.model.TCcdata" >
  150. insert into t_ccdata
  151. <trim prefix="(" suffix=")" suffixOverrides="," >
  152. <if test="id != null" >
  153. id,
  154. </if>
  155. <if test="orgId != null" >
  156. org_id,
  157. </if>
  158. <if test="vCcCode != null" >
  159. v_cc_code,
  160. </if>
  161. <if test="vHwCode != null" >
  162. v_hw_code,
  163. </if>
  164. <if test="standOr != null" >
  165. stand_or,
  166. </if>
  167. <if test="standTime != null" >
  168. stand_time,
  169. </if>
  170. <if test="iTdh != null" >
  171. i_tdh,
  172. </if>
  173. <if test="iValue != null" >
  174. i_value,
  175. </if>
  176. <if test="vUpdateTime != null" >
  177. v_update_time,
  178. </if>
  179. <if test="vUpdatePeople != null" >
  180. v_update_people,
  181. </if>
  182. <if test="dataSource != null" >
  183. data_source,
  184. </if>
  185. <if test="vRemark != null" >
  186. v_remark,
  187. </if>
  188. <if test="updatetime != null" >
  189. updatetime,
  190. </if>
  191. <if test="jchcff != null" >
  192. jchcff,
  193. </if>
  194. <if test="hczl != null" >
  195. hczl,
  196. </if>
  197. <if test="cldjpd != null" >
  198. cldjpd,
  199. </if>
  200. <if test="hckyxfx != null" >
  201. hckyxfx,
  202. </if>
  203. <if test="cImage != null" >
  204. c_image,
  205. </if>
  206. <if test="ckmdzjh != null" >
  207. ckmdzjh,
  208. </if>
  209. <if test="fsbw != null">
  210. fsbw,
  211. </if>
  212. <if test="hcjcdh != null">
  213. hcjcdh,
  214. </if>
  215. </trim>
  216. <trim prefix="values (" suffix=")" suffixOverrides="," >
  217. <if test="id != null" >
  218. #{id,jdbcType=VARCHAR},
  219. </if>
  220. <if test="orgId != null" >
  221. #{orgId,jdbcType=VARCHAR},
  222. </if>
  223. <if test="vCcCode != null" >
  224. #{vCcCode,jdbcType=VARCHAR},
  225. </if>
  226. <if test="vHwCode != null" >
  227. #{vHwCode,jdbcType=VARCHAR},
  228. </if>
  229. <if test="standOr != null" >
  230. #{standOr,jdbcType=VARCHAR},
  231. </if>
  232. <if test="standTime != null" >
  233. #{standTime,jdbcType=TIMESTAMP},
  234. </if>
  235. <if test="iTdh != null" >
  236. #{iTdh,jdbcType=INTEGER},
  237. </if>
  238. <if test="iValue != null" >
  239. #{iValue,jdbcType=INTEGER},
  240. </if>
  241. <if test="vUpdateTime != null" >
  242. #{vUpdateTime,jdbcType=TIMESTAMP},
  243. </if>
  244. <if test="vUpdatePeople != null" >
  245. #{vUpdatePeople,jdbcType=VARCHAR},
  246. </if>
  247. <if test="dataSource != null" >
  248. #{dataSource,jdbcType=VARCHAR},
  249. </if>
  250. <if test="vRemark != null" >
  251. #{vRemark,jdbcType=VARCHAR},
  252. </if>
  253. <if test="updatetime != null" >
  254. #{updatetime,jdbcType=TIMESTAMP},
  255. </if>
  256. <if test="jchcff != null" >
  257. #{jchcff,jdbcType=VARCHAR},
  258. </if>
  259. <if test="hczl != null" >
  260. #{hczl,jdbcType=VARCHAR},
  261. </if>
  262. <if test="cldjpd != null" >
  263. #{cldjpd,jdbcType=VARCHAR},
  264. </if>
  265. <if test="hckyxfx != null" >
  266. #{hckyxfx,jdbcType=VARCHAR},
  267. </if>
  268. <if test="cImage != null" >
  269. #{cImage,jdbcType=LONGVARBINARY},
  270. </if>
  271. <if test="ckmdzjh != null" >
  272. #{ckmdzjh,jdbcType=LONGVARBINARY},
  273. </if>
  274. <if test="fsbw != null">
  275. #{fsbw,jdbcType=VARCHAR},
  276. </if>
  277. <if test="hcjcdh != null">
  278. #{hcjcdh,jdbcType=VARCHAR},
  279. </if>
  280. </trim>
  281. </insert>
  282. <select id="countByExample" parameterType="com.chinaitop.depot.storage.model.TCcdataExample" resultType="java.lang.Integer" >
  283. select count(*) from t_ccdata
  284. <if test="_parameter != null" >
  285. <include refid="Example_Where_Clause" />
  286. </if>
  287. </select>
  288. <update id="updateByExampleSelective" parameterType="map" >
  289. update t_ccdata
  290. <set >
  291. <if test="record.id != null" >
  292. id = #{record.id,jdbcType=VARCHAR},
  293. </if>
  294. <if test="record.orgId != null" >
  295. org_id = #{record.orgId,jdbcType=VARCHAR},
  296. </if>
  297. <if test="record.vCcCode != null" >
  298. v_cc_code = #{record.vCcCode,jdbcType=VARCHAR},
  299. </if>
  300. <if test="record.vHwCode != null" >
  301. v_hw_code = #{record.vHwCode,jdbcType=VARCHAR},
  302. </if>
  303. <if test="record.standOr != null" >
  304. stand_or = #{record.standOr,jdbcType=VARCHAR},
  305. </if>
  306. <if test="record.standTime != null" >
  307. stand_time = #{record.standTime,jdbcType=TIMESTAMP},
  308. </if>
  309. <if test="record.iTdh != null" >
  310. i_tdh = #{record.iTdh,jdbcType=INTEGER},
  311. </if>
  312. <if test="record.iValue != null" >
  313. i_value = #{record.iValue,jdbcType=INTEGER},
  314. </if>
  315. <if test="record.vUpdateTime != null" >
  316. v_update_time = #{record.vUpdateTime,jdbcType=TIMESTAMP},
  317. </if>
  318. <if test="record.vUpdatePeople != null" >
  319. v_update_people = #{record.vUpdatePeople,jdbcType=VARCHAR},
  320. </if>
  321. <if test="record.dataSource != null" >
  322. data_source = #{record.dataSource,jdbcType=VARCHAR},
  323. </if>
  324. <if test="record.vRemark != null" >
  325. v_remark = #{record.vRemark,jdbcType=VARCHAR},
  326. </if>
  327. <if test="record.updatetime != null" >
  328. updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
  329. </if>
  330. <if test="record.jchcff != null" >
  331. jchcff = #{record.jchcff,jdbcType=VARCHAR},
  332. </if>
  333. <if test="record.hczl != null" >
  334. hczl = #{record.hczl,jdbcType=VARCHAR},
  335. </if>
  336. <if test="record.cldjpd != null" >
  337. cldjpd = #{record.cldjpd,jdbcType=VARCHAR},
  338. </if>
  339. <if test="record.hckyxfx != null" >
  340. hckyxfx = #{record.hckyxfx,jdbcType=VARCHAR},
  341. </if>
  342. <if test="record.cImage != null" >
  343. c_image = #{record.cImage,jdbcType=LONGVARBINARY},
  344. </if>
  345. <if test="record.ckmdzjh != null" >
  346. ckmdzjh = #{record.ckmdzjh,jdbcType=LONGVARBINARY},
  347. </if>
  348. <if test="record.fsbw != null">
  349. fsbw = #{record.fsbw,jdbcType=VARCHAR},
  350. </if>
  351. <if test="record.hcjcdh != null">
  352. hcjcdh = #{record.hcjcdh,jdbcType=VARCHAR},
  353. </if>
  354. </set>
  355. <if test="_parameter != null" >
  356. <include refid="Update_By_Example_Where_Clause" />
  357. </if>
  358. </update>
  359. <update id="updateByExampleWithBLOBs" parameterType="map" >
  360. update t_ccdata
  361. set org_id = #{record.orgId,jdbcType=VARCHAR},
  362. v_cc_code = #{record.vCcCode,jdbcType=VARCHAR},
  363. v_hw_code = #{record.vHwCode,jdbcType=VARCHAR},
  364. stand_or = #{record.standOr,jdbcType=VARCHAR},
  365. stand_time = #{record.standTime,jdbcType=TIMESTAMP},
  366. i_tdh = #{record.iTdh,jdbcType=INTEGER},
  367. i_value = #{record.iValue,jdbcType=INTEGER},
  368. v_update_time = #{record.vUpdateTime,jdbcType=TIMESTAMP},
  369. v_update_people = #{record.vUpdatePeople,jdbcType=VARCHAR},
  370. data_source = #{record.dataSource,jdbcType=VARCHAR},
  371. v_remark = #{record.vRemark,jdbcType=VARCHAR},
  372. updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
  373. jchcff = #{record.jchcff,jdbcType=VARCHAR},
  374. hczl = #{record.hczl,jdbcType=VARCHAR},
  375. cldjpd = #{record.cldjpd,jdbcType=VARCHAR},
  376. hckyxfx = #{record.hckyxfx,jdbcType=VARCHAR},
  377. c_image = #{record.cImage,jdbcType=LONGVARBINARY},
  378. ckmdzjh = #{record.ckmdzjh,jdbcType=LONGVARBINARY},
  379. fsbw = #{record.fsbw,jdbcType=VARCHAR},
  380. hcjcdh = #{record.hcjcdh,jdbcType=VARCHAR}
  381. <if test="_parameter != null" >
  382. <include refid="Update_By_Example_Where_Clause" />
  383. </if>
  384. </update>
  385. <update id="updateByPrimaryKeyWithBLOBs" parameterType="map" >
  386. update t_ccdata
  387. set org_id = #{orgId,jdbcType=VARCHAR},
  388. v_cc_code = #{vCcCode,jdbcType=VARCHAR},
  389. v_hw_code = #{vHwCode,jdbcType=VARCHAR},
  390. stand_or = #{standOr,jdbcType=VARCHAR},
  391. stand_time = #{standTime,jdbcType=TIMESTAMP},
  392. i_tdh = #{iTdh,jdbcType=INTEGER},
  393. i_value = #{iValue,jdbcType=INTEGER},
  394. v_update_time = #{vUpdateTime,jdbcType=TIMESTAMP},
  395. v_update_people = #{vUpdatePeople,jdbcType=VARCHAR},
  396. data_source = #{dataSource,jdbcType=VARCHAR},
  397. v_remark = #{vRemark,jdbcType=VARCHAR},
  398. updatetime = #{updatetime,jdbcType=TIMESTAMP},
  399. jchcff = #{jchcff,jdbcType=VARCHAR},
  400. hczl = #{hczl,jdbcType=VARCHAR},
  401. cldjpd = #{cldjpd,jdbcType=VARCHAR},
  402. hckyxfx = #{hckyxfx,jdbcType=VARCHAR},
  403. c_image = #{cImage,jdbcType=LONGVARBINARY},
  404. ckmdzjh = #{ckmdzjh,jdbcType=LONGVARBINARY},
  405. fsbw = #{fsbw,jdbcType=VARCHAR},
  406. hcjcdh = #{hcjcdh,jdbcType=VARCHAR}
  407. where id = #{id,jdbcType=VARCHAR}
  408. </update>
  409. <update id="updateByExample" parameterType="map" >
  410. update t_ccdata
  411. set id = #{record.id,jdbcType=VARCHAR},
  412. org_id = #{record.orgId,jdbcType=VARCHAR},
  413. v_cc_code = #{record.vCcCode,jdbcType=VARCHAR},
  414. v_hw_code = #{record.vHwCode,jdbcType=VARCHAR},
  415. stand_or = #{record.standOr,jdbcType=VARCHAR},
  416. stand_time = #{record.standTime,jdbcType=TIMESTAMP},
  417. i_tdh = #{record.iTdh,jdbcType=INTEGER},
  418. i_value = #{record.iValue,jdbcType=INTEGER},
  419. v_update_time = #{record.vUpdateTime,jdbcType=TIMESTAMP},
  420. v_update_people = #{record.vUpdatePeople,jdbcType=VARCHAR},
  421. data_source = #{record.dataSource,jdbcType=VARCHAR},
  422. v_remark = #{record.vRemark,jdbcType=VARCHAR},
  423. updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
  424. jchcff = #{record.jchcff,jdbcType=VARCHAR},
  425. hczl = #{record.hczl,jdbcType=VARCHAR},
  426. cldjpd = #{record.cldjpd,jdbcType=VARCHAR},
  427. hckyxfx = #{record.hckyxfx,jdbcType=VARCHAR},
  428. fsbw = #{record.fsbw,jdbcType=VARCHAR},
  429. hcjcdh = #{record.hcjcdh,jdbcType=VARCHAR}
  430. <if test="_parameter != null" >
  431. <include refid="Update_By_Example_Where_Clause" />
  432. </if>
  433. </update>
  434. <insert id="insertBatch" parameterType="java.util.List">
  435. insert into t_ccdata (id, org_id, v_cc_code,
  436. i_tdh, i_value, v_update_time,
  437. data_source, v_remark, c_image,hcjcdh
  438. )
  439. values
  440. <foreach collection="list" item="cc" index="index" separator=",">
  441. (#{cc.id,jdbcType=VARCHAR}, #{cc.orgId,jdbcType=VARCHAR}, #{cc.vCcCode,jdbcType=VARCHAR},
  442. #{cc.iTdh,jdbcType=INTEGER}, #{cc.iValue,jdbcType=INTEGER}, #{cc.vUpdateTime,jdbcType=TIMESTAMP},
  443. #{cc.dataSource,jdbcType=VARCHAR}, #{cc.vRemark,jdbcType=VARCHAR}, #{cc.cImage,jdbcType=LONGVARBINARY},
  444. #{cc.hcjcdh,jdbcType=VARCHAR},
  445. )
  446. </foreach>
  447. </insert>
  448. <select id="getList" resultType="java.util.Map" parameterType="java.util.Map">
  449. SELECT
  450. td.id AS id,
  451. td.v_cc_code AS vcfcode,
  452. td.v_hw_code AS vhwid,
  453. td.stand_or AS standor,
  454. td.stand_time AS standtime,
  455. td.i_tdh AS itdh,
  456. td.hczl AS hczl,
  457. td.i_value AS ivalue,
  458. td.v_update_people AS vupdatepeople,
  459. td.v_update_time AS vupdatetime,
  460. td.hcjcdh AS hcjcdh,
  461. td.ckmdzjh as ckmdzjh,
  462. td.fsbw as fsbw
  463. FROM t_ccdata td
  464. WHERE td.org_id = #{orgId}
  465. <if test="iBeginTdh != null and test=iEndTdh != null">
  466. and td.i_tdh BETWEEN #{iBeginTdh, jdbcType=INTEGER} AND #{iEndTdh, jdbcType=INTEGER}
  467. </if>
  468. <if test="vCfCode != null">
  469. and td.v_cc_code = #{vCfCode}
  470. </if>
  471. <if test="createTime != null">
  472. AND td.v_update_time &lt; #{createTime}
  473. </if>
  474. ORDER BY td.v_update_time DESC
  475. </select>
  476. <!-- 获得货位代码 -->
  477. <select id="getJcd" parameterType="java.util.Map" resultType="java.util.Map">
  478. select hwdm jcd from basic_warehouse
  479. <where>
  480. <if test="warehouseId != null">
  481. warehouse_id = #{warehouseId}
  482. </if>
  483. </where>
  484. </select>
  485. </mapper>