| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026 |
- <?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="VARCHAR" />
- <result column="technical_requirements" property="technicalRequirements" jdbcType="VARCHAR" />
- <result column="picture_url" property="pictureUrl" jdbcType="VARCHAR" />
- <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="INTEGER" />
- <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" />
- </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
- </sql>
- <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
- select
- <include refid="Base_Column_List" />
- from demand
- where 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)
- 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=VARCHAR}, #{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=INTEGER}, #{status,jdbcType=INTEGER},
- #{releaseStatus,jdbcType=INTEGER}, #{releaseDate,jdbcType=TIMESTAMP}, #{createTime,jdbcType=TIMESTAMP},
- #{principalId,jdbcType=VARCHAR}, #{deletedSign,jdbcType=INTEGER}, #{auditStatus,jdbcType=INTEGER},
- #{techBrokerId,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>
- </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=VARCHAR},
- </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>
- </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=VARCHAR},
- </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=INTEGER},
- </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>
- </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=VARCHAR},
- 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}
- where id = #{id,jdbcType=VARCHAR}
- </update>
-
- <select id="findManageUserDemandListByPage" parameterType="String" resultType="com.goafanti.demand.bo.DemandManageListBo">
- 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,
- d.employer_name as employerName, ui.province, d.status,
- d.release_status as releaseStatus, d.release_date as releaseDate, a.name as techBrokerId,
- d.employer_id as employerId, d.audit_status as auditStatus
- from demand d
- LEFT JOIN user_identity ui on d.employer_id = ui.uid
- LEFT JOIN admin a on a.id = d.tech_broker_id
- <if test="mid != null">
- LEFT JOIN user u on d.employer_id = u.id
- </if>
- where d.deleted_sign = 0 and d.data_category = 0
- <if test="mid != null">
- and u.mid = #{mid,jdbcType=VARCHAR}
- </if>
- <if test="principal != null">
- and d.principal_id = #{principal,jdbcType=VARCHAR}
- </if>
- <if test="techBroker != null">
- and d.tech_broker_id = #{techBroker,jdbcType=VARCHAR}
- </if>
- <if test="province != null">
- and ui.province = #{province,jdbcType=INTEGER}
- </if>
- <if test="auditStatus != null">
- and d.audit_status = #{auditStatus,jdbcType=INTEGER}
- </if>
- <if test="serialNumber != null">
- and d.serial_number = #{serialNumber,jdbcType=INTEGER}
- </if>
- <if test="name != null">
- and d.name = #{name,jdbcType=VARCHAR}
- </if>
- <if test="keyword != null">
- and d.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
- </if>
- <if test="username != null">
- and ui.username = #{username,jdbcType=VARCHAR}
- </if>
- <if test="infoSources != null">
- and d.info_sources = #{infoSources,jdbcType=INTEGER}
- </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=INTEGER}
- </if>
- <if test="vStart != null">
- and d.validity_veriod <![CDATA[ > ]]> #{vStart,jdbcType=TIMESTAMP}
- </if>
- <if test="vEnd != null">
- and d.validity_veriod <![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.serial_number desc
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
-
- <select id ="findManageUserDemandCount" parameterType="String" resultType="java.lang.Integer">
- select
- count(1)
- from demand d
- LEFT JOIN user_identity ui on d.employer_id = ui.uid
- LEFT JOIN admin a on a.id = d.tech_broker_id
- <if test="mid != null">
- LEFT JOIN user u on d.employer_id = u.id
- </if>
- where d.deleted_sign = 0 and d.data_category = 0
- <if test="mid != null">
- and u.mid = #{mid,jdbcType=VARCHAR}
- </if>
- <if test="principal != null">
- and d.principal_id = #{principal,jdbcType=VARCHAR}
- </if>
- <if test="techBroker != null">
- and d.tech_broker_id = #{techBroker,jdbcType=VARCHAR}
- </if>
- <if test="serialNumber != null">
- and d.serial_number = #{serialNumber,jdbcType=INTEGER}
- </if>
- <if test="province != null">
- and ui.province = #{province,jdbcType=INTEGER}
- </if>
- <if test="auditStatus != null">
- and d.audit_status = #{auditStatus,jdbcType=INTEGER}
- </if>
- <if test="name != null">
- and d.name = #{name,jdbcType=VARCHAR}
- </if>
- <if test="keyword != null">
- and d.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
- </if>
- <if test="username != null">
- and ui.username = #{username,jdbcType=VARCHAR}
- </if>
- <if test="infoSources != null">
- and d.info_sources = #{infoSources,jdbcType=INTEGER}
- </if>
- <if test="demandType != null">
- and d.demand_type = #{demandType,jdbcType=INTEGER}
- </if>
- <if test="status != null">
- and d.status = #{status,jdbcType=INTEGER}
- </if>
- <if test="releaseStatus != null">
- and d.release_status = #{releaseStatus,jdbcType=INTEGER}
- </if>
- <if test="vStart != null">
- and d.validity_veriod <![CDATA[ > ]]> #{vStart,jdbcType=TIMESTAMP}
- </if>
- <if test="vEnd != null">
- and d.validity_veriod <![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="findManageOrgDemandListByPage" parameterType="String" resultType="com.goafanti.demand.bo.DemandManageListBo">
- 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,
- d.employer_name as employerName, oi.licence_province as province, d.status,
- d.release_status as releaseStatus, d.release_date as releaseDate, a.name as techBrokerId,
- d.employer_id as employerId, d.audit_status as auditStatus,
- d.tech_broker_id as techBrokerId
- from demand d
- LEFT JOIN organization_identity oi on d.employer_id = oi.uid
- LEFT JOIN admin a on a.id = d.tech_broker_id
- <if test="mid != null">
- LEFT JOIN user u on d.employer_id = u.id
- </if>
- where d.deleted_sign = 0 and d.data_category = 1
- <if test="mid != null">
- and u.mid = #{mid,jdbcType=VARCHAR}
- </if>
- <if test="principal != null">
- and d.principal_id = #{principal,jdbcType=VARCHAR}
- </if>
- <if test="techBroker != null">
- and d.tech_broker_id = #{techBroker,jdbcType=VARCHAR}
- </if>
- <if test="province != null">
- and oi.licence_province = #{province,jdbcType=INTEGER}
- </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 = #{name,jdbcType=VARCHAR}
- </if>
- <if test="keyword != null">
- and d.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
- </if>
- <if test="username != null">
- and oi.unit_name = #{username,jdbcType=VARCHAR}
- </if>
- <if test="infoSources != null">
- and d.info_sources = #{infoSources,jdbcType=INTEGER}
- </if>
- <if test="demandType != null">
- and d.demand_type = #{demandType,jdbcType=INTEGER}
- </if>
- <if test="status != null">
- and d.status = #{status,jdbcType=INTEGER}
- </if>
- <if test="releaseStatus != null">
- and d.release_status = #{releaseStatus,jdbcType=VARCHAR}
- </if>
- <if test="vStart != null">
- and d.validity_veriod <![CDATA[ > ]]> #{vStart,jdbcType=TIMESTAMP}
- </if>
- <if test="vEnd != null">
- and d.validity_veriod <![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.serial_number desc
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
-
- <select id ="findManageOrgDemandCount" parameterType="String" resultType="java.lang.Integer">
- select
- count(1)
- from demand d
- LEFT JOIN organization_identity oi on d.employer_id = oi.uid
- LEFT JOIN admin a on a.id = d.tech_broker_id
- <if test="mid != null">
- LEFT JOIN user u on d.employer_id = u.id
- </if>
- where d.deleted_sign = 0 and d.data_category = 1
- <if test="mid != null">
- and u.mid = #{mid,jdbcType=VARCHAR}
- </if>
- <if test="principal != null">
- and d.principal_id = #{principal,jdbcType=VARCHAR}
- </if>
- <if test="techBroker != null">
- and d.tech_broker_id = #{techBroker,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="province != null">
- and oi.licence_province = #{province,jdbcType=INTEGER}
- </if>
- <if test="name != null">
- and d.name = #{name,jdbcType=VARCHAR}
- </if>
- <if test="keyword != null">
- and d.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
- </if>
- <if test="username != null">
- and oi.unit_name = #{username,jdbcType=VARCHAR}
- </if>
- <if test="infoSources != null">
- and d.info_sources = #{infoSources,jdbcType=INTEGER}
- </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_veriod <![CDATA[ > ]]> #{vStart,jdbcType=TIMESTAMP}
- </if>
- <if test="vEnd != null">
- and d.validity_veriod <![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="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,
- info.postal_address as address, u.email as mailbox, u.mobile as mobile, d.audit_status as auditStatus
- from demand d
- left join user_identity ui on ui.uid = d.employer_id
- left join user_info info on info.uid = d.employer_id
- left join user u on u.id = d.employer_id
- where d.data_category = 0 and d.id = #{id,jdbcType=VARCHAR}
- </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
- from demand d
- left join organization_identity oi on oi.uid = d.employer_id
- left join user u on u.id = d.employer_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" index="index" 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>
-
- <select id="findDemandListByPage" parameterType="String" resultType="com.goafanti.demand.bo.DemandListBo">
- select
- d.id, d.serial_number as serialNumber, d.data_category as dataCategory,
- d.name, d.keyword, d.demand_type as demandType,
- 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
- from demand d
- where d.deleted_sign = 0
- and d.employer_id = #{employerId, jdbcType=VARCHAR}
- <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 = #{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_veriod <![CDATA[ > ]]> #{vStart,jdbcType=TIMESTAMP}
- </if>
- <if test="vEnd != null">
- and d.validity_veriod <![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.serial_number desc
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
-
- <select id="findDemandCount" parameterType="String" resultType="java.lang.Integer">
- select count(1)
- from demand d
- where d.deleted_sign = 0 and d.data_category = 1
- <if test="serialNumber != null">
- and d.serial_number = #{serialNumber,jdbcType=INTEGER}
- </if>
- <if test="name != null">
- and d.name = #{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_veriod <![CDATA[ > ]]> #{vStart,jdbcType=TIMESTAMP}
- </if>
- <if test="vEnd != null">
- and d.validity_veriod <![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>
-
- <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)
- 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}
- )
- </foreach>
- </insert>
-
- <select id="findSearchDemandListByPage" parameterType="String" resultType="com.goafanti.portal.bo.DemandSearchListBo">
- select
- d.id, d.name, d.keyword,
- d.serial_number as serialNumber, d.data_category as dataCategory, 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, ui.username,
- oi.unit_name as unitName
- from demand d
- left join user_identity ui on d.employer_id = ui.uid
- left join organization_identity oi on d.employer_id = oi.uid
- where d.deleted_sign = 0 and d.status = 0
- <if test="keyword != null">
- and d.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
- </if>
- <if test="industryCategoryA != null">
- and d.industry_category_a = #{industryCategoryA,jdbcType=INTEGER}
- </if>
- <if test="industryCategoryB != null">
- and d.industry_category_b = #{industryCategoryB,jdbcType=INTEGER}
- </if>
- <if test="budgetCostLower != null">
- and d.budget_cost <![CDATA[ > ]]>= #{budgetCostLower,jdbcType=DECIMAL}
- </if>
- <if test="budgetCostUpper != null">
- and d.budget_cost <![CDATA[ < ]]>= #{budgetCostUpper,jdbcType=DECIMAL}}
- </if>
- <if test="demandType != null">
- and d.demand_type = #{demandType,jdbcType=INTEGER}
- </if>
- and d.deleted_sign = 0
- and d.release_status = 1
- and d.audit_status = 3
- order by d.release_date desc
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
-
- <select id="findSearchDemandCount" parameterType="String" resultType="java.lang.Integer">
- select
- count(1)
- from demand d
- where d.deleted_sign = 0 and d.status = 0
- <if test="keyword != null">
- and d.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
- </if>
- <if test="industryCategoryA != null">
- and d.industry_category_a = #{industryCategoryA,jdbcType=INTEGER}
- </if>
- <if test="industryCategoryB != null">
- and d.industry_category_b = #{industryCategoryB,jdbcType=INTEGER}
- </if>
- <if test="budgetCostLower != null">
- and d.budget_cost <![CDATA[ > ]]>= #{budgetCostLower,jdbcType=DECIMAL}
- </if>
- <if test="budgetCostUpper != null">
- and d.budget_cost <![CDATA[ < ]]>= #{budgetCostUpper,jdbcType=DECIMAL}}
- </if>
- <if test="demandType != null">
- and d.demand_type = #{demandType,jdbcType=INTEGER}
- </if>
- and d.deleted_sign = 0
- and d.release_status = 1
- and d.audit_status = 3
- </select>
-
- <select id="selectDemandSearchDetail" parameterType="java.lang.String" resultType="com.goafanti.portal.bo.DemandSearchDetailBo">
- select
- d.id, 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}
- 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
- 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>
- </mapper>
|