VmDeliveryInfMapper.xml 19 KB

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