| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
- <mapper namespace="com.goafanti.common.dao.DemandMapper" >
- <resultMap id="BaseResultMap" type="com.goafanti.common.model.Demand" >
- <id column="id" property="id" jdbcType="VARCHAR" />
- <result column="serial_number" property="serialNumber" jdbcType="INTEGER" />
- <result column="data_category" property="dataCategory" jdbcType="INTEGER" />
- <result column="name" property="name" jdbcType="VARCHAR" />
- <result column="keyword" property="keyword" jdbcType="VARCHAR" />
- <result column="info_sources" property="infoSources" jdbcType="INTEGER" />
- <result column="industry_category_a" property="industryCategoryA" jdbcType="INTEGER" />
- <result column="industry_category_b" property="industryCategoryB" jdbcType="INTEGER" />
- <result column="industry_category_c" property="industryCategoryC" jdbcType="INTEGER" />
- <result column="demand_type" property="demandType" jdbcType="INTEGER" />
- <result column="problem_des" property="problemDes" jdbcType="LONGVARCHAR" />
- <result column="technical_requirements" property="technicalRequirements" jdbcType="VARCHAR" />
- <result column="picture_url" property="pictureUrl" jdbcType="LONGVARCHAR" />
- <result column="text_file_url" property="textFileUrl" jdbcType="VARCHAR" />
- <result column="video_url" property="videoUrl" jdbcType="VARCHAR" />
- <result column="fixed_budget" property="fixedBudget" jdbcType="DECIMAL" />
- <result column="fixed_cycle" property="fixedCycle" jdbcType="VARCHAR" />
- <result column="people_number" property="peopleNumber" jdbcType="INTEGER" />
- <result column="fixed_scheme" property="fixedScheme" jdbcType="VARCHAR" />
- <result column="cost_escrow" property="costEscrow" jdbcType="DECIMAL" />
- <result column="budget_cost" property="budgetCost" jdbcType="DECIMAL" />
- <result column="validity_period" property="validityPeriod" jdbcType="TIMESTAMP" />
- <result column="employer_id" property="employerId" jdbcType="VARCHAR" />
- <result column="employer_name" property="employerName" jdbcType="VARCHAR" />
- <result column="employer_address" property="employerAddress" jdbcType="VARCHAR" />
- <result column="employer_contacts" property="employerContacts" jdbcType="VARCHAR" />
- <result column="employer_contacts_mobile" property="employerContactsMobile" jdbcType="VARCHAR" />
- <result column="employer_contacts_mailbox" property="employerContactsMailbox" jdbcType="VARCHAR" />
- <result column="contacts" property="contacts" jdbcType="VARCHAR" />
- <result column="status" property="status" jdbcType="INTEGER" />
- <result column="release_status" property="releaseStatus" jdbcType="INTEGER" />
- <result column="release_date" property="releaseDate" jdbcType="TIMESTAMP" />
- <result column="create_time" property="createTime" jdbcType="TIMESTAMP" />
- <result column="principal_id" property="principalId" jdbcType="VARCHAR" />
- <result column="deleted_sign" property="deletedSign" jdbcType="INTEGER" />
- <result column="audit_status" property="auditStatus" jdbcType="INTEGER" />
- <result column="tech_broker_id" property="techBrokerId" jdbcType="VARCHAR" />
- <result column="boutique" property="boutique" jdbcType="INTEGER" />
- <result column="uid" property="uid" jdbcType="VARCHAR" />
- <result column="urgent_days" property="urgentDays" jdbcType="INTEGER" />
- <result column="urgent_money" property="urgentMoney" jdbcType="DECIMAL" />
- </resultMap>
- <sql id="Base_Column_List" >
- id, serial_number, data_category, name, keyword, info_sources, industry_category_a,
- industry_category_b, industry_category_c, demand_type, problem_des, technical_requirements,
- picture_url, text_file_url, video_url, fixed_budget, fixed_cycle, people_number,
- fixed_scheme, cost_escrow, budget_cost, validity_period, employer_id, employer_name,
- employer_address, employer_contacts, employer_contacts_mobile, employer_contacts_mailbox,
- contacts, status, release_status, release_date, create_time, principal_id, deleted_sign,
- audit_status, tech_broker_id,boutique,urgent_money,urgent_days
- </sql>
- <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
- select
- <include refid="Base_Column_List" />
- from demand
- where id = #{id,jdbcType=VARCHAR}
- </select>
- <select id="selectAppByPrimaryKey" resultType="com.goafanti.demand.bo.DemandListBo" parameterType="java.lang.String" >
- select
- d.id, d.serial_number AS serialNumber, d.data_category AS dataCategory, d.name, d.keyword, d.info_sources AS infoSources, d.industry_category_a AS industryCategoryA,
- d.industry_category_b AS industryCategoryB, d.industry_category_c AS industryCategoryC, d.demand_type AS demandType, d.problem_des AS problemDes, d.technical_requirements AS technicalRequirements,
- d.picture_url AS pictureUrl, d.text_file_url AS textFileUrl, d.video_url AS videoUrl, d.fixed_budget AS fixedBudget, d.fixed_cycle AS fixedCycle, d.people_number AS peopleNumber,
- d.fixed_scheme AS fixedScheme, d.cost_escrow AS costEscrow, d.budget_cost AS budgetCost, d.validity_period as validityPeriod, d.employer_id AS employerId, d.employer_name AS employerName,
- d.employer_address AS employerAddress, d.employer_contacts AS employerContacts, d.employer_contacts_mobile AS employerContactsMobile, d.employer_contacts_mailbox AS employerContactsMailbox,
- d.contacts, d.status, d.release_status AS releaseStatus, d.release_date AS releaseDate , d.create_time AS createTime, d.principal_id AS principalId, d.deleted_sign AS deletedSign,
- d.audit_status AS auditStatus, d.tech_broker_id AS techBrokerId,d.boutique,d.urgent_money AS urgentMoney,d.urgent_days as urgentDays
- ,ifnull(t.x,0) as orderIntentionCount,ifnull(t2.x,0) as orderCount,j.easemob_name as easemobName,d.contacts,d.contact_mobile as contactMobile
- from demand d
- left join jpush_easemob_account j on d.employer_id=j.uid
- left join (select count(0) as x,tl.commodity_id from t_order tr
- left join t_order_detail tl on tl.order_no=tr.order_no
- where order_status != 4
- group by tl.commodity_id) t on d.id=t.commodity_id
- left join (select count(0) as x,tl.commodity_id from t_order tr
- left join t_order_detail tl on tl.order_no=tr.order_no
- where tr.order_status != 4 and tr.order_status != 0
- group by tl.commodity_id ) t2 on d.id=t2.commodity_id
- where d.id = #{id,jdbcType=VARCHAR}
- </select>
- <delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
- delete from demand
- where id = #{id,jdbcType=VARCHAR}
- </delete>
- <insert id="insert" parameterType="com.goafanti.common.model.Demand" >
- insert into demand (id, serial_number, data_category,
- name, keyword, info_sources,
- industry_category_a, industry_category_b, industry_category_c,
- demand_type, problem_des, technical_requirements,
- picture_url, text_file_url, video_url,
- fixed_budget, fixed_cycle, people_number,
- fixed_scheme, cost_escrow, budget_cost,
- validity_period, employer_id, employer_name,
- employer_address, employer_contacts, employer_contacts_mobile,
- employer_contacts_mailbox, contacts, status,
- release_status, release_date, create_time,
- principal_id, deleted_sign, audit_status, tech_broker_id,boutique,remark,urgent_days,urgent_money,contact_mobile)
- values (#{id,jdbcType=VARCHAR}, #{serialNumber,jdbcType=INTEGER}, #{dataCategory,jdbcType=INTEGER},
- #{name,jdbcType=VARCHAR}, #{keyword,jdbcType=VARCHAR}, #{infoSources,jdbcType=INTEGER},
- #{industryCategoryA,jdbcType=INTEGER}, #{industryCategoryB,jdbcType=INTEGER}, #{industryCategoryC,jdbcType=INTEGER},
- #{demandType,jdbcType=INTEGER}, #{problemDes,jdbcType=VARCHAR}, #{technicalRequirements,jdbcType=VARCHAR},
- #{pictureUrl,jdbcType=LONGVARCHAR}, #{textFileUrl,jdbcType=VARCHAR}, #{videoUrl,jdbcType=VARCHAR},
- #{fixedBudget,jdbcType=DECIMAL}, #{fixedCycle,jdbcType=VARCHAR}, #{peopleNumber,jdbcType=INTEGER},
- #{fixedScheme,jdbcType=VARCHAR}, #{costEscrow,jdbcType=DECIMAL}, #{budgetCost,jdbcType=DECIMAL},
- #{validityPeriod,jdbcType=TIMESTAMP}, #{employerId,jdbcType=VARCHAR}, #{employerName,jdbcType=VARCHAR},
- #{employerAddress,jdbcType=VARCHAR}, #{employerContacts,jdbcType=VARCHAR}, #{employerContactsMobile,jdbcType=VARCHAR},
- #{employerContactsMailbox,jdbcType=VARCHAR}, #{contacts,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER},
- #{releaseStatus,jdbcType=INTEGER}, #{releaseDate,jdbcType=TIMESTAMP}, #{createTime,jdbcType=TIMESTAMP},
- #{principalId,jdbcType=VARCHAR}, #{deletedSign,jdbcType=INTEGER}, #{auditStatus,jdbcType=INTEGER},
- #{techBrokerId,jdbcType=VARCHAR},#{boutique,jdbcType=INTEGER},#{remark,jdbcType=VARCHAR},#{urgentDays,jdbcType=VARCHAR},#{urgentMoney,jdbcType=VARCHAR},#{contactMobile,jdbcType=VARCHAR})
- </insert>
- <insert id="insertSelective" parameterType="com.goafanti.common.model.Demand" >
- insert into demand
- <trim prefix="(" suffix=")" suffixOverrides="," >
- <if test="id != null" >
- id,
- </if>
- <if test="serialNumber != null" >
- serial_number,
- </if>
- <if test="dataCategory != null" >
- data_category,
- </if>
- <if test="name != null" >
- name,
- </if>
- <if test="keyword != null" >
- keyword,
- </if>
- <if test="infoSources != null" >
- info_sources,
- </if>
- <if test="industryCategoryA != null" >
- industry_category_a,
- </if>
- <if test="industryCategoryB != null" >
- industry_category_b,
- </if>
- <if test="industryCategoryC != null" >
- industry_category_c,
- </if>
- <if test="demandType != null" >
- demand_type,
- </if>
- <if test="problemDes != null" >
- problem_des,
- </if>
- <if test="technicalRequirements != null" >
- technical_requirements,
- </if>
- <if test="pictureUrl != null" >
- picture_url,
- </if>
- <if test="textFileUrl != null" >
- text_file_url,
- </if>
- <if test="videoUrl != null" >
- video_url,
- </if>
- <if test="fixedBudget != null" >
- fixed_budget,
- </if>
- <if test="fixedCycle != null" >
- fixed_cycle,
- </if>
- <if test="peopleNumber != null" >
- people_number,
- </if>
- <if test="fixedScheme != null" >
- fixed_scheme,
- </if>
- <if test="costEscrow != null" >
- cost_escrow,
- </if>
- <if test="budgetCost != null" >
- budget_cost,
- </if>
- <if test="validityPeriod != null" >
- validity_period,
- </if>
- <if test="employerId != null" >
- employer_id,
- </if>
- <if test="employerName != null" >
- employer_name,
- </if>
- <if test="employerAddress != null" >
- employer_address,
- </if>
- <if test="employerContacts != null" >
- employer_contacts,
- </if>
- <if test="employerContactsMobile != null" >
- employer_contacts_mobile,
- </if>
- <if test="employerContactsMailbox != null" >
- employer_contacts_mailbox,
- </if>
- <if test="contacts != null" >
- contacts,
- </if>
- <if test="status != null" >
- status,
- </if>
- <if test="releaseStatus != null" >
- release_status,
- </if>
- <if test="releaseDate != null" >
- release_date,
- </if>
- <if test="createTime != null" >
- create_time,
- </if>
- <if test="principalId != null" >
- principal_id,
- </if>
- <if test="deletedSign != null" >
- deleted_sign,
- </if>
- <if test="auditStatus != null" >
- audit_status,
- </if>
- <if test="techBrokerId != null" >
- tech_broker_id,
- </if>
- <if test="boutique != null" >
- boutique,
- </if>
- <if test="remark != null" >
- remark,
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides="," >
- <if test="id != null" >
- #{id,jdbcType=VARCHAR},
- </if>
- <if test="serialNumber != null" >
- #{serialNumber,jdbcType=INTEGER},
- </if>
- <if test="dataCategory != null" >
- #{dataCategory,jdbcType=INTEGER},
- </if>
- <if test="name != null" >
- #{name,jdbcType=VARCHAR},
- </if>
- <if test="keyword != null" >
- #{keyword,jdbcType=VARCHAR},
- </if>
- <if test="infoSources != null" >
- #{infoSources,jdbcType=INTEGER},
- </if>
- <if test="industryCategoryA != null" >
- #{industryCategoryA,jdbcType=INTEGER},
- </if>
- <if test="industryCategoryB != null" >
- #{industryCategoryB,jdbcType=INTEGER},
- </if>
- <if test="industryCategoryC != null" >
- #{industryCategoryC,jdbcType=INTEGER},
- </if>
- <if test="demandType != null" >
- #{demandType,jdbcType=INTEGER},
- </if>
- <if test="problemDes != null" >
- #{problemDes,jdbcType=VARCHAR},
- </if>
- <if test="technicalRequirements != null" >
- #{technicalRequirements,jdbcType=VARCHAR},
- </if>
- <if test="pictureUrl != null" >
- #{pictureUrl,jdbcType=LONGVARCHAR},
- </if>
- <if test="textFileUrl != null" >
- #{textFileUrl,jdbcType=VARCHAR},
- </if>
- <if test="videoUrl != null" >
- #{videoUrl,jdbcType=VARCHAR},
- </if>
- <if test="fixedBudget != null" >
- #{fixedBudget,jdbcType=DECIMAL},
- </if>
- <if test="fixedCycle != null" >
- #{fixedCycle,jdbcType=VARCHAR},
- </if>
- <if test="peopleNumber != null" >
- #{peopleNumber,jdbcType=INTEGER},
- </if>
- <if test="fixedScheme != null" >
- #{fixedScheme,jdbcType=VARCHAR},
- </if>
- <if test="costEscrow != null" >
- #{costEscrow,jdbcType=DECIMAL},
- </if>
- <if test="budgetCost != null" >
- #{budgetCost,jdbcType=DECIMAL},
- </if>
- <if test="validityPeriod != null" >
- #{validityPeriod,jdbcType=TIMESTAMP},
- </if>
- <if test="employerId != null" >
- #{employerId,jdbcType=VARCHAR},
- </if>
- <if test="employerName != null" >
- #{employerName,jdbcType=VARCHAR},
- </if>
- <if test="employerAddress != null" >
- #{employerAddress,jdbcType=VARCHAR},
- </if>
- <if test="employerContacts != null" >
- #{employerContacts,jdbcType=VARCHAR},
- </if>
- <if test="employerContactsMobile != null" >
- #{employerContactsMobile,jdbcType=VARCHAR},
- </if>
- <if test="employerContactsMailbox != null" >
- #{employerContactsMailbox,jdbcType=VARCHAR},
- </if>
- <if test="contacts != null" >
- #{contacts,jdbcType=INTEGER},
- </if>
- <if test="status != null" >
- #{status,jdbcType=INTEGER},
- </if>
- <if test="releaseStatus != null" >
- #{releaseStatus,jdbcType=INTEGER},
- </if>
- <if test="releaseDate != null" >
- #{releaseDate,jdbcType=TIMESTAMP},
- </if>
- <if test="createTime != null" >
- #{createTime,jdbcType=TIMESTAMP},
- </if>
- <if test="principalId != null" >
- #{principalId,jdbcType=VARCHAR},
- </if>
- <if test="deletedSign != null" >
- #{deletedSign,jdbcType=INTEGER},
- </if>
- <if test="auditStatus != null" >
- #{auditStatus,jdbcType=INTEGER},
- </if>
- <if test="techBrokerId != null" >
- #{techBrokerId,jdbcType=VARCHAR},
- </if>
- <if test="boutique != null" >
- #{boutique,jdbcType=INTEGER},
- </if>
- <if test="remark != null" >
- #{remark,jdbcType=VARCHAR},
- </if>
- </trim>
- </insert>
- <update id="updateByPrimaryKeySelective" parameterType="com.goafanti.common.model.Demand" >
- update demand
- <set >
- <if test="serialNumber != null" >
- serial_number = #{serialNumber,jdbcType=INTEGER},
- </if>
- <if test="dataCategory != null" >
- data_category = #{dataCategory,jdbcType=INTEGER},
- </if>
- <if test="name != null" >
- name = #{name,jdbcType=VARCHAR},
- </if>
- <if test="keyword != null" >
- keyword = #{keyword,jdbcType=VARCHAR},
- </if>
- <if test="infoSources != null" >
- info_sources = #{infoSources,jdbcType=INTEGER},
- </if>
- <if test="industryCategoryA != null" >
- industry_category_a = #{industryCategoryA,jdbcType=INTEGER},
- </if>
- <if test="industryCategoryB != null" >
- industry_category_b = #{industryCategoryB,jdbcType=INTEGER},
- </if>
- <if test="industryCategoryC != null" >
- industry_category_c = #{industryCategoryC,jdbcType=INTEGER},
- </if>
- <if test="demandType != null" >
- demand_type = #{demandType,jdbcType=INTEGER},
- </if>
- <if test="problemDes != null" >
- problem_des = #{problemDes,jdbcType=VARCHAR},
- </if>
- <if test="technicalRequirements != null" >
- technical_requirements = #{technicalRequirements,jdbcType=VARCHAR},
- </if>
- <if test="pictureUrl != null" >
- picture_url = #{pictureUrl,jdbcType=LONGVARCHAR},
- </if>
- <if test="textFileUrl != null" >
- text_file_url = #{textFileUrl,jdbcType=VARCHAR},
- </if>
- <if test="videoUrl != null" >
- video_url = #{videoUrl,jdbcType=VARCHAR},
- </if>
- <if test="fixedBudget != null" >
- fixed_budget = #{fixedBudget,jdbcType=DECIMAL},
- </if>
- <if test="fixedCycle != null" >
- fixed_cycle = #{fixedCycle,jdbcType=VARCHAR},
- </if>
- <if test="peopleNumber != null" >
- people_number = #{peopleNumber,jdbcType=INTEGER},
- </if>
- <if test="fixedScheme != null" >
- fixed_scheme = #{fixedScheme,jdbcType=VARCHAR},
- </if>
- <if test="costEscrow != null" >
- cost_escrow = #{costEscrow,jdbcType=DECIMAL},
- </if>
- <if test="budgetCost != null" >
- budget_cost = #{budgetCost,jdbcType=DECIMAL},
- </if>
- <if test="validityPeriod != null" >
- validity_period = #{validityPeriod,jdbcType=TIMESTAMP},
- </if>
- <if test="employerId != null" >
- employer_id = #{employerId,jdbcType=VARCHAR},
- </if>
- <if test="employerName != null" >
- employer_name = #{employerName,jdbcType=VARCHAR},
- </if>
- <if test="employerAddress != null" >
- employer_address = #{employerAddress,jdbcType=VARCHAR},
- </if>
- <if test="employerContacts != null" >
- employer_contacts = #{employerContacts,jdbcType=VARCHAR},
- </if>
- <if test="employerContactsMobile != null" >
- employer_contacts_mobile = #{employerContactsMobile,jdbcType=VARCHAR},
- </if>
- <if test="employerContactsMailbox != null" >
- employer_contacts_mailbox = #{employerContactsMailbox,jdbcType=VARCHAR},
- </if>
- <if test="contacts != null" >
- contacts = #{contacts,jdbcType=VARCHAR},
- </if>
-
- <if test="contactMobile != null" >
- contact_mobile = #{contactMobile ,jdbcType=VARCHAR},
- </if>
- <if test="status != null" >
- status = #{status,jdbcType=INTEGER},
- </if>
- <if test="releaseStatus != null" >
- release_status = #{releaseStatus,jdbcType=INTEGER},
- </if>
- <if test="releaseDate != null" >
- release_date = #{releaseDate,jdbcType=TIMESTAMP},
- </if>
- <if test="createTime != null" >
- create_time = #{createTime,jdbcType=TIMESTAMP},
- </if>
- <if test="principalId != null" >
- principal_id = #{principalId,jdbcType=VARCHAR},
- </if>
- <if test="deletedSign != null" >
- deleted_sign = #{deletedSign,jdbcType=INTEGER},
- </if>
- <if test="auditStatus != null" >
- audit_status = #{auditStatus,jdbcType=INTEGER},
- </if>
- <if test="techBrokerId != null" >
- tech_broker_id = #{techBrokerId,jdbcType=VARCHAR},
- </if>
- <if test="boutique != null">
- boutique = #{boutique,jdbcType=INTEGER},
- </if>
- <if test="remark != null" >
- remark = #{remark,jdbcType=VARCHAR},
- </if>
- <if test="urgentDays != null" >
- urgent_days = #{urgentDays,jdbcType=VARCHAR},
- </if>
- <if test="urgentMoney != null" >
- urgent_money = #{urgentMoney,jdbcType=VARCHAR},
- </if>
- </set>
- where id = #{id,jdbcType=VARCHAR}
- </update>
- <update id="updateByPrimaryKey" parameterType="com.goafanti.common.model.Demand" >
- update demand
- set serial_number = #{serialNumber,jdbcType=INTEGER},
- data_category = #{dataCategory,jdbcType=INTEGER},
- name = #{name,jdbcType=VARCHAR},
- keyword = #{keyword,jdbcType=VARCHAR},
- info_sources = #{infoSources,jdbcType=INTEGER},
- industry_category_a = #{industryCategoryA,jdbcType=INTEGER},
- industry_category_b = #{industryCategoryB,jdbcType=INTEGER},
- industry_category_c = #{industryCategoryC,jdbcType=INTEGER},
- demand_type = #{demandType,jdbcType=INTEGER},
- problem_des = #{problemDes,jdbcType=VARCHAR},
- technical_requirements = #{technicalRequirements,jdbcType=VARCHAR},
- picture_url = #{pictureUrl,jdbcType=LONGVARCHAR},
- text_file_url = #{textFileUrl,jdbcType=VARCHAR},
- video_url = #{videoUrl,jdbcType=VARCHAR},
- fixed_budget = #{fixedBudget,jdbcType=DECIMAL},
- fixed_cycle = #{fixedCycle,jdbcType=VARCHAR},
- people_number = #{peopleNumber,jdbcType=INTEGER},
- fixed_scheme = #{fixedScheme,jdbcType=VARCHAR},
- cost_escrow = #{costEscrow,jdbcType=DECIMAL},
- budget_cost = #{budgetCost,jdbcType=DECIMAL},
- validity_period = #{validityPeriod,jdbcType=TIMESTAMP},
- employer_id = #{employerId,jdbcType=VARCHAR},
- employer_name = #{employerName,jdbcType=VARCHAR},
- employer_address = #{employerAddress,jdbcType=VARCHAR},
- employer_contacts = #{employerContacts,jdbcType=VARCHAR},
- employer_contacts_mobile = #{employerContactsMobile,jdbcType=VARCHAR},
- employer_contacts_mailbox = #{employerContactsMailbox,jdbcType=VARCHAR},
- contacts = #{contacts,jdbcType=INTEGER},
- status = #{status,jdbcType=INTEGER},
- release_status = #{releaseStatus,jdbcType=INTEGER},
- release_date = #{releaseDate,jdbcType=TIMESTAMP},
- create_time = #{createTime,jdbcType=TIMESTAMP},
- principal_id = #{principalId,jdbcType=VARCHAR},
- deleted_sign = #{deletedSign,jdbcType=INTEGER},
- audit_status = #{auditStatus,jdbcType=INTEGER},
- tech_broker_id = #{techBrokerId,jdbcType=VARCHAR},
- boutique = #{boutique,jdbcType=INTEGER}
- where id = #{id,jdbcType=VARCHAR}
- </update>
-
-
-
- <select id="selectUserDemandDetail" parameterType="java.lang.String" resultType="com.goafanti.demand.bo.DemandManageDetailBo">
- select
- d.id, d.serial_number as serialNumber, d.data_category as dataCategory,
- d.name, d.keyword, d.info_sources as infoSources,
- ui.username, d.demand_type as demandType, d.validity_period as validityPeriod,
- ui.province, d.status, d.release_status as releaseStatus,
- d.release_date as releaseDate, d.principal_id as principalId, d.industry_category_a as industryCategoryA,
- d.industry_category_b as industryCategoryB, d.problem_des as problemDes, d.technical_requirements as technicalRequirements,
- d.picture_url as pictureUrl, d.text_file_url as textFileUrl, d.video_url as videoUrl,
- d.budget_cost as budgetCost, d.fixed_cycle as fixedCycle, d.people_number as peopleNumber,
- d.fixed_scheme as fixedScheme, d.cost_escrow as costEscrow, d.employer_id as employerId,
- u.email as mailbox, u.mobile as mobile, d.audit_status as auditStatus,
- d.employer_address as employerAddress, d.employer_contacts_mobile as employerContactsMobile,
- d.employer_contacts_mailbox as employerContactsMailbox, d.employer_name as employerName,
- d.tech_broker_id as techBrokerId, u.mobile as contactsName,d.urgent_days as urgentDays,d.urgent_money as urgentMoney,
- d.boutique,ifnull(mm.effective,0) as hot,mm.cover_img as coverImg,d.remark,d.contacts,d.contact_mobile as contactMobile
- from demand d
- left join user_identity ui on ui.uid = d.employer_id
- left join user u on u.id = d.employer_id
- left join marketing_management mm on d.id = mm.product_id
- where d.data_category = 0 and d.id = #{id,jdbcType=VARCHAR}
- </select>
-
- <select id="findAppDemandListByPage" parameterType="String" resultType="com.goafanti.demand.bo.DemandListBo">
- select
- d.id, d.serial_number as serialNumber, d.data_category as dataCategory, d.boutique,
- d.name, d.keyword, d.demand_type as demandType, d.industry_category_a as industryCategoryA, d.industry_category_b as industryCategoryB, d.industry_category_c as industryCategoryC,
- d.validity_period as validityPeriod, d.status, d.release_status as releaseStatus,
- d.release_date as releaseDate, d.employer_id as employerId, d.audit_status as auditStatus,t.city as cityname,
- d.urgent_money as urgentMoney,d.urgent_days as urgentDays,d.employer_address as employerAddress,d.problem_des as problemDes,ifnull(t.countInterest,0) as countInterest,g.name as industryCategory1,g2.name as industryCategory2
- from demand d
- left join user_identity t on d.employer_id=t.uid
- left join field_glossory g on d.industry_category_a=g.id
- left join field_glossory g2 on d.industry_category_b=g2.id
- left join (select count(0) as countInterest ,demand_id from demand_interest
- group by demand_id) t on d.id=t.demand_id
- where d.deleted_sign = 0
- and d.audit_status=3
- <if test="employerId != null">
- and d.employer_id = #{employerId, jdbcType=VARCHAR}
- </if>
- <if test="serialNumber != null">
- and d.serial_number = #{serialNumber,jdbcType=INTEGER}
- </if>
- <if test="auditStatus != null">
- and d.audit_status = #{auditStatus,jdbcType=INTEGER}
- </if>
- <if test="name != null">
- and d.name like CONCAT('%',#{name,jdbcType=VARCHAR},'%')
- </if>
- <if test="keyword != null">
- and d.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
- </if>
- <if test="demandType != null">
- and d.demand_type = #{demandType,jdbcType=INTEGER}
- </if>
- <if test="industryCategoryA != null">
- and d.industry_category_a = #{industryCategoryA,jdbcType=INTEGER}
- </if>
- <if test="status != null">
- and d.status = #{status,jdbcType=VARCHAR}
- </if>
- <if test="releaseStatus != null">
- and d.release_status = #{releaseStatus,jdbcType=VARCHAR}
- </if>
- <if test="vStart != null">
- and d.validity_period <![CDATA[ >= ]]> #{vStart,jdbcType=TIMESTAMP}
- </if>
- <if test="vEnd != null">
- and d.validity_period <![CDATA[ < ]]> #{vEnd,jdbcType=TIMESTAMP}
- </if>
- <if test="rStart != null">
- and d.release_date <![CDATA[ >= ]]> #{rStart,jdbcType=TIMESTAMP}
- </if>
- <if test="rEnd != null">
- and d.release_date <![CDATA[ < ]]> #{rEnd,jdbcType=TIMESTAMP}
- </if>
- order by d.boutique desc
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
-
- <select id="findAppDemandCount" parameterType="String" resultType="java.lang.Integer">
- select count(1)
- from demand d
- where d.deleted_sign = 0
- <if test="employerId != null">
- and d.employer_id = #{employerId, jdbcType=VARCHAR}
- </if>
- <if test="serialNumber != null">
- and d.serial_number = #{serialNumber,jdbcType=INTEGER}
- </if>
- <if test="auditStatus != null">
- and d.audit_status = #{auditStatus,jdbcType=INTEGER}
- </if>
- <if test="industryCategoryA != null">
- and d.industry_category_a = #{industryCategoryA,jdbcType=INTEGER}
- </if>
- <if test="name != null">
- and d.name like CONCAT('%',#{name,jdbcType=VARCHAR},'%')
- </if>
- <if test="keyword != null">
- and d.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
- </if>
- <if test="demandType != null">
- and d.demand_type = #{demandType,jdbcType=INTEGER}
- </if>
- <if test="status != null">
- and d.status = #{status,jdbcType=VARCHAR}
- </if>
- <if test="releaseStatus != null">
- and d.release_status = #{releaseStatus,jdbcType=VARCHAR}
- </if>
- <if test="vStart != null">
- and d.validity_period <![CDATA[ >= ]]> #{vStart,jdbcType=TIMESTAMP}
- </if>
- <if test="vEnd != null">
- and d.validity_period <![CDATA[ < ]]> #{vEnd,jdbcType=TIMESTAMP}
- </if>
- <if test="rStart != null">
- and d.release_date <![CDATA[ >= ]]> #{rStart,jdbcType=TIMESTAMP}
- </if>
- <if test="rEnd != null">
- and d.release_date <![CDATA[ < ]]> #{rEnd,jdbcType=TIMESTAMP}
- </if>
- </select>
-
- <select id="selectOrgDemandDetail" parameterType="java.lang.String" resultType="com.goafanti.demand.bo.DemandManageDetailBo">
- select
- d.id, d.serial_number as serialNumber, d.data_category as dataCategory,
- d.name, d.keyword, d.info_sources as infoSources,
- oi.unit_name as username, d.demand_type as demandType, d.validity_period as validityPeriod,
- oi.licence_province as province, d.status, d.release_status as releaseStatus,
- d.release_date as releaseDate, d.principal_id as principalId, d.industry_category_a as industryCategoryA,
- d.industry_category_b as industryCategoryB, d.problem_des as problemDes, d.technical_requirements as technicalRequirements,
- d.picture_url as pictureUrl, d.text_file_url as textFileUrl, d.video_url as videoUrl,
- d.budget_cost as budgetCost, d.fixed_cycle as fixedCycle, d.people_number as peopleNumber,
- d.fixed_scheme as fixedScheme, d.cost_escrow as costEscrow, d.employer_id as employerId,
- oi.postal_address as address, u.email as mailbox, d.contacts, d.audit_status as auditStatus,
- d.tech_broker_id as techBrokerId,d.remark,d.urgent_days as urgentDays,d.urgent_money as urgentMoney,
- d.employer_address as employerAddress, d.employer_contacts_mobile as employerContactsMobile,
- d.employer_contacts_mailbox as employerContactsMailbox, d.employer_name as employerName,
- d.boutique,ifnull(mm.effective,0) as hot,mm.cover_img as coverImg,d.contacts,d.contact_mobile as contactMobile
- from demand d
- left join organization_identity oi on oi.uid = d.employer_id
- left join user u on u.id = d.employer_id
- left join marketing_management mm on d.id = mm.product_id
- where <!-- d.data_category = 1 and --> d.id = #{id,jdbcType=VARCHAR}
- </select>
-
- <update id="batchDeleteByPrimaryKey" parameterType="java.util.List">
- update demand set deleted_sign = 1
- where id in
- <foreach item="item" collection="list" open="(" separator="," close=")">
- #{item}
- </foreach>
- </update>
-
- <update id="updateReleaseDate" parameterType="java.lang.String">
- update demand set release_date = null
- where id = #{id,jdbcType=VARCHAR}
- </update>
-
- <insert id="insertBatch" parameterType="com.goafanti.common.model.Demand">
- insert into demand
- (id, deleted_sign, audit_status,
- status, release_status, create_time,
- keyword, data_category, name,
- demand_type, problem_des, employer_name,
- employer_contacts, employer_contacts_mobile, employer_contacts_mailbox, info_sources,tech_broker_id,remark,urgent_days ,urgent_money)
- values
- <foreach item="item" index="index" collection="list" separator=",">
- (
- #{item.id,jdbcType=VARCHAR}, #{item.deletedSign,jdbcType=INTEGER}, #{item.auditStatus,jdbcType=INTEGER},
- #{item.status,jdbcType=INTEGER}, #{item.releaseStatus,jdbcType=INTEGER}, #{item.createTime,jdbcType=TIMESTAMP},
- #{item.keyword,jdbcType=VARCHAR}, #{item.dataCategory,jdbcType=INTEGER}, #{item.name,jdbcType=VARCHAR},
- #{item.demandType,jdbcType=INTEGER}, #{item.problemDes,jdbcType=VARCHAR}, #{item.employerName,jdbcType=VARCHAR},
- #{item.employerContacts,jdbcType=VARCHAR}, #{item.employerContactsMobile,jdbcType=VARCHAR}, #{item.employerContactsMailbox,jdbcType=VARCHAR},
- #{item.infoSources,jdbcType=INTEGER},#{item.techBrokerId,jdbcType=VARCHAR},#{item.remark,jdbcType=VARCHAR},,#{item.urgentDays,jdbcType=VARCHAR},#{item.urgentMoney,jdbcType=VARCHAR}
- )
- </foreach>
- </insert>
-
- <select id="selectDemandSearchDetail" parameterType="java.lang.String" resultType="com.goafanti.portal.bo.DemandSearchDetailBo">
- select
- d.id,
- d.employer_name as employerName,
- d.serial_number as serialNumber,
- d.keyword,
- d.data_category as dataCategory,
- d.name,
- d.industry_category_a as industryCategoryA,
- d.industry_category_b as industryCategoryB,
- d.demand_type as demandType,
- d.budget_cost as budgetCost,
- d.problem_des as problemDes,
- d.release_date as releaseDate,
- d.technical_requirements as technicalRequirements,
- d.picture_url as pictureUrl,
- d.text_file_url as textFileUrl,
- d.video_url as videoUrl,
- d.fixed_cycle as fixedCycle,
- d.people_number as peopleNumber,
- d.fixed_scheme as fixedScheme,
- d.cost_escrow as costEscrow,
- d.validity_period as validityPeriod,
- ui.username,
- oi.unit_name as unitName,
- di.id as demandInterestId,
- do.id as demandOrderId,
- do.status as orderStatus
- from demand d
- left join user_identity ui on ui.uid = d.employer_id
- left join organization_identity oi on oi.uid = d.employer_id
- left join demand_interest di on di.demand_id = d.id and di.uid = #{0}
- left join demand_order do on do.demand_id = d.id and do.uid = #{0} and do.status <![CDATA[ <> ]]> 6
- where d.id = #{1}
- </select>
-
- <select id="findDemandNumByUid" parameterType="java.lang.String" resultType="java.lang.Integer">
- select
- count(1)
- from demand
- where
- deleted_sign = 0
- and release_status = 1
- and audit_status = 3
- and employer_id = #{uid,jdbcType=VARCHAR}
- </select>
-
- <select id="findPartnerDemandListByPage" parameterType="java.lang.String" resultType="com.goafanti.demand.bo.DemandPartnerListBo">
- SELECT
- id,
- serial_number AS serialNumber,
- data_category AS dataCategory,
- NAME,
- keyword,
- release_date AS releaseDate,
- demand_type AS demandType,
- validity_period AS validityPeriod,
- problem_des as problemDes,
- industry_category_a as industryCategoryA,
- industry_category_b as industryCategoryB,
- budget_cost as budgetCost
- FROM
- demand
- WHERE
- audit_status = 3
- AND release_status = 1
- AND deleted_sign = 0
- AND employer_id = #{employerId,jdbcType=VARCHAR}
- </select>
-
- <select id="findPartnerDemandCount" parameterType="java.lang.String" resultType="java.lang.Integer">
- SELECT
- count(1)
- FROM
- demand
- WHERE
- audit_status = 3
- AND release_status = 1
- AND deleted_sign = 0
- AND employer_id = #{employerId,jdbcType=VARCHAR}
- </select>
-
- <select id="findUserPortalDemandDetail" parameterType="java.lang.String" resultType="com.goafanti.portal.bo.DemandPortalDetailBo">
- SELECT
- d.id,
- d.name,
- d.keyword,
- d.validity_period as validityPeriod,
- d.industry_category_a AS industryCategoryA,
- d.picture_url as pictureUrl,
- d.employer_contacts_mobile as employerContactsMobile,
- d.data_category as dataCategory,
- fg.name AS industryCategoryAS,
- fgg.name AS industryCategorBS,
- d.budget_cost AS budgetCost,
- d.problem_des AS problemDes,
- dg.name AS province,
- dgg.name AS city,
- interest.id as interestId,
- d.employer_name as employerName,
- u.lvl as level
- FROM
- demand d
- LEFT JOIN `user` u on u.id = d.employer_id
- LEFT JOIN user_identity ui on ui.uid = d.employer_id
- LEFT JOIN district_glossory dg ON dg.id = ui.province
- LEFT JOIN district_glossory dgg ON dgg.id = ui.city
- LEFT JOIN field_glossory fg on fg.id = d.industry_category_a
- LEFT JOIN field_glossory fgg on fgg.id = d.industry_category_b
- LEFT JOIN demand_interest interest on interest.demand_id = d.id and interest.uid = #{uid,jdbcType=VARCHAR}
- WHERE
- d.id = #{id,jdbcType=VARCHAR}
- </select>
-
- <select id="findOrgPortalDemandDetail" parameterType="java.lang.String" resultType="com.goafanti.portal.bo.DemandPortalDetailBo">
- SELECT
- d.id,
- d.name,
- d.keyword,
- d.picture_url as pictureUrl,
- d.validity_period as validityPeriod,
- d.employer_contacts_mobile as employerContactsMobile,
- d.data_category as dataCategory,
- d.industry_category_a AS industryCategoryA,
- fg.name AS industryCategoryAS,
- fgg.name AS industryCategoryBS,
- d.budget_cost AS budgetCost,
- d.problem_des AS problemDes,
- dg.name AS province,
- dgg.name AS city,
- interest.id as interestId,
- d.employer_name as employerName,
- u.lvl as level
- FROM
- demand d
- LEFT JOIN `user` u on u.id = d.employer_id
- LEFT JOIN organization_identity oi on oi.uid = d.employer_id
- LEFT JOIN district_glossory dg ON dg.id = oi.licence_province
- LEFT JOIN district_glossory dgg ON dgg.id = oi.licence_city
- LEFT JOIN field_glossory fg on fg.id = d.industry_category_a
- LEFT JOIN field_glossory fgg on fgg.id = d.industry_category_b
- LEFT JOIN demand_interest interest on interest.demand_id = d.id and interest.uid = #{uid,jdbcType=VARCHAR}
- WHERE
- d.id = #{id,jdbcType=VARCHAR}
- </select>
-
- <select id="findByIndustryCategoryA" resultType="com.goafanti.portal.bo.DemandPortalSimilarListBo">
- select
- d.id,
- d.name,
- fg.name as industryCategoryAS,
- fgg.name as industryCategoryBS,
- d.problem_des as problemDes,
- d.budget_cost as budgetCost,
- u.lvl as level
- from
- demand d
- left join user u on u.id = d.employer_id
- LEFT JOIN field_glossory fg on fg.id = d.industry_category_a
- LEFT JOIN field_glossory fgg on fgg.id = d.industry_category_b
- where
- d.audit_status = 3
- and d.release_status = 1
- and d.deleted_sign = 0
- and d.industry_category_a = #{industryCategoryA,jdbcType=INTEGER}
- and d.id <![CDATA[ <> ]]> #{id,jdbcType=VARCHAR}
- order by d.serial_number desc
- limit 5
- </select>
-
- <update id="updateEmployerId" parameterType="java.lang.String" >
- update demand set employer_id = null
- where id = #{id,jdbcType=VARCHAR}
- </update>
-
- <!-- 查询需求列表 -->
- <select id="selectDemandListByPage" resultType="com.goafanti.demand.bo.DemandListBo">
- select
- a.id,
- a.serial_number as serialNumber,
- a.name,
- a.demand_type as demandType,
- a.audit_status as auditStatus,
- a.create_time as createTime,
- a.budget_cost as budgetCost,
- b.identify_name as employerName
- from demand a left join user b on a.employer_id = b.id
- where a.deleted_sign = 0
- <if test="employerId != null">
- a.employer_id = #{employerId,jdbcType=VARCHAR}
- </if>
- <if test="startDate != null">
- and a.create_time <![CDATA[ >= ]]> #{startDate,jdbcType=TIMESTAMP}
- </if>
- <if test="endDate != null">
- and a.create_time <![CDATA[ <= ]]> #{endDate,jdbcType=TIMESTAMP}
- </if>
- <if test="name != null">
- and a.name like concat('%',#{name,jdbcType=VARCHAR},'%')
- </if>
- <if test="demandType != null">
- and a.demand_type = #{demandType,jdbcType=INTEGER}
- </if>
- <if test="auditStatus != null">
- and a.audit_status = #{auditStatus,jdbcType=INTEGER}
- </if>
- <if test="status != null">
- and a.status = #{status,jdbcType=INTEGER}
- </if>
- <if test="identifyName != null">
- b.identify_name like concat('%',#{identifyName,jdbcType=VARCHAR},'%')
- </if>
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
- <select id="selectDemandListCount" resultType="java.lang.Integer">
- select
- count(0)
- from
- demand
- where a.deleted_sign = 0
- <if test="employerId != null">
- a.employer_id = #{employerId,jdbcType=VARCHAR}
- </if>
- <if test="startDate != null">
- and a.create_time <![CDATA[ >= ]]> #{startDate,jdbcType=TIMESTAMP}
- </if>
- <if test="endDate != null">
- and a.create_time <![CDATA[ <= ]]> #{endDate,jdbcType=TIMESTAMP}
- </if>
- <if test="name != null">
- and a.name like concat('%',#{name,jdbcType=VARCHAR},'%')
- </if>
- <if test="demandType != null">
- and a.demand_type = #{demandType,jdbcType=INTEGER}
- </if>
- <if test="auditStatus != null">
- and a.audit_status = #{auditStatus,jdbcType=INTEGER}
- </if>
- <if test="status != null">
- and a.status = #{status,jdbcType=INTEGER}
- </if>
- <if test="identifyName != null">
- b.identify_name like concat('%',#{identifyName,jdbcType=VARCHAR},'%')
- </if>
- </select>
-
- <select id="countInterest" resultType="Integer">
- select count(0)
- from demand_interest
- where demand_id = #{demandId,jdbcType=VARCHAR}
- </select>
-
- <select id="findAppMyDemandListByPage" parameterType="String" resultType="com.goafanti.demand.bo.DemandListBo">
- select
- d.id, d.boutique,d.name, d.audit_status as auditStatus,ifnull(t.x,0) as orderCount,
- d.release_date as releaseDate,d.create_time as createTime,ifnull(i.y,0) as countInterest
- from demand d
- left join (select count(0) as x,tl.commodity_id from t_order tr
- left join t_order_detail tl on tl.order_no=tr.order_no
- where tr.order_status != 4 and tr.order_status != 0
- group by tl.commodity_id ) t on d.id=t.commodity_id
- left join (select count(0) as y,demand_id from demand_interest
- group by demand_id ) i on d.id=i.demand_id
- where d.deleted_sign = 0
- <if test="employerId != null">
- and d.employer_id = #{employerId, jdbcType=VARCHAR}
- </if>
- order by d.serial_number desc
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
-
- <select id="findAppMyDemandCount" parameterType="String" resultType="java.lang.Integer">
- select count(1)
- from demand d
- where d.deleted_sign = 0
- <if test="employerId != null">
- and d.employer_id = #{employerId, jdbcType=VARCHAR}
- </if>
-
- </select>
-
- <select id="selectDemandDetail" resultType="com.goafanti.demand.bo.DemandDetailBo" parameterType="java.lang.String" >
- select
- id,
- name,
- problem_des as problemDes,
- industry_category_a as industryCategoryA,
- industry_category_b as industryCategoryB,
- industry_category_c as industryCategoryC,
- demand_type as demandType,
- research_type as researchType,
- budget_cost as budgetCost,
- crowd_cost as crowdCost,
- is_hot as isHot,
- is_urgent as isUrgent,
- urgent_money as urgentMoney,
- urgent_days as urgentDays,
- status,
- picture_url as pictureUrl,
- audit_status as auditStatus,
- audit_info as auditInfo
- from
- demand
- where id = #{id,jdbcType=VARCHAR}
- </select>
-
- <select id="findAppNewsInterestByPage" parameterType="String" resultType="com.goafanti.demand.bo.ObjectInterestListBo">
- select n.id,n.title as name,n.create_time as createTime
- from news_interest ni
- LEFT join news n on ni.new_id=n.id
- where ni.uid=#{uid,jdbcType=VARCHAR}
- order by createTime desc
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
-
- <select id="findAppNewsInterestCount" parameterType="String" resultType="java.lang.Integer">
- select count(1)
- from news_interest ni
- LEFT join news n on ni.new_id=n.id
- where ni.uid=#{uid,jdbcType=VARCHAR}
- </select>
-
- <select id="findAppUserInterestByPage" parameterType="String" resultType="com.goafanti.demand.bo.ObjectInterestListBo">
- select y.uid as id,y.username as name ,t.create_time as createTime
- from user_interest t
- left join user_identity y on t.to_uid=y.uid
- where expert=1
- and from_uid=#{uid,jdbcType=VARCHAR}
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
-
- <select id="findAppUserInterestCount" parameterType="String" resultType="java.lang.Integer">
- select count(1)
- from user_interest t
- left join user_identity y on t.to_uid=y.uid
- where expert=1
- and from_uid=#{uid,jdbcType=VARCHAR}
- </select>
-
- <select id="findAppCounselorInterestByPage" parameterType="String" resultType="com.goafanti.demand.bo.ObjectInterestListBo">
- select y.uid as id,y.username as name ,t.create_time as createTime
- from user_interest t
- left join user_identity y on t.to_uid=y.uid
- where expert=2
- and from_uid=#{uid,jdbcType=VARCHAR}
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
-
- <select id="findAppCounselorInterestCount" parameterType="String" resultType="java.lang.Integer">
- select count(1)
- from user_interest t
- left join user_identity y on t.to_uid=y.uid
- where expert=2
- and from_uid=#{uid,jdbcType=VARCHAR}
- </select>
-
- <select id="findAppDemandInterestByPage" resultType="com.goafanti.demand.bo.ObjectInterestListBo">
- select d.id ,d.name,t.create_time as createTime
- from demand_interest t
- left join demand d on t.demand_id=d.id
- where t.uid=#{uid,jdbcType=VARCHAR}
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
-
- <select id="findAppDemandInterestCount" parameterType="String" resultType="java.lang.Integer">
- select count(1)
- from demand_interest t
- left join demand d on t.demand_id=d.id
- where uid=#{uid,jdbcType=VARCHAR}
- </select>
-
- <select id="findAppAchievementInterestByPage" parameterType="String" resultType="com.goafanti.demand.bo.ObjectInterestListBo">
- select a.id ,a.name,t.create_time as createTime
- from achievement_interest t
- left join achievement a on t.achievement_id=a.id
- where t.uid=#{uid,jdbcType=VARCHAR}
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
-
- <select id="findAppAchievementInterestCount" parameterType="String" resultType="java.lang.Integer">
- select count(1)
- from achievement_interest t
- left join achievement a on t.achievement_id=a.id
- where t.uid=#{uid,jdbcType=VARCHAR}
- </select>
-
- <select id="findAppProjectInterestByPage" parameterType="String" resultType="com.goafanti.demand.bo.ObjectInterestListBo">
- select b.id ,b.bname as name,t.uid,t.create_time as createTime
- from project_interest t
- left join business_project b on t.project_id=b.id
- where t.uid=#{uid,jdbcType=VARCHAR}
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
-
- <select id="findAppProjectInterestCount" parameterType="String" resultType="java.lang.Integer">
- select count(1)
- from project_interest t
- left join business_project b on t.project_id=b.id
- where t.uid=#{uid,jdbcType=VARCHAR}
- </select>
- <select id="getAppHomeRecommended" resultType="com.goafanti.demand.bo.DemandRecommended">
- select dp.demand_id as id,d.name,d.demand_type as demandType,d.problem_des as introduction,d.picture_url as pictureUrl,
- d.urgent_days as urgentDays,d.urgent_money as urgentMoney,d.industry_category_a as industryCategoryA,
- d.industry_category_b as industryCategoryB,f1.name as fieldA,f2.name as fieldB,d.boutique
- from demand_publish dp
- left join demand d on dp.demand_id = d.id
- left join field_glossory f1 on d.industry_category_a=f1.id
- left join field_glossory f2 on d.industry_category_b=f2.id
- where
- dp.publish_client = '1'
- and dp.publish_page = 'W01'
- order by
- dp.if_top,
- dp.top_number,
- dp.show_number asc limit 0,
- 6
- </select>
-
- <select id="selectDemandFollow" resultType="com.goafanti.common.model.Demand">
- select d.id,d.employer_name as employerName,d.name,d.employer_contacts_mobile as employerContactsMobile,
- d.employer_contacts_mailbox as employerContactsMailbox,d.create_time as createTime,a.name as techBrokerId
- from demand d
- left join admin a on a.id=d.tech_broker_id
- where d.id=#{id,jdbcType=VARCHAR}
-
- </select>
- <select id="selectRecentDemand" resultType="com.goafanti.demand.bo.DemandListBo">
- select name,employer_name as employerName,id ,release_date as releaseDate,demand_type as demandType from demand where audit_status=2 and info_sources=1 order by release_date desc limit #{size}
- </select>
-
- <select id="selectCompanyDemand" resultType="com.goafanti.demand.bo.DemandListBo">
- select name,picture_url as pictureUrl,id from demand d where d.data_category=1 and info_sources=1 and d.audit_status=2 order by release_date desc limit #{size}
- </select>
- <select id="getUrgentDemand" resultType="com.goafanti.demand.bo.DemandListBo">
- select name,release_date as releaseDate,id,problem_des as problemDes,research_type as researchType,budget_cost as fundForPersonnel,crowd_cost as fundForCrowd,demand_type as demandType,
- validity_period as validityPeriod
- from demand d where d.is_urgent=1 and d.audit_status=2 and info_sources=1 order by release_date desc limit #{size}
- </select>
-
- <select id="getHotDemand" resultType="com.goafanti.demand.bo.DemandListBo">
- select name,release_date as releaseDate,id,problem_des as problemDes,research_type as researchType,budget_cost as fundForPersonnel,crowd_cost as fundForCrowd,demand_type as demandType,
- validity_period as validityPeriod
- from demand d where d.is_hot=1 and d.audit_status=2 and info_sources=1 order by release_date desc limit #{size}
- </select>
-
- <select id="getAreaDemand" resultType="com.goafanti.demand.bo.DemandListBo">
- select name,picture_url as pictureUrl ,problem_des as problemDes ,id from demand d where d.demand_type=4 and d.audit_status=2 and info_sources=1 order by release_date desc limit #{size}
- </select>
-
- <select id="getProLearnStudyDemand" resultType="com.goafanti.demand.bo.DemandListBo">
- select d.name as name,picture_url as pictureUrl ,problem_des as problemDes,employer_name as employerName,d.id,fg.name as industryCategory1,fgg.name as industryCategory2 from demand d
- left join aft.field_glossory fg on fg.id=d.industry_category_a
- left join aft.field_glossory fgg on fgg.id=d.industry_category_b
- where d.demand_type=2 and d.audit_status=2 and info_sources=1 order by release_date desc limit #{size}
- </select>
- <select id="getFundCrowdDemand" resultType="com.goafanti.demand.bo.DemandListBo">
- select name,picture_url as pictureUrl ,problem_des as problemDes ,id,crowd_cost as fundForCrowd,research_type as researchType from demand d where d.demand_type=3 and d.audit_status=2 and info_sources=1 order by release_date
- desc limit #{size}
- </select>
-
- <select id="getPersonnelDemand" resultType="com.goafanti.demand.bo.DemandListBo">
- select name,picture_url as pictureUrl ,problem_des as problemDes ,id,budget_cost as fundForPersonnel from demand d where d.demand_type=5 and d.audit_status=2 and info_sources=1 order by release_date desc limit #{size}
- </select>
-
- <select id="listMyDemand" resultType="com.goafanti.portal.bo.DemandSearchListBo">
- select
- id,
- serial_number as serialNumber,
- name,
- demand_type as demandType,
- audit_status as auditStatus,
- create_time as createTime
- from
- demand
- where
- employer_id = #{uid,jdbcType=VARCHAR}
- <if test="status != null">
- and status = #{status,jdbcType=INTEGER}
- </if>
- <if test="name != null">
- and name = #{name,jdbcType=VARCHAR}
- </if>
- <if test="startDate != null">
- and create_time <![CDATA[ > ]]> #{startDate,jdbcType=VARCHAR}
- </if>
- <if test="endDate != null">
- and create_time <![CDATA[ < ]]> #{endDate,jdbcType=VARCHAR}
- </if>
- </select>
- </mapper>
|