AchievementMapper.xml 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687
  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.goafanti.common.dao.AchievementMapper">
  4. <resultMap id="BaseResultMap" type="com.goafanti.common.model.Achievement">
  5. <id column="id" jdbcType="VARCHAR" property="id" />
  6. <result column="serial_number" jdbcType="INTEGER" property="serialNumber" />
  7. <result column="data_category" jdbcType="INTEGER" property="dataCategory" />
  8. <result column="name" jdbcType="VARCHAR" property="name" />
  9. <result column="keyword" jdbcType="VARCHAR" property="keyword" />
  10. <result column="category" jdbcType="INTEGER" property="category" />
  11. <result column="summary" jdbcType="VARCHAR" property="summary" />
  12. <result column="introduction" jdbcType="LONGVARCHAR" property="introduction" />
  13. <result column="technical_picture_url" jdbcType="VARCHAR" property="technicalPictureUrl" />
  14. <result column="field_a" jdbcType="INTEGER" property="fieldA" />
  15. <result column="field_b" jdbcType="INTEGER" property="fieldB" />
  16. <result column="field_c" jdbcType="INTEGER" property="fieldC" />
  17. <result column="maturity" jdbcType="INTEGER" property="maturity" />
  18. <result column="maturity_picture_url" jdbcType="LONGVARCHAR" property="maturityPictureUrl" />
  19. <result column="maturity_text_file_url" jdbcType="VARCHAR" property="maturityTextFileUrl" />
  20. <result column="maturity_video_url" jdbcType="VARCHAR" property="maturityVideoUrl" />
  21. <result column="innovation" jdbcType="INTEGER" property="innovation" />
  22. <result column="owner_id" jdbcType="VARCHAR" property="ownerId" />
  23. <result column="owner_name" jdbcType="VARCHAR" property="ownerName" />
  24. <result column="owner_type" jdbcType="INTEGER" property="ownerType" />
  25. <result column="owner_id_number" jdbcType="VARCHAR" property="ownerIdNumber" />
  26. <result column="owner_mobile" jdbcType="VARCHAR" property="ownerMobile" />
  27. <result column="owner_email" jdbcType="VARCHAR" property="ownerEmail" />
  28. <result column="owner_postal_address" jdbcType="VARCHAR" property="ownerPostalAddress" />
  29. <result column="cooperation_mode" jdbcType="INTEGER" property="cooperationMode" />
  30. <result column="transfer_mode" jdbcType="INTEGER" property="transferMode" />
  31. <result column="bargaining_mode" jdbcType="INTEGER" property="bargainingMode" />
  32. <result column="transfer_price" jdbcType="DECIMAL" property="transferPrice" />
  33. <result column="technical_scene" jdbcType="VARCHAR" property="technicalScene" />
  34. <result column="breakthrough" jdbcType="VARCHAR" property="breakthrough" />
  35. <result column="patent_case" jdbcType="VARCHAR" property="patentCase" />
  36. <result column="awards" jdbcType="VARCHAR" property="awards" />
  37. <result column="team_des" jdbcType="VARCHAR" property="teamDes" />
  38. <result column="parameter" jdbcType="VARCHAR" property="parameter" />
  39. <result column="tech_plan_url" jdbcType="VARCHAR" property="techPlanUrl" />
  40. <result column="business_plan_url" jdbcType="VARCHAR" property="businessPlanUrl" />
  41. <result column="org_id" jdbcType="VARCHAR" property="orgId" />
  42. <result column="org_name" jdbcType="VARCHAR" property="orgName" />
  43. <result column="org_address" jdbcType="VARCHAR" property="orgAddress" />
  44. <result column="org_email" jdbcType="VARCHAR" property="orgEmail" />
  45. <result column="org_contacts" jdbcType="VARCHAR" property="orgContacts" />
  46. <result column="org_contacts_mobile" jdbcType="VARCHAR" property="orgContactsMobile" />
  47. <result column="contacts" jdbcType="INTEGER" property="contacts" />
  48. <result column="manager_id" jdbcType="VARCHAR" property="managerId" />
  49. <result column="salesman_id" jdbcType="VARCHAR" property="salesmanId" />
  50. <result column="status" jdbcType="INTEGER" property="status" />
  51. <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
  52. <result column="release_status" jdbcType="INTEGER" property="releaseStatus" />
  53. <result column="release_date" jdbcType="TIMESTAMP" property="releaseDate" />
  54. <result column="deleted_sign" jdbcType="INTEGER" property="deletedSign" />
  55. <result column="audit_status" jdbcType="INTEGER" property="auditStatus" />
  56. <result column="tech_broker_id" jdbcType="VARCHAR" property="techBrokerId" />
  57. <result column="country_name_zh" jdbcType="VARCHAR" property="countryNameZh" />
  58. <result column="international_flag" jdbcType="INTEGER" property="internationalFlag" />
  59. <result column="jmrh_flag" jdbcType="INTEGER" property="jmrhFlag" />
  60. <result column="boutique" jdbcType="INTEGER" property="boutique" />
  61. </resultMap>
  62. <sql id="Base_Column_List">
  63. id, serial_number, data_category, name, keyword, category, summary, introduction,
  64. technical_picture_url, field_a, field_b, field_c, maturity, maturity_picture_url,
  65. maturity_text_file_url, maturity_video_url, innovation, owner_id, owner_name, owner_type, owner_id_number,
  66. owner_mobile, owner_email, owner_postal_address, cooperation_mode, transfer_mode,
  67. bargaining_mode, transfer_price, technical_scene, breakthrough, patent_case, awards,
  68. team_des, parameter, tech_plan_url, business_plan_url, org_id, org_name, org_address,
  69. org_email, org_contacts, org_contacts_mobile, contacts, manager_id, salesman_id,
  70. status, create_time, release_status, release_date, deleted_sign, audit_status, tech_broker_id,
  71. country_name_zh,international_flag,jmrh_flag,boutique
  72. </sql>
  73. <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
  74. select
  75. <include refid="Base_Column_List" />
  76. from achievement
  77. where id = #{id,jdbcType=VARCHAR}
  78. </select>
  79. <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
  80. delete from achievement
  81. where id = #{id,jdbcType=VARCHAR}
  82. </delete>
  83. <insert id="insert" parameterType="com.goafanti.common.model.Achievement">
  84. insert into achievement (id, serial_number, data_category,
  85. name, keyword, category,
  86. summary, introduction, technical_picture_url,
  87. field_a, field_b, field_c,
  88. maturity, maturity_picture_url, maturity_text_file_url,
  89. maturity_video_url, innovation, owner_id, owner_name,
  90. owner_type, owner_id_number, owner_mobile,
  91. owner_email, owner_postal_address, cooperation_mode,
  92. transfer_mode, bargaining_mode, transfer_price,
  93. technical_scene, breakthrough, patent_case,
  94. awards, team_des, parameter,
  95. tech_plan_url, business_plan_url, org_id,
  96. org_name, org_address, org_email,
  97. org_contacts, org_contacts_mobile, contacts,
  98. manager_id, salesman_id, status,
  99. create_time, release_status, release_date,
  100. deleted_sign, audit_status, tech_broker_id,
  101. country_name_zh,international_flag,jmrh_flag,boutique,remark)
  102. values (#{id,jdbcType=VARCHAR}, #{serialNumber,jdbcType=INTEGER}, #{dataCategory,jdbcType=INTEGER},
  103. #{name,jdbcType=VARCHAR}, #{keyword,jdbcType=VARCHAR}, #{category,jdbcType=INTEGER},
  104. #{summary,jdbcType=VARCHAR}, #{introduction,jdbcType=LONGVARCHAR}, #{technicalPictureUrl,jdbcType=VARCHAR},
  105. #{fieldA,jdbcType=INTEGER}, #{fieldB,jdbcType=INTEGER}, #{fieldC,jdbcType=INTEGER},
  106. #{maturity,jdbcType=INTEGER}, #{maturityPictureUrl,jdbcType=LONGVARCHAR}, #{maturityTextFileUrl,jdbcType=VARCHAR},
  107. #{maturityVideoUrl,jdbcType=VARCHAR}, #{innovation,jdbcType=INTEGER}, #{ownerId,jdbcType=VARCHAR}, #{ownerName,jdbcType=VARCHAR},
  108. #{ownerType,jdbcType=INTEGER}, #{ownerIdNumber,jdbcType=VARCHAR}, #{ownerMobile,jdbcType=VARCHAR},
  109. #{ownerEmail,jdbcType=VARCHAR}, #{ownerPostalAddress,jdbcType=VARCHAR}, #{cooperationMode,jdbcType=INTEGER},
  110. #{transferMode,jdbcType=INTEGER}, #{bargainingMode,jdbcType=INTEGER}, #{transferPrice,jdbcType=DECIMAL},
  111. #{technicalScene,jdbcType=VARCHAR}, #{breakthrough,jdbcType=VARCHAR}, #{patentCase,jdbcType=VARCHAR},
  112. #{awards,jdbcType=VARCHAR}, #{teamDes,jdbcType=VARCHAR}, #{parameter,jdbcType=VARCHAR},
  113. #{techPlanUrl,jdbcType=VARCHAR}, #{businessPlanUrl,jdbcType=VARCHAR}, #{orgId,jdbcType=VARCHAR},
  114. #{orgName,jdbcType=VARCHAR}, #{orgAddress,jdbcType=VARCHAR}, #{orgEmail,jdbcType=VARCHAR},
  115. #{orgContacts,jdbcType=VARCHAR}, #{orgContactsMobile,jdbcType=VARCHAR}, #{contacts,jdbcType=INTEGER},
  116. #{managerId,jdbcType=VARCHAR}, #{salesmanId,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER},
  117. #{createTime,jdbcType=TIMESTAMP}, #{releaseStatus,jdbcType=INTEGER}, #{releaseDate,jdbcType=TIMESTAMP},
  118. #{deletedSign,jdbcType=INTEGER}, #{auditStatus,jdbcType=INTEGER}, #{techBrokerId,jdbcType=VARCHAR},
  119. #{countryNameZh,jdbcType=VARCHAR}, #{internationalFlag,jdbcType=INTEGER},#{jmrhFlag,jdbcType=INTEGER},#{boutique,jdbcType=INTEGER},#{remark,jdbcType=VARCHAR})
  120. </insert>
  121. <insert id="insertSelective" parameterType="com.goafanti.common.model.Achievement">
  122. insert into achievement
  123. <trim prefix="(" suffix=")" suffixOverrides=",">
  124. <if test="id != null">
  125. id,
  126. </if>
  127. <if test="serialNumber != null">
  128. serial_number,
  129. </if>
  130. <if test="dataCategory != null">
  131. data_category,
  132. </if>
  133. <if test="name != null">
  134. name,
  135. </if>
  136. <if test="keyword != null">
  137. keyword,
  138. </if>
  139. <if test="category != null">
  140. category,
  141. </if>
  142. <if test="summary != null">
  143. summary,
  144. </if>
  145. <if test="introduction != null">
  146. introduction,
  147. </if>
  148. <if test="technicalPictureUrl != null">
  149. technical_picture_url,
  150. </if>
  151. <if test="fieldA != null">
  152. field_a,
  153. </if>
  154. <if test="fieldB != null">
  155. field_b,
  156. </if>
  157. <if test="fieldC != null">
  158. field_c,
  159. </if>
  160. <if test="maturity != null">
  161. maturity,
  162. </if>
  163. <if test="maturityPictureUrl != null">
  164. maturity_picture_url,
  165. </if>
  166. <if test="maturityTextFileUrl != null">
  167. maturity_text_file_url,
  168. </if>
  169. <if test="maturityVideoUrl != null">
  170. maturity_video_url,
  171. </if>
  172. <if test="innovation != null">
  173. innovation,
  174. </if>
  175. <if test="ownerId != null">
  176. owner_id,
  177. </if>
  178. <if test="ownerName != null">
  179. owner_name,
  180. </if>
  181. <if test="ownerType != null">
  182. owner_type,
  183. </if>
  184. <if test="ownerIdNumber != null">
  185. owner_id_number,
  186. </if>
  187. <if test="ownerMobile != null">
  188. owner_mobile,
  189. </if>
  190. <if test="ownerEmail != null">
  191. owner_email,
  192. </if>
  193. <if test="ownerPostalAddress != null">
  194. owner_postal_address,
  195. </if>
  196. <if test="cooperationMode != null">
  197. cooperation_mode,
  198. </if>
  199. <if test="transferMode != null">
  200. transfer_mode,
  201. </if>
  202. <if test="bargainingMode != null">
  203. bargaining_mode,
  204. </if>
  205. <if test="transferPrice != null">
  206. transfer_price,
  207. </if>
  208. <if test="technicalScene != null">
  209. technical_scene,
  210. </if>
  211. <if test="breakthrough != null">
  212. breakthrough,
  213. </if>
  214. <if test="patentCase != null">
  215. patent_case,
  216. </if>
  217. <if test="awards != null">
  218. awards,
  219. </if>
  220. <if test="teamDes != null">
  221. team_des,
  222. </if>
  223. <if test="parameter != null">
  224. parameter,
  225. </if>
  226. <if test="techPlanUrl != null">
  227. tech_plan_url,
  228. </if>
  229. <if test="businessPlanUrl != null">
  230. business_plan_url,
  231. </if>
  232. <if test="orgId != null">
  233. org_id,
  234. </if>
  235. <if test="orgName != null">
  236. org_name,
  237. </if>
  238. <if test="orgAddress != null">
  239. org_address,
  240. </if>
  241. <if test="orgEmail != null">
  242. org_email,
  243. </if>
  244. <if test="orgContacts != null">
  245. org_contacts,
  246. </if>
  247. <if test="orgContactsMobile != null">
  248. org_contacts_mobile,
  249. </if>
  250. <if test="contacts != null">
  251. contacts,
  252. </if>
  253. <if test="managerId != null">
  254. manager_id,
  255. </if>
  256. <if test="salesmanId != null">
  257. salesman_id,
  258. </if>
  259. <if test="status != null">
  260. status,
  261. </if>
  262. <if test="createTime != null">
  263. create_time,
  264. </if>
  265. <if test="releaseStatus != null">
  266. release_status,
  267. </if>
  268. <if test="releaseDate != null">
  269. release_date,
  270. </if>
  271. <if test="deletedSign != null">
  272. deleted_sign,
  273. </if>
  274. <if test="auditStatus != null">
  275. audit_status,
  276. </if>
  277. <if test="techBrokerId != null">
  278. tech_broker_id,
  279. </if>
  280. <if test="countryNameZh != null">
  281. country_name_zh,
  282. </if>
  283. <if test="internationalFlag != null">
  284. international_flag,
  285. </if>
  286. <if test="jmrhFlag != null">
  287. jmrh_flag,
  288. </if>
  289. <if test="boutique !=null">
  290. boutique,
  291. </if>
  292. </trim>
  293. <trim prefix="values (" suffix=")" suffixOverrides=",">
  294. <if test="id != null">
  295. #{id,jdbcType=VARCHAR},
  296. </if>
  297. <if test="serialNumber != null">
  298. #{serialNumber,jdbcType=INTEGER},
  299. </if>
  300. <if test="dataCategory != null">
  301. #{dataCategory,jdbcType=INTEGER},
  302. </if>
  303. <if test="name != null">
  304. #{name,jdbcType=VARCHAR},
  305. </if>
  306. <if test="keyword != null">
  307. #{keyword,jdbcType=VARCHAR},
  308. </if>
  309. <if test="category != null">
  310. #{category,jdbcType=INTEGER},
  311. </if>
  312. <if test="summary != null">
  313. #{summary,jdbcType=VARCHAR},
  314. </if>
  315. <if test="introduction != null">
  316. #{introduction,jdbcType=LONGVARCHAR},
  317. </if>
  318. <if test="technicalPictureUrl != null">
  319. #{technicalPictureUrl,jdbcType=VARCHAR},
  320. </if>
  321. <if test="fieldA != null">
  322. #{fieldA,jdbcType=INTEGER},
  323. </if>
  324. <if test="fieldB != null">
  325. #{fieldB,jdbcType=INTEGER},
  326. </if>
  327. <if test="fieldC != null">
  328. #{fieldC,jdbcType=INTEGER},
  329. </if>
  330. <if test="maturity != null">
  331. #{maturity,jdbcType=INTEGER},
  332. </if>
  333. <if test="maturityPictureUrl != null">
  334. #{maturityPictureUrl,jdbcType=LONGVARCHAR},
  335. </if>
  336. <if test="maturityTextFileUrl != null">
  337. #{maturityTextFileUrl,jdbcType=VARCHAR},
  338. </if>
  339. <if test="maturityVideoUrl != null">
  340. #{maturityVideoUrl,jdbcType=VARCHAR},
  341. </if>
  342. <if test="innovation != null">
  343. #{innovation,jdbcType=INTEGER},
  344. </if>
  345. <if test="ownerId != null">
  346. #{ownerId,jdbcType=VARCHAR},
  347. </if>
  348. <if test="ownerName != null">
  349. #{ownerName,jdbcType=VARCHAR},
  350. </if>
  351. <if test="ownerType != null">
  352. #{ownerType,jdbcType=INTEGER},
  353. </if>
  354. <if test="ownerIdNumber != null">
  355. #{ownerIdNumber,jdbcType=VARCHAR},
  356. </if>
  357. <if test="ownerMobile != null">
  358. #{ownerMobile,jdbcType=VARCHAR},
  359. </if>
  360. <if test="ownerEmail != null">
  361. #{ownerEmail,jdbcType=VARCHAR},
  362. </if>
  363. <if test="ownerPostalAddress != null">
  364. #{ownerPostalAddress,jdbcType=VARCHAR},
  365. </if>
  366. <if test="cooperationMode != null">
  367. #{cooperationMode,jdbcType=INTEGER},
  368. </if>
  369. <if test="transferMode != null">
  370. #{transferMode,jdbcType=INTEGER},
  371. </if>
  372. <if test="bargainingMode != null">
  373. #{bargainingMode,jdbcType=INTEGER},
  374. </if>
  375. <if test="transferPrice != null">
  376. #{transferPrice,jdbcType=DECIMAL},
  377. </if>
  378. <if test="technicalScene != null">
  379. #{technicalScene,jdbcType=VARCHAR},
  380. </if>
  381. <if test="breakthrough != null">
  382. #{breakthrough,jdbcType=VARCHAR},
  383. </if>
  384. <if test="patentCase != null">
  385. #{patentCase,jdbcType=VARCHAR},
  386. </if>
  387. <if test="awards != null">
  388. #{awards,jdbcType=VARCHAR},
  389. </if>
  390. <if test="teamDes != null">
  391. #{teamDes,jdbcType=VARCHAR},
  392. </if>
  393. <if test="parameter != null">
  394. #{parameter,jdbcType=VARCHAR},
  395. </if>
  396. <if test="techPlanUrl != null">
  397. #{techPlanUrl,jdbcType=VARCHAR},
  398. </if>
  399. <if test="businessPlanUrl != null">
  400. #{businessPlanUrl,jdbcType=VARCHAR},
  401. </if>
  402. <if test="orgId != null">
  403. #{orgId,jdbcType=VARCHAR},
  404. </if>
  405. <if test="orgName != null">
  406. #{orgName,jdbcType=VARCHAR},
  407. </if>
  408. <if test="orgAddress != null">
  409. #{orgAddress,jdbcType=VARCHAR},
  410. </if>
  411. <if test="orgEmail != null">
  412. #{orgEmail,jdbcType=VARCHAR},
  413. </if>
  414. <if test="orgContacts != null">
  415. #{orgContacts,jdbcType=VARCHAR},
  416. </if>
  417. <if test="orgContactsMobile != null">
  418. #{orgContactsMobile,jdbcType=VARCHAR},
  419. </if>
  420. <if test="contacts != null">
  421. #{contacts,jdbcType=INTEGER},
  422. </if>
  423. <if test="managerId != null">
  424. #{managerId,jdbcType=VARCHAR},
  425. </if>
  426. <if test="salesmanId != null">
  427. #{salesmanId,jdbcType=VARCHAR},
  428. </if>
  429. <if test="status != null">
  430. #{status,jdbcType=INTEGER},
  431. </if>
  432. <if test="createTime != null">
  433. #{createTime,jdbcType=TIMESTAMP},
  434. </if>
  435. <if test="releaseStatus != null">
  436. #{releaseStatus,jdbcType=INTEGER},
  437. </if>
  438. <if test="releaseDate != null">
  439. #{releaseDate,jdbcType=TIMESTAMP},
  440. </if>
  441. <if test="deletedSign != null">
  442. #{deletedSign,jdbcType=INTEGER},
  443. </if>
  444. <if test="auditStatus != null">
  445. #{auditStatus,jdbcType=INTEGER},
  446. </if>
  447. <if test="techBrokerId != null">
  448. #{techBrokerId,jdbcType=VARCHAR},
  449. </if>
  450. <if test="countryNameZh != null">
  451. #{countryNameZh,jdbcType=VARCHAR},
  452. </if>
  453. <if test="internationalFlag != null">
  454. #{internationalFlag,jdbcType=INTEGER},
  455. </if>
  456. <if test="jmrhFlag != null">
  457. #{jmrhFlag,jdbcType=INTEGER},
  458. </if>
  459. <if test="boutique != null">
  460. #{boutique,jdbcType=INTEGER}
  461. </if>
  462. </trim>
  463. </insert>
  464. <update id="updateByPrimaryKeySelective" parameterType="com.goafanti.common.model.Achievement">
  465. update achievement
  466. <set>
  467. <if test="serialNumber != null">
  468. serial_number = #{serialNumber,jdbcType=INTEGER},
  469. </if>
  470. <if test="dataCategory != null">
  471. data_category = #{dataCategory,jdbcType=INTEGER},
  472. </if>
  473. <if test="name != null">
  474. name = #{name,jdbcType=VARCHAR},
  475. </if>
  476. <if test="keyword != null">
  477. keyword = #{keyword,jdbcType=VARCHAR},
  478. </if>
  479. <if test="category != null">
  480. category = #{category,jdbcType=INTEGER},
  481. </if>
  482. <if test="summary != null">
  483. summary = #{summary,jdbcType=VARCHAR},
  484. </if>
  485. <if test="introduction != null">
  486. introduction = #{introduction,jdbcType=LONGVARCHAR},
  487. </if>
  488. <if test="technicalPictureUrl != null">
  489. technical_picture_url = #{technicalPictureUrl,jdbcType=VARCHAR},
  490. </if>
  491. <if test="fieldA != null">
  492. field_a = #{fieldA,jdbcType=INTEGER},
  493. </if>
  494. <if test="fieldB != null">
  495. field_b = #{fieldB,jdbcType=INTEGER},
  496. </if>
  497. <if test="fieldC != null">
  498. field_c = #{fieldC,jdbcType=INTEGER},
  499. </if>
  500. <if test="maturity != null">
  501. maturity = #{maturity,jdbcType=INTEGER},
  502. </if>
  503. <if test="maturityPictureUrl != null">
  504. maturity_picture_url = #{maturityPictureUrl,jdbcType=LONGVARCHAR},
  505. </if>
  506. <if test="maturityTextFileUrl != null">
  507. maturity_text_file_url = #{maturityTextFileUrl,jdbcType=VARCHAR},
  508. </if>
  509. <if test="maturityVideoUrl != null">
  510. maturity_video_url = #{maturityVideoUrl,jdbcType=VARCHAR},
  511. </if>
  512. <if test="innovation != null">
  513. innovation = #{innovation,jdbcType=INTEGER},
  514. </if>
  515. <if test="ownerId != null">
  516. owner_id = #{ownerId,jdbcType=VARCHAR},
  517. </if>
  518. <if test="ownerName != null">
  519. owner_name = #{ownerName,jdbcType=VARCHAR},
  520. </if>
  521. <if test="ownerType != null">
  522. owner_type = #{ownerType,jdbcType=INTEGER},
  523. </if>
  524. <if test="ownerIdNumber != null">
  525. owner_id_number = #{ownerIdNumber,jdbcType=VARCHAR},
  526. </if>
  527. <if test="ownerMobile != null">
  528. owner_mobile = #{ownerMobile,jdbcType=VARCHAR},
  529. </if>
  530. <if test="ownerEmail != null">
  531. owner_email = #{ownerEmail,jdbcType=VARCHAR},
  532. </if>
  533. <if test="ownerPostalAddress != null">
  534. owner_postal_address = #{ownerPostalAddress,jdbcType=VARCHAR},
  535. </if>
  536. <if test="cooperationMode != null">
  537. cooperation_mode = #{cooperationMode,jdbcType=INTEGER},
  538. </if>
  539. <if test="transferMode != null">
  540. transfer_mode = #{transferMode,jdbcType=INTEGER},
  541. </if>
  542. <if test="bargainingMode != null">
  543. bargaining_mode = #{bargainingMode,jdbcType=INTEGER},
  544. </if>
  545. <if test="transferPrice != null">
  546. transfer_price = #{transferPrice,jdbcType=DECIMAL},
  547. </if>
  548. <if test="technicalScene != null">
  549. technical_scene = #{technicalScene,jdbcType=VARCHAR},
  550. </if>
  551. <if test="breakthrough != null">
  552. breakthrough = #{breakthrough,jdbcType=VARCHAR},
  553. </if>
  554. <if test="patentCase != null">
  555. patent_case = #{patentCase,jdbcType=VARCHAR},
  556. </if>
  557. <if test="awards != null">
  558. awards = #{awards,jdbcType=VARCHAR},
  559. </if>
  560. <if test="teamDes != null">
  561. team_des = #{teamDes,jdbcType=VARCHAR},
  562. </if>
  563. <if test="parameter != null">
  564. parameter = #{parameter,jdbcType=VARCHAR},
  565. </if>
  566. <if test="techPlanUrl != null">
  567. tech_plan_url = #{techPlanUrl,jdbcType=VARCHAR},
  568. </if>
  569. <if test="businessPlanUrl != null">
  570. business_plan_url = #{businessPlanUrl,jdbcType=VARCHAR},
  571. </if>
  572. <if test="orgId != null">
  573. org_id = #{orgId,jdbcType=VARCHAR},
  574. </if>
  575. <if test="orgName != null">
  576. org_name = #{orgName,jdbcType=VARCHAR},
  577. </if>
  578. <if test="orgAddress != null">
  579. org_address = #{orgAddress,jdbcType=VARCHAR},
  580. </if>
  581. <if test="orgEmail != null">
  582. org_email = #{orgEmail,jdbcType=VARCHAR},
  583. </if>
  584. <if test="orgContacts != null">
  585. org_contacts = #{orgContacts,jdbcType=VARCHAR},
  586. </if>
  587. <if test="orgContactsMobile != null">
  588. org_contacts_mobile = #{orgContactsMobile,jdbcType=VARCHAR},
  589. </if>
  590. <if test="contacts != null">
  591. contacts = #{contacts,jdbcType=INTEGER},
  592. </if>
  593. <if test="managerId != null">
  594. manager_id = #{managerId,jdbcType=VARCHAR},
  595. </if>
  596. <if test="salesmanId != null">
  597. salesman_id = #{salesmanId,jdbcType=VARCHAR},
  598. </if>
  599. <if test="status != null">
  600. status = #{status,jdbcType=INTEGER},
  601. </if>
  602. <if test="createTime != null">
  603. create_time = #{createTime,jdbcType=TIMESTAMP},
  604. </if>
  605. <if test="releaseStatus != null">
  606. release_status = #{releaseStatus,jdbcType=INTEGER},
  607. </if>
  608. <if test="releaseDate != null">
  609. release_date = #{releaseDate,jdbcType=TIMESTAMP},
  610. </if>
  611. <if test="deletedSign != null">
  612. deleted_sign = #{deletedSign,jdbcType=INTEGER},
  613. </if>
  614. <if test="auditStatus != null">
  615. audit_status = #{auditStatus,jdbcType=INTEGER},
  616. </if>
  617. <if test="techBrokerId != null">
  618. tech_broker_id = #{techBrokerId,jdbcType=VARCHAR},
  619. </if>
  620. <if test="countryNameZh != null">
  621. country_name_zh = #{countryNameZh,jdbcType=VARCHAR},
  622. </if>
  623. <if test="internationalFlag != null">
  624. international_flag = #{internationalFlag,jdbcType=INTEGER},
  625. </if>
  626. <if test="jmrhFlag != null">
  627. jmrh_flag = #{jmrhFlag,jdbcType=INTEGER},
  628. </if>
  629. <if test="boutique != null">
  630. boutique = #{boutique,jdbcType=INTEGER},
  631. </if>
  632. <if test="remark != null">
  633. remark = #{remark,jdbcType=VARCHAR},
  634. </if>
  635. </set>
  636. where id = #{id,jdbcType=VARCHAR}
  637. </update>
  638. <update id="updateByPrimaryKey" parameterType="com.goafanti.common.model.Achievement">
  639. update achievement
  640. set serial_number = #{serialNumber,jdbcType=INTEGER},
  641. data_category = #{dataCategory,jdbcType=INTEGER},
  642. name = #{name,jdbcType=VARCHAR},
  643. keyword = #{keyword,jdbcType=VARCHAR},
  644. category = #{category,jdbcType=INTEGER},
  645. summary = #{summary,jdbcType=VARCHAR},
  646. introduction = #{introduction,jdbcType=LONGVARCHAR},
  647. technical_picture_url = #{technicalPictureUrl,jdbcType=VARCHAR},
  648. field_a = #{fieldA,jdbcType=INTEGER},
  649. field_b = #{fieldB,jdbcType=INTEGER},
  650. field_c = #{fieldC,jdbcType=INTEGER},
  651. maturity = #{maturity,jdbcType=INTEGER},
  652. maturity_picture_url = #{maturityPictureUrl,jdbcType=LONGVARCHAR},
  653. maturity_text_file_url = #{maturityTextFileUrl,jdbcType=VARCHAR},
  654. maturity_video_url = #{maturityVideoUrl,jdbcType=VARCHAR},
  655. innovation = #{innovation,jdbcType=INTEGER},
  656. owner_id = #{ownerId,jdbcType=VARCHAR},
  657. owner_name = #{ownerName,jdbcType=VARCHAR},
  658. owner_type = #{ownerType,jdbcType=INTEGER},
  659. owner_id_number = #{ownerIdNumber,jdbcType=VARCHAR},
  660. owner_mobile = #{ownerMobile,jdbcType=VARCHAR},
  661. owner_email = #{ownerEmail,jdbcType=VARCHAR},
  662. owner_postal_address = #{ownerPostalAddress,jdbcType=VARCHAR},
  663. cooperation_mode = #{cooperationMode,jdbcType=INTEGER},
  664. transfer_mode = #{transferMode,jdbcType=INTEGER},
  665. bargaining_mode = #{bargainingMode,jdbcType=INTEGER},
  666. transfer_price = #{transferPrice,jdbcType=DECIMAL},
  667. technical_scene = #{technicalScene,jdbcType=VARCHAR},
  668. breakthrough = #{breakthrough,jdbcType=VARCHAR},
  669. patent_case = #{patentCase,jdbcType=VARCHAR},
  670. awards = #{awards,jdbcType=VARCHAR},
  671. team_des = #{teamDes,jdbcType=VARCHAR},
  672. parameter = #{parameter,jdbcType=VARCHAR},
  673. tech_plan_url = #{techPlanUrl,jdbcType=VARCHAR},
  674. business_plan_url = #{businessPlanUrl,jdbcType=VARCHAR},
  675. org_id = #{orgId,jdbcType=VARCHAR},
  676. org_name = #{orgName,jdbcType=VARCHAR},
  677. org_address = #{orgAddress,jdbcType=VARCHAR},
  678. org_email = #{orgEmail,jdbcType=VARCHAR},
  679. org_contacts = #{orgContacts,jdbcType=VARCHAR},
  680. org_contacts_mobile = #{orgContactsMobile,jdbcType=VARCHAR},
  681. contacts = #{contacts,jdbcType=INTEGER},
  682. manager_id = #{managerId,jdbcType=VARCHAR},
  683. salesman_id = #{salesmanId,jdbcType=VARCHAR},
  684. status = #{status,jdbcType=INTEGER},
  685. create_time = #{createTime,jdbcType=TIMESTAMP},
  686. release_status = #{releaseStatus,jdbcType=INTEGER},
  687. release_date = #{releaseDate,jdbcType=TIMESTAMP},
  688. deleted_sign = #{deletedSign,jdbcType=INTEGER},
  689. audit_status = #{auditStatus,jdbcType=INTEGER},
  690. tech_broker_id = #{techBrokerId,jdbcType=VARCHAR},
  691. country_name_zh = #{countryNameZh,jdbcType=VARCHAR},
  692. international_flag = #{internationalFlag,jdbcType=INTEGER},
  693. jmrh_flag = #{jmrhFlag,jdbcType=INTEGER},
  694. boutique = #{boutique,jdbcType=INTEGER}
  695. where id = #{id,jdbcType=VARCHAR}
  696. </update>
  697. <select id="findUserOwnerAchievementListByPage" parameterType="String" resultType="com.goafanti.achievement.bo.AchievementListBo">
  698. select
  699. a.id, a.serial_number as serialNumber, a.data_category as dataCategory,
  700. a.name, a.keyword, a.category, a.owner_name as ownerName, a.owner_type as ownerType,
  701. ui.username as username, a.owner_id as ownerId, a.org_id as orgId, a.contacts,
  702. a.release_date as releaseDate, a.audit_status as auditStatus, ad.name as techBrokerId,a.boutique,a.create_time as createTime
  703. <if test="hot != null and hot == 1"><!-- 在首页 -->
  704. ,1 as hot
  705. </if>
  706. <if test="hot != null and hot == 0"><!-- 不在首页 -->
  707. ,0 as hot
  708. </if>
  709. <if test="hot==null"><!-- 无首页参数 -->
  710. ,ifnull(mm.effective,0) as hot
  711. </if>
  712. from achievement a
  713. LEFT JOIN admin ad on ad.id = a.tech_broker_id
  714. LEFT JOIN user_identity ui on a.owner_id = ui.uid
  715. <if test="hot != null and hot == 1"><!-- 在首页 -->
  716. inner join marketing_management mm on a.id = mm.product_id
  717. </if>
  718. <if test="hot == null"> <!-- 无首页参数 -->
  719. left join marketing_management mm on a.id = mm.product_id
  720. </if>
  721. where a.deleted_sign = 0 and a.owner_type = 0
  722. <if test="ownerName != null">
  723. and a.owner_name like CONCAT('%',#{ownerName,jdbcType=VARCHAR},'%')
  724. and (a.owner_id is null or a.owner_id = '')
  725. </if>
  726. <if test="username != null">
  727. and ui.username like CONCAT('%',#{username,jdbcType=VARCHAR},'%')
  728. </if>
  729. <if test="ownerId != null">
  730. and a.owner_id = #{ownerId,jdbcType=VARCHAR}
  731. </if>
  732. <if test="serialNumber != null">
  733. and a.serial_number = #{serialNumber,jdbcType=INTEGER}
  734. </if>
  735. <if test="auditStatus != null">
  736. and a.audit_status = #{auditStatus,jdbcType=INTEGER}
  737. </if>
  738. <if test="name != null">
  739. and a.name like CONCAT('%',#{name,jdbcType=VARCHAR},'%')
  740. </if>
  741. <if test="keyword != null">
  742. and a.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
  743. </if>
  744. <if test="category != null">
  745. and a.category = #{category,jdbcType=INTEGER}
  746. </if>
  747. <if test="status != null">
  748. and a.status = #{status,jdbcType=INTEGER}
  749. </if>
  750. <if test="rStart != null">
  751. and a.release_date <![CDATA[ > ]]> #{rStart,jdbcType=TIMESTAMP}
  752. </if>
  753. <if test="rEnd != null">
  754. and a.release_date <![CDATA[ < ]]> #{rEnd,jdbcType=TIMESTAMP}
  755. </if>
  756. <if test="cStart != null">
  757. and a.create_time <![CDATA[ > ]]> #{cStart,jdbcType=TIMESTAMP}
  758. </if>
  759. <if test="cEnd != null">
  760. and a.create_time <![CDATA[ < ]]> #{cEnd,jdbcType=TIMESTAMP}
  761. </if>
  762. <if test="releaseStatus != null">
  763. and a.release_status = #{releaseStatus,jdbcType=INTEGER}
  764. </if>
  765. <if test="techBrokerId != null">
  766. and a.tech_broker_id = #{techBrokerId,jdbcType=VARCHAR}
  767. </if>
  768. <if test="boutique != null">
  769. and a.boutique = #{boutique,jdbcType=INTEGER}
  770. </if>
  771. <if test="hot != null and hot == 0"><!-- 不在首页 -->
  772. and a.id not in(select mm.product_id from marketing_management mm where mm.effective = 1)
  773. </if>
  774. <if test="hot != null and hot == 1"><!-- 在首页 -->
  775. and mm.effective = 1
  776. </if>
  777. order by a.serial_number desc
  778. <if test="page_sql!=null">
  779. ${page_sql}
  780. </if>
  781. </select>
  782. <select id="findUserOwnerAchievementCount" parameterType="String" resultType="java.lang.Integer">
  783. select
  784. count(1)
  785. from achievement a
  786. <if test="hot != null and hot == 1"><!-- 在首页 -->
  787. inner join marketing_management mm on a.id = mm.product_id
  788. </if>
  789. <if test="hot == null"> <!-- 无首页参数 -->
  790. left join marketing_management mm on a.id = mm.product_id
  791. </if>
  792. where deleted_sign = 0 and owner_type = 0
  793. <if test="ownerName != null">
  794. and a.owner_name like CONCAT('%',#{ownerName,jdbcType=VARCHAR},'%')
  795. and (a.owner_id is null or a.owner_id = '')
  796. </if>
  797. <if test="username != null">
  798. and ui.username like CONCAT('%',#{username,jdbcType=VARCHAR},'%')
  799. </if>
  800. <if test="ownerId != null">
  801. and owner_id = #{ownerId,jdbcType=VARCHAR}
  802. </if>
  803. <if test="serialNumber != null">
  804. and serial_number = #{serialNumber,jdbcType=INTEGER}
  805. </if>
  806. <if test="auditStatus != null">
  807. and audit_status = #{auditStatus,jdbcType=INTEGER}
  808. </if>
  809. <if test="name != null">
  810. and name like CONCAT('%',#{name,jdbcType=VARCHAR},'%')
  811. </if>
  812. <if test="keyword != null">
  813. and keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
  814. </if>
  815. <if test="category != null">
  816. and category = #{category,jdbcType=INTEGER}
  817. </if>
  818. <if test="status != null">
  819. and status = #{status,jdbcType=INTEGER}
  820. </if>
  821. <if test="rStart != null">
  822. and release_date <![CDATA[ > ]]> #{rStart,jdbcType=TIMESTAMP}
  823. </if>
  824. <if test="rEnd != null">
  825. and release_date <![CDATA[ < ]]> #{rEnd,jdbcType=TIMESTAMP}
  826. </if>
  827. <if test="cStart != null">
  828. and a.create_time <![CDATA[ > ]]> #{cStart,jdbcType=TIMESTAMP}
  829. </if>
  830. <if test="cEnd != null">
  831. and a.create_time <![CDATA[ < ]]> #{cEnd,jdbcType=TIMESTAMP}
  832. </if>
  833. <if test="releaseStatus != null">
  834. and release_status = #{releaseStatus,jdbcType=INTEGER}
  835. </if>
  836. <if test="techBrokerId != null">
  837. and a.tech_broker_id = #{techBrokerId,jdbcType=VARCHAR}
  838. </if>
  839. <if test="boutique != null">
  840. and a.boutique = #{boutique,jdbcType=INTEGER}
  841. </if>
  842. <if test="hot != null and hot = 0"><!-- 不在首页 -->
  843. and a.id not in(select mm.product_id from marketing_management mm where mm.effective = 1)
  844. </if>
  845. <if test="hot != null and hot = 1"><!-- 在首页 -->
  846. and mm.effective = 1
  847. </if>
  848. </select>
  849. <select id="findOrgOwnerAchievementListByPage" parameterType="String" resultType="com.goafanti.achievement.bo.AchievementListBo">
  850. select
  851. a.id, a.serial_number as serialNumber, a.data_category as dataCategory,
  852. a.name, a.keyword, a.category, a.owner_name as ownerName, a.owner_type as ownerType,
  853. oi.unit_name as username, a.owner_id as ownerId, a.org_id as orgId, a.contacts,a.create_time as createTime,
  854. a.release_date as releaseDate, a.audit_status as auditStatus, ad.name as techBrokerId,a.boutique
  855. <if test="hot != null and hot == 1"><!-- 在首页 -->
  856. ,1 as hot
  857. </if>
  858. <if test="hot != null and hot == 0"><!-- 无首页参数 -->
  859. ,0 as hot
  860. </if>
  861. <if test="hot==null"><!-- 在首页 -->
  862. ,ifnull(mm.effective,0) as hot
  863. </if>
  864. from achievement a
  865. LEFT JOIN admin ad on ad.id = a.tech_broker_id
  866. LEFT JOIN organization_identity oi on a.owner_id = oi.uid
  867. <if test="adminId != null">
  868. LEFT JOIN user u on a.owner_id = u.id
  869. </if>
  870. <if test="hot != null and hot == 1"> <!-- 在首页 -->
  871. inner join marketing_management mm on a.id = mm.product_id
  872. </if>
  873. <if test="hot == null"> <!-- 无首页参数 -->
  874. left join marketing_management mm on a.id = mm.product_id
  875. </if>
  876. where a.deleted_sign = 0 and a.owner_type = 1
  877. <if test="techBrokerId != null">
  878. and a.tech_broker_id = #{techBrokerId,jdbcType=VARCHAR}
  879. </if>
  880. <if test="ownerName != null">
  881. and a.owner_name like CONCAT('%',#{ownerName,jdbcType=VARCHAR},'%')
  882. </if>
  883. <if test="unitName != null">
  884. and oi.unit_name like CONCAT('%',#{unitName,jdbcType=VARCHAR},'%')
  885. </if>
  886. <if test="ownerId != null">
  887. and a.owner_id = #{ownerId,jdbcType=VARCHAR}
  888. </if>
  889. <if test="serialNumber != null">
  890. and a.serial_number = #{serialNumber,jdbcType=INTEGER}
  891. </if>
  892. <if test="auditStatus != null">
  893. and a.audit_status = #{auditStatus,jdbcType=INTEGER}
  894. </if>
  895. <if test="name != null">
  896. and a.name like CONCAT('%',#{name,jdbcType=VARCHAR},'%')
  897. </if>
  898. <if test="keyword != null">
  899. and a.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
  900. </if>
  901. <if test="category != null">
  902. and a.category = #{category,jdbcType=INTEGER}
  903. </if>
  904. <if test="status != null">
  905. and a.status = #{status,jdbcType=INTEGER}
  906. </if>
  907. <if test="rStart != null">
  908. and a.release_date <![CDATA[ >= ]]> #{rStart,jdbcType=TIMESTAMP}
  909. </if>
  910. <if test="rEnd != null">
  911. and a.release_date <![CDATA[ < ]]> #{rEnd,jdbcType=TIMESTAMP}
  912. </if>
  913. <if test="cStart != null">
  914. and a.create_time <![CDATA[ >= ]]> #{cStart,jdbcType=TIMESTAMP}
  915. </if>
  916. <if test="cEnd != null">
  917. and a.create_time <![CDATA[ < ]]> #{cEnd,jdbcType=TIMESTAMP}
  918. </if>
  919. <if test="releaseStatus != null">
  920. and a.release_status = #{releaseStatus,jdbcType=INTEGER}
  921. </if>
  922. <if test="boutique != null">
  923. and a.boutique = #{boutique,jdbcType=INTEGER}
  924. </if>
  925. <if test="hot != null and hot == 0"><!-- 不在首页 -->
  926. and a.id not in(select mm.product_id from marketing_management mm where mm.effective = 1)
  927. </if>
  928. <if test="hot != null and hot == 1"><!-- 在首页 -->
  929. and mm.effective = 1
  930. </if>
  931. order by serial_number desc
  932. <if test="page_sql!=null">
  933. ${page_sql}
  934. </if>
  935. </select>
  936. <select id="findOrgOwnerAchievementCount" parameterType="String" resultType="java.lang.Integer">
  937. select
  938. count(1)
  939. from achievement a
  940. LEFT JOIN admin ad on ad.id = a.tech_broker_id
  941. LEFT JOIN organization_identity oi on a.owner_id = oi.uid
  942. <if test="adminId != null">
  943. LEFT JOIN user u on a.owner_id = u.id
  944. </if>
  945. <if test="hot != null and hot == 1"><!-- 在首页 -->
  946. inner join marketing_management mm on a.id = mm.product_id
  947. </if>
  948. <if test="hot == null"> <!-- 无首页参数 -->
  949. left join marketing_management mm on a.id = mm.product_id
  950. </if>
  951. where a.deleted_sign = 0 and a.owner_type = 1
  952. <if test="techBrokerId != null">
  953. and a.tech_broker_id = #{techBrokerId,jdbcType=VARCHAR}
  954. </if>
  955. <if test="ownerName != null">
  956. and a.owner_name like CONCAT('%',#{ownerName,jdbcType=VARCHAR},'%')
  957. </if>
  958. <if test="unitName != null">
  959. and oi.unit_name like CONCAT('%',#{unitName,jdbcType=VARCHAR},'%')
  960. </if>
  961. <if test="ownerId != null">
  962. and a.owner_id = #{ownerId,jdbcType=VARCHAR}
  963. </if>
  964. <if test="serialNumber != null">
  965. and a.serial_number = #{serialNumber,jdbcType=INTEGER}
  966. </if>
  967. <if test="auditStatus != null">
  968. and a.audit_status = #{auditStatus,jdbcType=INTEGER}
  969. </if>
  970. <if test="name != null">
  971. and a.name like CONCAT('%',#{name,jdbcType=VARCHAR},'%')
  972. </if>
  973. <if test="keyword != null">
  974. and a.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
  975. </if>
  976. <if test="category != null">
  977. and a.category = #{category,jdbcType=INTEGER}
  978. </if>
  979. <if test="status != null">
  980. and a.status = #{status,jdbcType=INTEGER}
  981. </if>
  982. <if test="rStart != null">
  983. and a.release_date <![CDATA[ >= ]]> #{rStart,jdbcType=TIMESTAMP}
  984. </if>
  985. <if test="rEnd != null">
  986. and a.release_date <![CDATA[ < ]]> #{rEnd,jdbcType=TIMESTAMP}
  987. </if>
  988. <if test="cStart != null">
  989. and a.create_time <![CDATA[ >= ]]> #{cStart,jdbcType=TIMESTAMP}
  990. </if>
  991. <if test="cEnd != null">
  992. and a.create_time <![CDATA[ < ]]> #{cEnd,jdbcType=TIMESTAMP}
  993. </if>
  994. <if test="releaseStatus != null">
  995. and a.release_status = #{releaseStatus,jdbcType=INTEGER}
  996. </if>
  997. <if test="hot != null and hot == 0"><!-- 不在首页 -->
  998. and a.id not in(select mm.product_id from marketing_management mm where mm.effective = 1)
  999. </if>
  1000. <if test="hot != null and hot == 1"><!-- 在首页 -->
  1001. and mm.effective = 1
  1002. </if>
  1003. </select>
  1004. <update id="updateReleaseDate" parameterType="java.lang.String">
  1005. update achievement set release_date = null
  1006. where id = #{id,jdbcType=VARCHAR}
  1007. </update>
  1008. <update id="batchDeleteByPrimaryKey" parameterType="java.util.List">
  1009. update achievement set deleted_sign = 1
  1010. where id in
  1011. <foreach item="item" collection="list" open="(" separator="," close=")">
  1012. #{item}
  1013. </foreach>
  1014. </update>
  1015. <select id="findAchievementListByPage" parameterType="String" resultType="com.goafanti.achievement.bo.AchievementListBo">
  1016. select
  1017. id, serial_number as serialNumber, data_category as dataCategory,
  1018. name, keyword, category, introduction,owner_postal_address as ownerPostalAddress,
  1019. owner_name as ownerName, owner_type as ownerType, owner_mobile as ownerMobile,field_a as fieldA,field_b as fieldB,field_c as fieldC,
  1020. status, release_date as releaseDate, audit_status as auditStatus
  1021. from achievement
  1022. where deleted_sign = 0
  1023. <if test="ownerId != null">
  1024. and owner_id = #{ownerId,jdbcType=VARCHAR}
  1025. </if>
  1026. <if test="serialNumber != null">
  1027. and serial_number = #{serialNumber,jdbcType=INTEGER}
  1028. </if>
  1029. <if test="auditStatus != null">
  1030. and audit_status = #{auditStatus,jdbcType=INTEGER}
  1031. </if>
  1032. <if test="name != null">
  1033. and name like CONCAT('%',#{name,jdbcType=VARCHAR},'%')
  1034. </if>
  1035. <if test="keyword != null">
  1036. and keyword like CONCAT('%',#{keyword,jdbcType=VARCHAR},'%')
  1037. </if>
  1038. <if test="category != null">
  1039. and category = #{category,jdbcType=INTEGER}
  1040. </if>
  1041. <if test="ownerType != null">
  1042. and owner_type = #{ownerType,jdbcType=INTEGER}
  1043. </if>
  1044. <if test="status != null">
  1045. and status = #{status,jdbcType=INTEGER}
  1046. </if>
  1047. <if test="rStart != null">
  1048. and release_date <![CDATA[ >= ]]> #{rStart,jdbcType=TIMESTAMP}
  1049. </if>
  1050. <if test="rEnd != null">
  1051. and release_date <![CDATA[ < ]]> #{rEnd,jdbcType=TIMESTAMP}
  1052. </if>
  1053. <if test="releaseStatus != null">
  1054. and release_status = #{releaseStatus,jdbcType=INTEGER}
  1055. </if>
  1056. order by serial_number desc
  1057. <if test="page_sql!=null">
  1058. ${page_sql}
  1059. </if>
  1060. </select>
  1061. <select id="findAchievementCount" parameterType="String" resultType="java.lang.Integer">
  1062. select
  1063. count(1)
  1064. from achievement
  1065. where deleted_sign = 0
  1066. <if test="ownerId != null">
  1067. and owner_id = #{ownerId,jdbcType=VARCHAR}
  1068. </if>
  1069. <if test="serialNumber != null">
  1070. and serial_number = #{serialNumber,jdbcType=INTEGER}
  1071. </if>
  1072. <if test="auditStatus != null">
  1073. and audit_status = #{auditStatus,jdbcType=INTEGER}
  1074. </if>
  1075. <if test="name != null">
  1076. and name like CONCAT('%',#{name,jdbcType=VARCHAR},'%')
  1077. </if>
  1078. <if test="keyword != null">
  1079. and keyword like CONCAT('%',#{keyword,jdbcType=VARCHAR},'%')
  1080. </if>
  1081. <if test="category != null">
  1082. and category = #{category,jdbcType=INTEGER}
  1083. </if>
  1084. <if test="ownerType != null">
  1085. and owner_type = #{ownerType,jdbcType=INTEGER}
  1086. </if>
  1087. <if test="status != null">
  1088. and status = #{status,jdbcType=INTEGER}
  1089. </if>
  1090. <if test="rStart != null">
  1091. and release_date <![CDATA[ >= ]]> #{rStart,jdbcType=TIMESTAMP}
  1092. </if>
  1093. <if test="rEnd != null">
  1094. and release_date <![CDATA[ < ]]> #{rEnd,jdbcType=TIMESTAMP}
  1095. </if>
  1096. <if test="releaseStatus != null">
  1097. and release_status = #{releaseStatus,jdbcType=INTEGER}
  1098. </if>
  1099. </select>
  1100. <select id="selectUserOwnerDetail" parameterType="java.lang.String" resultType="com.goafanti.achievement.bo.AchievementUserOwnerDetailBo">
  1101. select
  1102. a.id, a.serial_number as serialNumber, a.data_category as dataCategory,
  1103. a.name, a.keyword, a.category,
  1104. a.summary, a.introduction, a.technical_picture_url as technicalPictureUrl,
  1105. a.field_a as fieldA, a.field_b as fieldB, a.field_c as fieldC,
  1106. a.maturity, a.maturity_picture_url as maturityPictureUrl, a.maturity_text_file_url as maturityTextFileUrl,
  1107. a.maturity_video_url as maturityVideoUrl, a.innovation, a.owner_id as ownerId,
  1108. a.owner_name as ownerName, a.owner_type as ownerType, a.owner_id_number as ownerIdNumber,
  1109. a.owner_mobile as ownerMobile, a.owner_email as ownerEmail, a.owner_postal_address as ownerPostalAddress,
  1110. a.cooperation_mode as cooperationMode, a.transfer_mode as transferMode, a.bargaining_mode as bargainingMode,
  1111. a.transfer_price as transferPrice, a.technical_scene as technicalScene, a.breakthrough,
  1112. a.patent_case as patentCase, a.awards, a.team_des as teamDes, a.international_flag as internationalFlag,
  1113. a.parameter, a.tech_plan_url as techPlanUrl, a.business_plan_url as businessPlanUrl,
  1114. a.contacts, a.manager_id as managerId, a.salesman_id as salesmanId,
  1115. a.create_time as createTime, a.release_status as releaseStatus,
  1116. a.release_date as releaseDate, a.audit_status as auditStatus, a.tech_broker_id as techBrokerId,
  1117. ui.username as iOwnerName, ui.province, ui.city, ui.area, u.email as iOwnerEmail,
  1118. ui.id_number as iOwnerIdNumber, u.mobile as iOwnerMobile,a.boutique,ifnull(mm.effective,0) as hot,mm.cover_img as coverImg
  1119. from achievement a
  1120. left join user_identity ui on a.owner_id = ui.uid
  1121. left join user u on u.id = a.owner_id
  1122. left join marketing_management mm on a.id = mm.product_id
  1123. where a.id = #{id,jdbcType=VARCHAR}
  1124. </select>
  1125. <select id="selectOrgOwnerDetail" parameterType="java.lang.String" resultType="com.goafanti.achievement.bo.AchievementOrgOwnerDetailBo">
  1126. select
  1127. a.id, a.serial_number as serialNumber, a.data_category as dataCategory,
  1128. a.name, a.keyword, a.category,
  1129. a.summary, a.introduction, a.technical_picture_url as technicalPictureUrl,
  1130. a.field_a as fieldA, a.field_b as fieldB, a.field_c as fieldC,
  1131. a.maturity, a.maturity_picture_url as maturityPictureUrl, a.maturity_text_file_url as maturityTextFileUrl,
  1132. a.maturity_video_url as maturityVideoUrl, a.innovation, a.owner_id as ownerId,
  1133. a.owner_name as ownerName, a.owner_type as ownerType, a.owner_id_number as ownerIdNumber,
  1134. a.owner_mobile as ownerMobile, a.owner_email as ownerEmail, a.owner_postal_address as ownerPostalAddress,
  1135. a.cooperation_mode as cooperationMode, a.transfer_mode as transferMode, a.bargaining_mode as bargainingMode,
  1136. a.transfer_price as transferPrice, a.technical_scene as technicalScene, a.breakthrough,
  1137. a.patent_case as patentCase, a.awards, a.team_des as teamDes,
  1138. a.parameter, a.tech_plan_url as techPlanUrl, a.business_plan_url as businessPlanUrl,
  1139. a.contacts, a.manager_id as managerId, a.salesman_id as salesmanId, a.international_flag as internationalFlag,
  1140. a.create_time as createTime, a.release_status as releaseStatus,
  1141. a.release_date as releaseDate, a.audit_status as auditStatus, a.tech_broker_id as techBrokerId,
  1142. oi.unit_name as iOwnerName, oi.postal_address as iOwnerPostalAddress, u.email as iOwnerEmail,
  1143. oi.org_code as iOwnerIdNumber, u.mobile as iOwnerMobile,a.boutique,ifnull(mm.effective,0) hot,mm.cover_img as coverImg,a.remark
  1144. from achievement a
  1145. left join organization_identity oi on a.owner_id = oi.uid
  1146. left join user u on u.id = a.owner_id
  1147. left join marketing_management mm on a.id = mm.product_id
  1148. where a.id = #{id,jdbcType=VARCHAR}
  1149. </select>
  1150. <insert id="insertBatch" parameterType="com.goafanti.common.model.Achievement">
  1151. insert into achievement
  1152. (id, deleted_sign, audit_status,
  1153. create_time, release_status, data_category,
  1154. name, keyword, category,
  1155. owner_name, owner_type, owner_id_number,
  1156. owner_mobile, owner_email, owner_postal_address,
  1157. cooperation_mode, introduction, tech_broker_id,international_flag
  1158. )
  1159. values
  1160. <foreach item="item" index="index" collection="list" separator=",">
  1161. (
  1162. #{item.id,jdbcType=VARCHAR}, #{item.deletedSign,jdbcType=INTEGER}, #{item.auditStatus,jdbcType=INTEGER},
  1163. #{item.createTime,jdbcType=TIMESTAMP}, #{item.releaseStatus,jdbcType=INTEGER}, #{item.dataCategory,jdbcType=INTEGER},
  1164. #{item.name,jdbcType=VARCHAR}, #{item.keyword,jdbcType=VARCHAR}, #{item.category,jdbcType=INTEGER},
  1165. #{item.ownerName,jdbcType=VARCHAR}, #{item.ownerType,jdbcType=VARCHAR}, #{item.ownerIdNumber,jdbcType=VARCHAR},
  1166. #{item.ownerMobile,jdbcType=VARCHAR}, #{item.ownerEmail,jdbcType=VARCHAR}, #{item.ownerPostalAddress,jdbcType=VARCHAR},
  1167. #{item.cooperationMode,jdbcType=INTEGER}, #{item.introduction,jdbcType=LONGVARCHAR},#{item.techBrokerId,jdbcType=VARCHAR},
  1168. #{item.internationalFlag,jdbcType=INTEGER}
  1169. )
  1170. </foreach>
  1171. </insert>
  1172. <select id="findSearchAchievementListByPage" parameterType="String" resultType="com.goafanti.portal.bo.AchievementSearchListBo">
  1173. select
  1174. a.id, a.name, a.keyword,a.introduction,a.category,
  1175. a.serial_number as serialNumber,
  1176. a.data_category as dataCategory,
  1177. a.owner_type as ownerType,
  1178. a.owner_name as ownerName,
  1179. a.field_a as fieldA,
  1180. a.field_b as fieldB,
  1181. a.transfer_price as transferPrice,
  1182. a.maturity,
  1183. a.introduction,a.boutique,
  1184. a.transfer_mode as transferMode,
  1185. a.technical_picture_url as technicalPictureUrl,
  1186. b.name as fieldAs
  1187. from achievement a
  1188. left join field_glossory b on a.field_a = b.id
  1189. where a.deleted_sign = 0
  1190. <if test="dataCategory != null and dataCategory != ''">
  1191. and a.data_category = #{dataCategory,jdbcType=INTEGER}
  1192. </if>
  1193. <if test="category != null and category != ''">
  1194. and a.category = #{category,jdbcType=INTEGER}
  1195. </if>
  1196. <if test="fieldA != null and fieldA != ''">
  1197. and a.field_a = #{fieldA,jdbcType=INTEGER}
  1198. </if>
  1199. <if test="keyword != null and keyword != ''">
  1200. and a.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
  1201. </if>
  1202. <if test="transferMode != null">
  1203. and a.transfer_mode = #{transferMode,jdbcType=INTEGER}
  1204. </if>
  1205. <if test="upperPrice != null and upperPrice != ''">
  1206. and a.transfer_price &lt; #{upperPrice,jdbcType=VARCHAR}
  1207. </if>
  1208. <if test="lowerPrice != null and lowerPrice != ''">
  1209. and a.transfer_price &gt; #{lowerPrice,jdbcType=VARCHAR}
  1210. </if>
  1211. <if test="internationalFlag != null ">
  1212. and a.international_flag = #{internationalFlag,jdbcType=INTEGER}
  1213. </if>
  1214. and a.release_status = 1
  1215. and a.audit_status = 3
  1216. <if test="dateSort == 0">
  1217. order by a.release_date asc
  1218. </if>
  1219. <if test="dateSort == 1">
  1220. order by a.release_date desc
  1221. </if>
  1222. <if test="page_sql != null">
  1223. ${page_sql}
  1224. </if>
  1225. </select>
  1226. <select id="findSearchAchievementCount" parameterType="String" resultType="java.lang.Integer">
  1227. select
  1228. count(1)
  1229. from achievement a
  1230. where a.deleted_sign = 0
  1231. <if test="dataCategory != null and dataCategory != ''">
  1232. and a.data_category = #{dataCategory,jdbcType=INTEGER}
  1233. </if>
  1234. <if test="category != null and category != ''">
  1235. and a.category = #{category,jdbcType=INTEGER}
  1236. </if>
  1237. <if test="fieldA != null and fieldA != ''">
  1238. and a.field_a = #{fieldA,jdbcType=INTEGER}
  1239. </if>
  1240. <if test="keyword != null and keyword != ''">
  1241. and a.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
  1242. </if>
  1243. <if test="transferMode != null">
  1244. and a.transfer_mode = #{transferMode,jdbcType=INTEGER}
  1245. </if>
  1246. <if test="upperPrice != null and upperPrice != ''">
  1247. and a.transfer_price &lt; #{upperPrice,jdbcType=VARCHAR}
  1248. </if>
  1249. <if test="lowerPrice != null and lowerPrice != ''">
  1250. and a.transfer_price &gt; #{lowerPrice,jdbcType=VARCHAR}
  1251. </if>
  1252. <if test="internationalFlag != null ">
  1253. and a.international_flag = #{internationalFlag,jdbcType=INTEGER}
  1254. </if>
  1255. and a.release_status = 1
  1256. and a.audit_status = 3
  1257. <if test="dateSort == 0">
  1258. order by a.release_date asc
  1259. </if>
  1260. <if test="dateSort == 1">
  1261. order by a.release_date desc
  1262. </if>
  1263. </select>
  1264. <select id="selectAchievementSearchDetail" resultType="com.goafanti.portal.bo.AchievementDetailBo">
  1265. select
  1266. a.id,
  1267. a.owner_name as ownerName,
  1268. a.serial_number as serialNumber,
  1269. a.keyword,
  1270. a.name,
  1271. a.data_category as dataCategory,
  1272. a.category,
  1273. ui.username,
  1274. oi.unit_name as unitName,
  1275. a.release_date as releaseDate,
  1276. a.owner_type as ownerType,
  1277. a.field_a as fieldA,
  1278. a.field_b as fieldB,
  1279. a.transfer_price as transferPrice,
  1280. a.maturity,
  1281. a.transfer_mode as transferMode,
  1282. a.bargaining_mode as bargainingMode,
  1283. a.summary,
  1284. a.introduction,
  1285. a.technical_picture_url as technicalPictureUrl,
  1286. a.maturity_picture_url as maturityPictureUrl,
  1287. a.maturity_text_file_url as maturityTextFileUrl,
  1288. a.maturity_video_url as maturityVideoUrl,
  1289. a.innovation,
  1290. a.cooperation_mode as cooperationMode,
  1291. a.bargaining_mode as bargainingMode,
  1292. a.technical_scene as technicalScene,
  1293. a.breakthrough,
  1294. a.patent_case as patentCase,
  1295. a.awards,
  1296. a.team_des as teamDes,
  1297. a.parameter,
  1298. a.tech_plan_url as techPlanUrl,
  1299. a.business_plan_url as businessPlanUrl,
  1300. ai.id as achievementInterestId,
  1301. ao.id as achievementOrderId,
  1302. ao.status as orderStatus
  1303. from achievement a
  1304. left join user_identity ui on ui.uid = a.owner_id
  1305. left join organization_identity oi on oi.uid = a.owner_id
  1306. left join achievement_interest ai on ai.achievement_id = a.id and ai.uid = #{0}
  1307. left join achievement_order ao on ao.achievement_id = a.id and ao.uid = #{0} and ao.status <![CDATA[ <> ]]> 6
  1308. where a.id = #{1}
  1309. </select>
  1310. <select id="findAchievementNumByUid" parameterType="java.lang.String" resultType="java.lang.Integer">
  1311. select
  1312. count(1)
  1313. from achievement
  1314. where
  1315. deleted_sign = 0
  1316. and release_status = 1
  1317. and audit_status = 3
  1318. and owner_id = #{uid,jdbcType=VARCHAR}
  1319. </select>
  1320. <select id="findPartnerAchievementListByPage" parameterType="java.lang.String" resultType="com.goafanti.achievement.bo.AchievementPartnerListBo">
  1321. SELECT
  1322. id,
  1323. serial_number AS serialNumber,
  1324. data_category AS dataCategory,
  1325. NAME,
  1326. keyword,
  1327. category,
  1328. owner_type as ownerType,
  1329. release_date AS releaseDate,
  1330. field_a as fieldA,
  1331. maturity,
  1332. introduction,
  1333. technical_picture_url as technicalPictureUrl,
  1334. bargaining_mode as bargainingMode,
  1335. transfer_price as transferPrice
  1336. FROM
  1337. achievement
  1338. WHERE
  1339. audit_status = 3
  1340. AND release_status = 1
  1341. AND deleted_sign = 0
  1342. AND owner_id = #{ownerId,jdbcType=VARCHAR}
  1343. </select>
  1344. <select id="findPartnerAchievementCount" parameterType="java.lang.String" resultType="java.lang.Integer">
  1345. SELECT
  1346. count(1)
  1347. FROM
  1348. achievement
  1349. WHERE
  1350. audit_status = 3
  1351. AND release_status = 1
  1352. AND deleted_sign = 0
  1353. AND owner_id = #{ownerId,jdbcType=VARCHAR}
  1354. </select>
  1355. <select id="findUserPortalAchievementDetail" parameterType="java.lang.String" resultType="com.goafanti.portal.bo.AchievementPortalDetailBo">
  1356. SELECT
  1357. a.id,
  1358. a.name,
  1359. a.keyword,
  1360. a.category,
  1361. a.introduction,
  1362. a.maturity,
  1363. a.transfer_price AS transferPrice,
  1364. a.patent_case AS patentCase,
  1365. a.field_a as fieldA,
  1366. fg.name AS fieldAS,
  1367. fgg.name AS fieldBS,
  1368. a.release_date AS releaseDate,
  1369. dg.name as province,
  1370. dgg.name as city,
  1371. a.technical_picture_url AS technicalPictureUrl,
  1372. a.transfer_mode as transferMode,
  1373. interest.id as interestId,
  1374. u.lvl as level,
  1375. a.owner_name as ownerName,
  1376. a.owner_mobile as ownerMobile,
  1377. a.bargaining_mode as bargainingMode,
  1378. ui.city as location
  1379. FROM
  1380. achievement a
  1381. LEFT JOIN <![CDATA[ user ]]> u on u.id = a.owner_id
  1382. LEFT JOIN user_identity ui on ui.uid = a.owner_id
  1383. LEFT JOIN district_glossory dg on dg.id = ui.province
  1384. LEFT JOIN district_glossory dgg on dgg.id = ui.city
  1385. LEFT JOIN field_glossory fg on fg.id = a.field_a
  1386. LEFT JOIN field_glossory fgg on fgg.id = a.field_b
  1387. LEFT JOIN achievement_interest interest on interest.achievement_id = a.id and interest.uid = #{uid,jdbcType=VARCHAR}
  1388. WHERE
  1389. a.id = #{id,jdbcType=VARCHAR}
  1390. </select>
  1391. <select id="findOrgPortalAchievementDetail" parameterType="java.lang.String" resultType="com.goafanti.portal.bo.AchievementPortalDetailBo">
  1392. SELECT
  1393. a.id,
  1394. a.name,
  1395. a.keyword,
  1396. a.category,
  1397. a.introduction,
  1398. a.maturity,
  1399. a.transfer_price AS transferPrice,
  1400. a.patent_case AS patentCase,
  1401. a.field_a as fieldA,
  1402. fg.name AS fieldAS,
  1403. fgg.name AS fieldBS,
  1404. a.release_date AS releaseDate,
  1405. dg.name as province,
  1406. dgg.name as city,
  1407. a.technical_picture_url AS technicalPictureUrl,
  1408. a.transfer_mode as transferMode,
  1409. interest.id as interestId,
  1410. u.lvl as level,
  1411. a.owner_name as ownerName,
  1412. a.bargaining_mode as bargainingMode
  1413. FROM
  1414. achievement a
  1415. LEFT JOIN <![CDATA[ user ]]> u on u.id = a.owner_id
  1416. LEFT JOIN organization_identity oi on oi.uid = a.owner_id
  1417. LEFT JOIN district_glossory dg on dg.id = oi.licence_province
  1418. LEFT JOIN district_glossory dgg on dgg.id = oi.licence_city
  1419. LEFT JOIN field_glossory fg on fg.id = a.field_a
  1420. LEFT JOIN field_glossory fgg on fgg.id = a.field_b
  1421. LEFT JOIN achievement_interest interest on interest.achievement_id = a.id and interest.uid = #{uid,jdbcType=VARCHAR}
  1422. WHERE
  1423. a.id = #{id,jdbcType=VARCHAR}
  1424. </select>
  1425. <select id="findUserPortalSimilarByFieldA" resultType="com.goafanti.portal.bo.AchievementPortalSimilarListBo">
  1426. SELECT
  1427. a.id,
  1428. a.name,
  1429. a.maturity,
  1430. dg.name as uprovince,
  1431. dgg.name as ucity,
  1432. dggg.name as oprovince,
  1433. dgggg.name as ocity,
  1434. a.transfer_price as transferPrice,
  1435. a.bargaining_mode as bargainingMode
  1436. FROM
  1437. achievement a
  1438. LEFT JOIN user_identity ui ON ui.uid = a.owner_id
  1439. LEFT JOIN organization_identity oi on oi.uid = a.owner_id
  1440. LEFT JOIN district_glossory dg on dg.id = ui.province
  1441. LEFT JOIN district_glossory dgg on dgg.id = ui.city
  1442. LEFT JOIN district_glossory dggg on dggg.id = oi.licence_province
  1443. LEFT JOIN district_glossory dgggg on dgggg.id = oi.licence_city
  1444. WHERE
  1445. a.audit_status = 3
  1446. AND a.deleted_sign = 0
  1447. AND a.release_status = 1
  1448. AND a.field_a = #{fieldA,jdbcType=INTEGER}
  1449. AND a.id <![CDATA[ <> ]]> #{id,jdbcType=VARCHAR}
  1450. order by a.serial_number desc
  1451. limit 5
  1452. </select>
  1453. <select id="findOrgPortalSimilarByFieldA" resultType="com.goafanti.portal.bo.AchievementPortalSimilarListBo">
  1454. SELECT
  1455. a.id,
  1456. a.name,
  1457. a.maturity,
  1458. dg.name as oprovince,
  1459. dgg.name as ocity,
  1460. dggg.name as uprovince,
  1461. dgggg.name as ucity,
  1462. a.transfer_price as transferPrice,
  1463. a.bargaining_mode as bargainingMode
  1464. FROM
  1465. achievement a
  1466. LEFT JOIN organization_identity oi ON oi.uid = a.owner_id
  1467. LEFT JOIN user_identity ui ON ui.uid = a.owner_id
  1468. LEFT JOIN district_glossory dg on dg.id = oi.licence_province
  1469. LEFT JOIN district_glossory dgg on dgg.id = oi.licence_city
  1470. LEFT JOIN district_glossory dggg on dggg.id = ui.province
  1471. LEFT JOIN district_glossory dgggg on dgggg.id = ui.city
  1472. WHERE
  1473. a.audit_status = 3
  1474. AND a.deleted_sign = 0
  1475. AND a.release_status = 1
  1476. AND a.field_a = #{fieldA,jdbcType=INTEGER}
  1477. AND a.id <![CDATA[ <> ]]> #{id,jdbcType=VARCHAR}
  1478. order by a.serial_number desc
  1479. limit 5
  1480. </select>
  1481. <update id="updateOwnerId" parameterType="java.lang.String" >
  1482. update achievement
  1483. set owner_id = null
  1484. where id = #{id,jdbcType=VARCHAR}
  1485. </update>
  1486. <select id="selectInternationalAchievement" resultType="com.goafanti.portal.bo.InternationalListBo">
  1487. select
  1488. a.id as id,
  1489. a.name as techName,
  1490. a.introduction,
  1491. a.owner_name as ownerName,
  1492. a.owner_type as ownerType,
  1493. a.technical_picture_url as technicalPictureUrl,
  1494. a.country_name_zh as countryNameZh
  1495. from
  1496. achievement a
  1497. where
  1498. a.deleted_sign = 0 and a.data_category = 1
  1499. <!-- and a.release_status = 1 and nternational_flag = 1 -->
  1500. order by
  1501. a.release_date desc
  1502. limit 0,5
  1503. </select>
  1504. <select id="selectJmrhAchievement" resultType="com.goafanti.residentIntegration.bo.ResidentIntegrationBo">
  1505. select
  1506. id, name, owner_type as ownerType
  1507. from
  1508. achievement t
  1509. where
  1510. jmrh_flag = 1 and data_category = 0 and audit_status = 3
  1511. order by
  1512. create_time desc
  1513. limit 5;
  1514. </select>
  1515. <select id="selectJmrTechnology" resultType="com.goafanti.residentIntegration.bo.ResidentIntegrationBo">
  1516. select
  1517. id, name, maturity, owner_type as ownerType
  1518. from
  1519. achievement t
  1520. where
  1521. jmrh_flag = 1 and data_category = 1 and audit_status = 3
  1522. order by
  1523. create_time desc
  1524. limit 5;
  1525. </select>
  1526. <select id="selectJmrProject" resultType="com.goafanti.residentIntegration.bo.ResidentIntegrationBo">
  1527. select
  1528. a.id, a.name, c.residence_city as residenceCity,d.name as industry, owner_type as ownerType
  1529. from
  1530. achievement a
  1531. left join
  1532. user b on a.owner_id = b.id
  1533. left join
  1534. user_info c on b.id = c.uid
  1535. left join
  1536. field_glossory d on a.field_a = d.id
  1537. where
  1538. jmrh_flag = 1 and data_category = 1 and audit_status = 3
  1539. order by
  1540. a.create_time asc
  1541. limit 5;
  1542. </select>
  1543. <select id="findBoutiqueListByPage" parameterType="java.lang.String" resultType="com.goafanti.portal.bo.BoutiqueListBo">
  1544. select
  1545. a.id ,
  1546. a.name,
  1547. a.transfer_price as price,
  1548. a.summary as sketch,
  1549. a.technical_picture_url as pictureUrl,
  1550. a.owner_type as ownerType,
  1551. b.name as industryCatalog,
  1552. a.owner_name as personName
  1553. from
  1554. achievement a
  1555. left join
  1556. field_glossory b
  1557. on
  1558. a.field_a = b.id
  1559. where
  1560. a.boutique = 1 and a.audit_status = 3 and a.deleted_sign=0
  1561. <if test="fieldA != null and fieldA != ''">
  1562. and a.field_a = #{fieldA,jdbcType=INTEGER}
  1563. </if>
  1564. <if test="dataCategory != null and dataCategory != ''">
  1565. and data_category = #{dataCategory,jdbcType=INTEGER}
  1566. </if>
  1567. <if test="category != null and category != ''">
  1568. and category = #{category,jdbcType=INTEGER}
  1569. </if>
  1570. order by a.create_time desc
  1571. <if test="page_sql!=null">
  1572. ${page_sql}
  1573. </if>
  1574. </select>
  1575. <select id="findBoutiqueCount" parameterType="java.lang.String" resultType="java.lang.Integer">
  1576. select
  1577. count(0)
  1578. from
  1579. achievement a
  1580. left join
  1581. field_glossory b
  1582. on
  1583. a.field_a = b.id
  1584. where
  1585. a.boutique = 1 and a.audit_status = 3 and a.deleted_sign=0
  1586. <if test="fieldA != null and fieldA != ''">
  1587. and a.field_a = #{fieldA,jdbcType=INTEGER}
  1588. </if>
  1589. <if test="dataCategory != null and dataCategory != ''">
  1590. and data_category = #{dataCategory,jdbcType=INTEGER}
  1591. </if>
  1592. <if test="category != null and category != ''">
  1593. and category = #{category,jdbcType=INTEGER}
  1594. </if>
  1595. </select>
  1596. <select id="listAchievement" resultType="com.goafanti.achievement.bo.AchievementListBo">
  1597. select
  1598. a.id, a.name, a.keyword,a.introduction,a.category,
  1599. a.serial_number as serialNumber,
  1600. a.data_category as dataCategory,
  1601. a.owner_type as ownerType,
  1602. a.owner_name as ownerName,
  1603. a.field_a as fieldA,
  1604. a.transfer_price as transferPrice,
  1605. a.transfer_mode as transfermode,
  1606. a.maturity,
  1607. a.technical_picture_url as technicalpictureurl
  1608. from achievement a
  1609. where
  1610. a.deleted_sign = 0
  1611. and a.category = 0
  1612. and a.release_status = 1
  1613. and a.audit_status = 3
  1614. order by a.release_date desc limit 0,12
  1615. </select>
  1616. <!-- 查询猜你喜欢 -->
  1617. <select id="selectCsutomerLike" resultType="com.goafanti.achievement.bo.AchievementListBo">
  1618. select
  1619. a.id, a.name, a.keyword,a.introduction,a.category,
  1620. a.serial_number as serialNumber,
  1621. a.data_category as dataCategory,
  1622. a.owner_type as ownerType,
  1623. a.owner_name as ownerName,
  1624. a.field_a as fieldA,
  1625. a.field_b as fieldB,
  1626. a.transfer_price as transferPrice,
  1627. a.technical_picture_url as technicalpictureurl
  1628. from achievement a
  1629. LEFT JOIN aft.achievement_interest b on a.id = b.achievement_id
  1630. where
  1631. a.deleted_sign = 0
  1632. and category = 0
  1633. and a.release_status = 1
  1634. and a.audit_status = 3
  1635. <if test="boutique != null">
  1636. and a.boutique= #{boutique,jdbcType=INTEGER}
  1637. </if>
  1638. order by a.release_date desc limit 0,4
  1639. </select>
  1640. <select id="countInterest" resultType="Integer">
  1641. select count(0)
  1642. from achievement_interest
  1643. where achievement_id=#{achievementId,jdbcType=VARCHAR}
  1644. </select>
  1645. <select id="achievementInterest" resultType="com.goafanti.achievement.bo.AchievementInterestBo">
  1646. select
  1647. a.id,a.name,a.create_time as createTime
  1648. from achievement_interest ai
  1649. LEFT join achievement a on ai.achievement_id=a.id
  1650. where uid=#{uid,jdbcType=VARCHAR}
  1651. </select>
  1652. </mapper>