cfddfb9e8d74b1cb87497340a9e4f881f6fa852d.svn-base 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper
  3. PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  4. "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  5. <!-- mapper标签要指定namespace属性,不然会报错,可看做包名-->
  6. <mapper namespace="QCM.COMMUNAL.JhySqlMapper">
  7. <insert id="insertSampleM" parameterType = "QCM.JHY01.VO.JhySampleMMdoel">
  8. insert into QCM_ORD_DESIGN_SAMPLE_M
  9. <trim prefix="(" prefixOverrides="," suffix=")" suffixOverrides=",">
  10. <if test = " q.smp_no!= null " >smp_no,</if>
  11. <if test = " q.heat_no!= null " >heat_no,</if>
  12. <if test = " q.batch_no!= null " >batch_no,</if>
  13. <if test = " q.inspection_lot!= null " >inspection_lot,</if>
  14. <if test = " q.board_no!= null " >board_no,</if>
  15. <if test = " q.material_no!= null " >material_no,</if>
  16. <if test = " q.psc!= null " >psc,</if>
  17. <if test = " q.psc_desc!= null " >psc_desc,</if>
  18. <if test = " q.cert_inst_code!= null " >cert_inst_code,</if>
  19. <if test = " q.cert_inst_name!= null " >cert_inst_name,</if>
  20. <if test = " q.smp_type_code!= null " >smp_type_code,</if>
  21. <if test = " q.smp_type_name!= null " >smp_type_name,</if>
  22. <if test = " q.grade_code!= null " >grade_code,</if>
  23. <if test = " q.grade_name!= null " >grade_name,</if>
  24. <if test = " q.pline_code!= null " >pline_code,</if>
  25. <if test = " q.pline_name!= null " >pline_name,</if>
  26. <if test = " q.validflag!= null " >validflag,</if>
  27. <if test = " q.memo!= null " >memo,</if>
  28. <if test = " q.create_id!= null " >create_id,</if>
  29. <if test = " q.create_name!= null " >create_name,</if>
  30. <if test = " q.create_time!= null " >create_time,</if>
  31. </trim>
  32. values
  33. <trim prefix="(" prefixOverrides="," suffix=")" suffixOverrides=",">
  34. <if test = " q.smp_no!= null " >#{q.smp_no,jdbcType =VARCHAR},</if>
  35. <if test = " q.heat_no!= null " >#{q.heat_no,jdbcType =VARCHAR},</if>
  36. <if test = " q.batch_no!= null " >#{q.batch_no,jdbcType =VARCHAR},</if>
  37. <if test = " q.inspection_lot!= null " >#{q.inspection_lot,jdbcType =VARCHAR},</if>
  38. <if test = " q.board_no!= null " >#{q.board_no,jdbcType =VARCHAR},</if>
  39. <if test = " q.material_no!= null " >#{q.material_no,jdbcType =VARCHAR},</if>
  40. <if test = " q.psc!= null " >#{q.psc,jdbcType =VARCHAR},</if>
  41. <if test = " q.psc_desc!= null " >#{q.psc_desc,jdbcType =VARCHAR},</if>
  42. <if test = " q.cert_inst_code!= null " >#{q.cert_inst_code,jdbcType =VARCHAR},</if>
  43. <if test = " q.cert_inst_name!= null " >#{q.cert_inst_name,jdbcType =VARCHAR},</if>
  44. <if test = " q.smp_type_code!= null " >#{q.smp_type_code,jdbcType =VARCHAR},</if>
  45. <if test = " q.smp_type_name!= null " >#{q.smp_type_name,jdbcType =VARCHAR},</if>
  46. <if test = " q.grade_code!= null " >#{q.grade_code,jdbcType =VARCHAR},</if>
  47. <if test = " q.grade_name!= null " >#{q.grade_name,jdbcType =VARCHAR},</if>
  48. <if test = " q.pline_code!= null " >#{q.pline_code,jdbcType =VARCHAR},</if>
  49. <if test = " q.pline_name!= null " >#{q.pline_name,jdbcType =VARCHAR},</if>
  50. <if test = " q.validflag!= null " >#{q.validflag,jdbcType =VARCHAR},</if>
  51. <if test = " q.memo!= null " >#{q.memo,jdbcType =VARCHAR},</if>
  52. <if test = " q.create_id!= null " >#{q.create_id,jdbcType =VARCHAR},</if>
  53. <if test = " q.create_name!= null " >#{q.create_name,jdbcType =VARCHAR},</if>
  54. sysdate
  55. </trim>
  56. </insert>
  57. <insert id="insertSampleD" parameterType = "QCM.JHY01.VO.JhySampleDModel">
  58. insert into QCM_JHY_SAMPLE_CONSIGN_D
  59. <trim prefix="(" prefixOverrides="," suffix=")" suffixOverrides=",">
  60. <if test = " q.smp_no!= null " >smp_no,</if>
  61. <if test = " q.specimen_no!= null " >specimen_no,</if>
  62. <if test = " q.heat_no!= null " >heat_no,</if>
  63. <if test = " q.batch_no!= null " >batch_no,</if>
  64. <if test = " q.inspection_lot!= null " >inspection_lot,</if>
  65. <if test = " q.board_no!= null " >board_no,</if>
  66. <if test = " q.material_no!= null " >material_no,</if>
  67. <if test = " q.freq_code!= null " >freq_code,</if>
  68. <if test = " q.freq_name!= null " >freq_name,</if>
  69. <if test = " q.smp_type_code!= null " >smp_type_code,</if>
  70. <if test = " q.smp_type_name!= null " >smp_type_name,</if>
  71. <if test = " q.consign_no!= null " >consign_no,</if>
  72. <if test = " q.consign_no_seq!= null " >consign_no_seq,</if>
  73. <if test = " q.test_qty!= null " >test_qty,</if>
  74. <if test = " q.smp_qty!= null " >smp_qty,</if>
  75. <if test = " q.smp_location!= null " >smp_location,</if>
  76. <if test = " q.quote_consign_no!= null " >quote_consign_no,</if>
  77. <if test = " q.old_consign_no!= null " >old_consign_no,</if>
  78. <if test = " q.pline_code!= null " >pline_code,</if>
  79. <if test = " q.pline_name!= null " >pline_name,</if>
  80. <if test = " q.status!= null " >status,</if>
  81. <if test = " q.validflag!= null " >validflag,</if>
  82. <if test = " q.source!= null " >source,</if>
  83. <if test = " q.guid!= null " >guid,</if>
  84. <if test = " q.send_id!= null " >send_id,</if>
  85. <if test = " q.send_name!= null " >send_name,</if>
  86. <if test = " q.send_time!= null " >send_time,</if>
  87. <if test = " q.chem_item!= null " >chem_item,</if>
  88. <if test = " q.product_cnt!= null " >product_cnt,</if>
  89. <if test = " q.create_time!= null " >create_time,</if>
  90. </trim>
  91. values
  92. <trim prefix="(" prefixOverrides="," suffix=")" suffixOverrides=",">
  93. <if test = " q.smp_no!= null " >#{q.smp_no,jdbcType =VARCHAR},</if>
  94. <if test = " q.specimen_no!= null " >#{q.specimen_no,jdbcType =VARCHAR},</if>
  95. <if test = " q.heat_no!= null " >#{q.heat_no,jdbcType =VARCHAR},</if>
  96. <if test = " q.batch_no!= null " >#{q.batch_no,jdbcType =VARCHAR},</if>
  97. <if test = " q.inspection_lot!= null " >#{q.inspection_lot,jdbcType =VARCHAR},</if>
  98. <if test = " q.board_no!= null " >#{q.board_no,jdbcType =VARCHAR},</if>
  99. <if test = " q.material_no!= null " >#{q.material_no,jdbcType =VARCHAR},</if>
  100. <if test = " q.freq_code!= null " >#{q.freq_code,jdbcType =VARCHAR},</if>
  101. <if test = " q.freq_name!= null " >#{q.freq_name,jdbcType =VARCHAR},</if>
  102. <if test = " q.smp_type_code!= null " >#{q.smp_type_code,jdbcType =VARCHAR},</if>
  103. <if test = " q.smp_type_name!= null " >#{q.smp_type_name,jdbcType =VARCHAR},</if>
  104. <if test = " q.consign_no!= null " >#{q.consign_no,jdbcType =VARCHAR},</if>
  105. <if test = " q.consign_no_seq!= null " >#{q.consign_no_seq,jdbcType =INTEGER},</if>
  106. <if test = " q.test_qty!= null " >#{q.test_qty,jdbcType =DECIMAL},</if>
  107. <if test = " q.smp_qty!= null " >#{q.smp_qty,jdbcType DECIMAL},</if>
  108. <if test = " q.smp_location!= null " >#{q.smp_location,jdbcType =VARCHAR},</if>
  109. <if test = " q.quote_consign_no!= null " >#{q.quote_consign_no,jdbcType =VARCHAR},</if>
  110. <if test = " q.old_consign_no!= null " >#{q.old_consign_no,jdbcType =VARCHAR},</if>
  111. <if test = " q.pline_code!= null " >#{q.pline_code,jdbcType =VARCHAR},</if>
  112. <if test = " q.pline_name!= null " >#{q.pline_name,jdbcType =VARCHAR},</if>
  113. <if test = " q.status!= null " >#{q.status,jdbcType =VARCHAR},</if>
  114. <if test = " q.validflag!= null " >#{q.validflag,jdbcType =VARCHAR},</if>
  115. <if test = " q.source!= null " >#{q.source,jdbcType =VARCHAR},</if>
  116. <if test = " q.guid!= null " >#{q.guid,jdbcType =VARCHAR},</if>
  117. <if test = " q.send_id!= null " >#{q.send_id,jdbcType =VARCHAR},</if>
  118. <if test = " q.send_name!= null " >#{q.send_name,jdbcType =VARCHAR},</if>
  119. <if test = " q.send_time!= null " >#{q.send_time,jdbcType =VARCHAR},</if>
  120. <if test = " q.chem_item!= null " >#{q.chem_item,jdbcType =VARCHAR},</if>
  121. <if test = " q.product_cnt!= null " >#{q.product_cnt,jdbcType =VARCHAR},</if>
  122. <if test = " q.create_time!= null " >#{q.create_time,jdbcType =TIMESTAMP},</if>
  123. </trim>
  124. </insert>
  125. <insert id="insertSampleItem" parameterType = "QCM.JHY01.VO.JhySampleDItemModel">
  126. insert into QCM_JHY_SAMPLE_CONSIGN_D_ITEM
  127. <trim prefix="(" prefixOverrides="," suffix=")" suffixOverrides=",">
  128. <if test = " q.specimen_no!= null " >specimen_no,</if>
  129. <if test = " q.seq!= null " >seq,</if>
  130. <if test = " q.smp_no!= null " >smp_no,</if>
  131. <if test = " q.phy_name_l!= null " >phy_name_l,</if>
  132. <if test = " q.phy_code_l!= null " >phy_code_l,</if>
  133. <if test = " q.phy_code_m!= null " >phy_code_m,</if>
  134. <if test = " q.phy_name_m!= null " >phy_name_m,</if>
  135. <if test = " q.phy_code_s!= null " >phy_code_s,</if>
  136. <if test = " q.phy_name_s!= null " >phy_name_s,</if>
  137. <if test = " q.item_code_d!= null " >item_code_d,</if>
  138. <if test = " q.item_name_d!= null " >item_name_d,</if>
  139. <if test = " q.item_code_t!= null " >item_code_t,</if>
  140. <if test = " q.item_name_t!= null " >item_name_t,</if>
  141. <if test = " q.item_code_s!= null " >item_code_s,</if>
  142. <if test = " q.item_name_s!= null " >item_name_s,</if>
  143. <if test = " q.isjudge!= null " >isjudge,</if>
  144. <if test = " q.judge_basis!= null " >judge_basis,</if>
  145. <if test = " q.phy_unit!= null " >phy_unit,</if>
  146. <if test = " q.group_seq!= null " >group_seq,</if>
  147. <if test = " q.quote_specimen_no!= null " >quote_specimen_no,</if>
  148. <if test = " q.quote_seq!= null " >quote_seq,</if>
  149. <if test = " q.memo!= null " >memo,</if>
  150. <if test = " q.item_code_l!= null " >item_code_,</if>
  151. <if test = " q.item_desc_l!= null " >item_desc_l,</if>
  152. <if test = " q.test_qty!= null " >test_qty,</if>
  153. <if test = " q.smp_qty!= null " >smp_qty,</if>
  154. <if test = " q.create_time!= null " >create_time,</if>
  155. <if test = " q.create_id!= null " >create_id,</if>
  156. <if test = " q.create_name!= null " >create_name,</if>
  157. <if test = " q.specl_fl!= null " >specl_fl,</if>
  158. </trim>
  159. values
  160. <trim prefix="(" prefixOverrides="," suffix=")" suffixOverrides=",">
  161. <if test = " q.specimen_no!= null " >#{q.specimen_no,jdbcType =VARCHAR},</if>
  162. <if test = " q.seq!= null " >#{q.seq,jdbcType =INTEGER},</if>
  163. <if test = " q.smp_no!= null " >#{q.smp_no,jdbcType =VARCHAR},</if>
  164. <if test = " q.phy_name_l!= null " >#{q.phy_name_l,jdbcType =VARCHAR},</if>
  165. <if test = " q.phy_code_l!= null " >#{q.phy_code_l,jdbcType =VARCHAR},</if>
  166. <if test = " q.phy_code_m!= null " >#{q.phy_code_m,jdbcType =VARCHAR},</if>
  167. <if test = " q.phy_name_m!= null " >#{q.phy_name_m,jdbcType =VARCHAR},</if>
  168. <if test = " q.phy_code_s!= null " >#{q.phy_code_s,jdbcType =VARCHAR},</if>
  169. <if test = " q.phy_name_s!= null " >#{q.phy_name_s,jdbcType =VARCHAR},</if>
  170. <if test = " q.item_code_d!= null " >#{q.item_code_d,jdbcType =VARCHAR},</if>
  171. <if test = " q.item_name_d!= null " >#{q.item_name_d,jdbcType =VARCHAR},</if>
  172. <if test = " q.item_code_t!= null " >#{q.item_code_t,jdbcType =VARCHAR},</if>
  173. <if test = " q.item_name_t!= null " >#{q.item_name_t,jdbcType =VARCHAR},</if>
  174. <if test = " q.item_code_s!= null " >#{q.item_code_s,jdbcType =VARCHAR},</if>
  175. <if test = " q.item_name_s!= null " >#{q.item_name_s,jdbcType =VARCHAR},</if>
  176. <if test = " q.isjudge!= null " >#{q.isjudge,jdbcType =VARCHAR},</if>
  177. <if test = " q.judge_basis!= null " >#{q.judge_basis,jdbcType =VARCHAR},</if>
  178. <if test = " q.phy_unit!= null " >#{q.phy_unit,jdbcType =VARCHAR},</if>
  179. <if test = " q.group_seq!= null " >#{q.group_seq,jdbcType =VARCHAR},</if>
  180. <if test = " q.quote_specimen_no!= null " >#{q.quote_specimen_no,jdbcType =VARCHAR},</if>
  181. <if test = " q.quote_seq!= null " >#{q.quote_seq,jdbcType =INTEGER},</if>
  182. <if test = " q.memo!= null " >#{q.memo,jdbcType =VARCHAR},</if>
  183. <if test = " q.item_code_l!= null " >#{q.item_code_,jdbcType =VARCHAR},</if>
  184. <if test = " q.item_desc_l!= null " >#{q.item_desc_l,jdbcType =VARCHAR},</if>
  185. <if test = " q.test_qty!= null " >#{q.test_qty,jdbcType =VARCHAR},</if>
  186. <if test = " q.smp_qty!= null " >#{q.smp_qty,jdbcType =VARCHAR},</if>
  187. <if test = " q.create_time!= null " >#{q.create_time,jdbcType =TIMESTAMP},</if>
  188. <if test = " q.create_id!= null " >#{q.create_id,jdbcType =VARCHAR},</if>
  189. <if test = " q.create_name!= null " >#{q.create_name,jdbcType =VARCHAR},</if>
  190. <if test = " q.specl_fl!= null " >#{q.specl_fl,jdbcType =VARCHAR},</if>
  191. </trim>
  192. </insert>
  193. <insert id="insertSampleOrd" parameterType = "QCM.JHY01.VO.JhySampleOrdMdoel">
  194. insert into QCM_JHY_SAMPLE_R_ORD
  195. <trim prefix="(" prefixOverrides="," suffix=")" suffixOverrides=",">
  196. <if test = " q.design_key!= null " >design_key,</if>
  197. <if test = " q.smp_no!= null " >smp_no,</if>
  198. <if test = " q.psc!= null " >psc,</if>
  199. <if test = " q.psc_desc!= null " >psc_desc,</if>
  200. <if test = " q.heat_no!= null " >heat_no,</if>
  201. <if test = " q.batch_no!= null " >batch_no,</if>
  202. <if test = " q.inspection_lot!= null " >inspection_lot,</if>
  203. <if test = " q.delivery_state_code!= null " >delivery_state_code,</if>
  204. <if test = " q.delivery_state_desc!= null " >delivery_state_desc,</if>
  205. <if test = " q.thick!= null " >thick,</if>
  206. <if test = " q.width!= null " >width,</if>
  207. <if test = " q.length!= null " >length,</if>
  208. <if test = " q.pline_code!= null " >pline_code,</if>
  209. <if test = " q.pline_name!= null " >pline_name,</if>
  210. <if test = " q.msc_pline!= null " >msc_pline,</if>
  211. <if test = " q.process_code!= null " >process_code,</if>
  212. <if test = " q.cert_inst_code!= null " >cert_inst_code,</if>
  213. <if test = " q.cert_inst_name!= null " >cert_inst_name,</if>
  214. <if test = " q.smp_type_code!= null " >smp_type_code,</if>
  215. <if test = " q.smp_type_name!= null " >smp_type_name,</if>
  216. <if test = " q.smelting_cnt!= null " >smelting_cnt,</if>
  217. <if test = " q.product_cnt!= null " >product_cnt,</if>
  218. <if test = " q.assay_no_cp!= null " >assay_no_cp,</if>
  219. <if test = " q.assay_no_rl!= null " >assay_no_rl,</if>
  220. <if test = " q.cic_id!= null " >cic_id,</if>
  221. <if test = " q.phy_id!= null " >phy_id,</if>
  222. <if test = " q.judge_status!= null " >judge_status,</if>
  223. <if test = " q.judge_result_code!= null " >judge_result_code,</if>
  224. <if test = " q.judge_result_desc!= null " >judge_result_desc,</if>
  225. <if test = " q.judge_name!= null " >judge_name,</if>
  226. <if test = " q.judge_time!= null " >judge_time,</if>
  227. <if test = " q.judge_memo!= null " >judge_memo,</if>
  228. <if test = " q.prod_code!= null " >prod_code,</if>
  229. <if test = " q.prod_name!= null " >prod_name,</if>
  230. <if test = " q.steel_code!= null " >steel_code,</if>
  231. <if test = " q.steel_name!= null " >steel_name,</if>
  232. <if test = " q.std_code!= null " >std_code,</if>
  233. <if test = " q.std_name!= null " >std_name,</if>
  234. <if test = " q.create_time!= null " >create_time,</if>
  235. <if test = " q.create_id!= null " >create_id,</if>
  236. <if test = " q.create_name!= null " >create_name,</if>
  237. </trim>
  238. values
  239. <trim prefix="(" prefixOverrides="," suffix=")" suffixOverrides=",">
  240. <if test = " q.design_key!= null " >#{q.design_key,jdbcType =VARCHAR},</if>
  241. <if test = " q.smp_no!= null " >#{q.smp_no,jdbcType =VARCHAR},</if>
  242. <if test = " q.psc!= null " >#{q.psc,jdbcType =VARCHAR},</if>
  243. <if test = " q.psc_desc!= null " >#{q.psc_desc,jdbcType =VARCHAR},</if>
  244. <if test = " q.heat_no!= null " >#{q.heat_no,jdbcType =VARCHAR},</if>
  245. <if test = " q.batch_no!= null " >#{q.batch_no,jdbcType =VARCHAR},</if>
  246. <if test = " q.inspection_lot!= null " >#{q.inspection_lot,jdbcType =VARCHAR},</if>
  247. <if test = " q.delivery_state_code!= null " >#{q.delivery_state_code,jdbcType =VARCHAR},</if>
  248. <if test = " q.delivery_state_desc!= null " >#{q.delivery_state_desc,jdbcType =VARCHAR},</if>
  249. <if test = " q.thick!= null " >#{q.thick,jdbcType =VARCHAR},</if>
  250. <if test = " q.width!= null " >#{q.width,jdbcType =VARCHAR},</if>
  251. <if test = " q.length!= null " >#{q.length,jdbcType =VARCHAR},</if>
  252. <if test = " q.pline_code!= null " >#{q.pline_code,jdbcType =VARCHAR},</if>
  253. <if test = " q.pline_name!= null " >#{q.pline_name,jdbcType =VARCHAR},</if>
  254. <if test = " q.msc_pline!= null " >#{q.msc_pline,jdbcType =VARCHAR},</if>
  255. <if test = " q.process_code!= null " >#{q.process_code,jdbcType =VARCHAR},</if>
  256. <if test = " q.cert_inst_code!= null " >#{q.cert_inst_code,jdbcType =VARCHAR},</if>
  257. <if test = " q.cert_inst_name!= null " >#{q.cert_inst_name,jdbcType =VARCHAR},</if>
  258. <if test = " q.smp_type_code!= null " >#{q.smp_type_code,jdbcType =VARCHAR},</if>
  259. <if test = " q.smp_type_name!= null " >#{q.smp_type_name,jdbcType =VARCHAR},</if>
  260. <if test = " q.smelting_cnt!= null " >#{q.smelting_cnt,jdbcType =DECIMAL},</if>
  261. <if test = " q.product_cnt!= null " >#{q.product_cnt,jdbcType =DECIMAL},</if>
  262. <if test = " q.assay_no_cp!= null " >#{q.assay_no_cp,jdbcType =VARCHAR},</if>
  263. <if test = " q.assay_no_rl!= null " >#{q.assay_no_rl,jdbcType =VARCHAR},</if>
  264. <if test = " q.cic_id!= null " >#{q.cic_id,jdbcType =VARCHAR},</if>
  265. <if test = " q.phy_id!= null " >#{q.phy_id,jdbcType =VARCHAR},</if>
  266. <if test = " q.judge_status!= null " >#{q.judge_status,jdbcType =VARCHAR},</if>
  267. <if test = " q.judge_result_code!= null " >#{q.judge_result_code,jdbcType =VARCHAR},</if>
  268. <if test = " q.judge_result_desc!= null " >#{q.judge_result_desc,jdbcType =VARCHAR},</if>
  269. <if test = " q.judge_name!= null " >#{q.judge_name,jdbcType =VARCHAR},</if>
  270. <if test = " q.judge_time!= null " >#{q.judge_time,jdbcType =TIMESTAMP},</if>
  271. <if test = " q.judge_memo!= null " >#{q.judge_memo,jdbcType =VARCHAR},</if>
  272. <if test = " q.prod_code!= null " >#{q.prod_code,jdbcType =VARCHAR},</if>
  273. <if test = " q.prod_name!= null " >#{q.prod_name,jdbcType =VARCHAR},</if>
  274. <if test = " q.steel_code!= null " >#{q.steel_code,jdbcType =VARCHAR},</if>
  275. <if test = " q.steel_name!= null " >#{q.steel_name,jdbcType =VARCHAR},</if>
  276. <if test = " q.std_code!= null " >#{q.std_code,jdbcType =VARCHAR},</if>
  277. <if test = " q.std_name!= null " >#{q.std_name,jdbcType =VARCHAR},</if>
  278. <if test = " q.create_time!= null " >#{q.create_time,jdbcType =TIMESTAMP},</if>
  279. <if test = " q.create_id!= null " >#{q.create_id,jdbcType =VARCHAR},</if>
  280. <if test = " q.create_name!= null " >#{q.create_name,jdbcType =VARCHAR},</if>
  281. </trim>
  282. </insert>
  283. </mapper>