| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982 |
- <?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.PatentInfoMapper">
- <resultMap id="BaseResultMap" type="com.goafanti.common.model.PatentInfo">
- <id column="id" property="id" jdbcType="VARCHAR" />
- <result column="uid" property="uid" jdbcType="VARCHAR" />
- <result column="serial_number" property="serialNumber"
- jdbcType="INTEGER" />
- <result column="patent_number" property="patentNumber"
- jdbcType="VARCHAR" />
- <result column="patent_name" property="patentName" jdbcType="VARCHAR" />
- <result column="patent_catagory" property="patentCatagory"
- jdbcType="INTEGER" />
- <result column="patent_state" property="patentState" jdbcType="INTEGER" />
- <result column="patent_field" property="patentField" jdbcType="INTEGER" />
- <result column="patent_des" property="patentDes" jdbcType="VARCHAR" />
- <result column="patent_prory_statement_url" property="patentProryStatementUrl"
- jdbcType="VARCHAR" />
- <result column="patent_writing_url" property="patentWritingUrl"
- jdbcType="VARCHAR" />
- <result column="authorization_notice_url" property="authorizationNoticeUrl"
- jdbcType="VARCHAR" />
- <result column="patent_certificate_url" property="patentCertificateUrl"
- jdbcType="VARCHAR" />
- <result column="patent_application_date" property="patentApplicationDate"
- jdbcType="TIMESTAMP" />
- <result column="first_inventor_name" property="firstInventorName"
- jdbcType="VARCHAR" />
- <result column="first_inventor_nationality" property="firstInventorNationality"
- jdbcType="VARCHAR" />
- <result column="first_inventor_id_number" property="firstInventorIdNumber"
- jdbcType="VARCHAR" />
- <result column="first_inventor_is_publish" property="firstInventorIsPublish"
- jdbcType="INTEGER" />
- <result column="second_inventor_name" property="secondInventorName"
- jdbcType="VARCHAR" />
- <result column="second_inventor_nationality" property="secondInventorNationality"
- jdbcType="VARCHAR" />
- <result column="second_inventor_is_publish" property="secondInventorIsPublish"
- jdbcType="INTEGER" />
- <result column="third_inventor_name" property="thirdInventorName"
- jdbcType="VARCHAR" />
- <result column="third_inventor_nationality" property="thirdInventorNationality"
- jdbcType="VARCHAR" />
- <result column="third_inventor_is_publish" property="thirdInventorIsPublish"
- jdbcType="INTEGER" />
- <result column="create_time" property="createTime" jdbcType="TIMESTAMP" />
- <result column="author" property="author" jdbcType="VARCHAR" />
- <result column="authorized_date" property="authorizedDate"
- jdbcType="TIMESTAMP" />
- <result column="office" property="office" jdbcType="VARCHAR" />
- <result column="principal" property="principal" jdbcType="VARCHAR" />
- <result column="confirm_state" property="confirmState"
- jdbcType="INTEGER" />
- <result column="record_time" property="recordTime" jdbcType="TIMESTAMP" />
- <result column="deleted_sign" property="deletedSign" jdbcType="INTEGER" />
- <result column="contacts" property="contacts" jdbcType="INTEGER" />
- <result column="founder" property="founder" jdbcType="VARCHAR" />
- </resultMap>
- <sql id="Base_Column_List">
- id, uid, serial_number, patent_number, patent_name,
- patent_catagory,
- patent_state,
- patent_field, patent_des,
- patent_prory_statement_url, patent_writing_url,
- authorization_notice_url,
- patent_certificate_url,
- patent_application_date, first_inventor_name,
- first_inventor_nationality,
- first_inventor_id_number,
- first_inventor_is_publish, second_inventor_name,
- second_inventor_nationality,
- second_inventor_is_publish,
- third_inventor_name, third_inventor_nationality,
- third_inventor_is_publish,
- create_time, author, authorized_date,office,
- principal ,confirm_state,
- record_time, deleted_sign, contacts, founder
- </sql>
- <select id="selectByPrimaryKey" resultMap="BaseResultMap"
- parameterType="java.lang.String">
- select
- <include refid="Base_Column_List" />
- from patent_info
- where id = #{id,jdbcType=VARCHAR}
- </select>
- <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
- delete from
- patent_info
- where id = #{id,jdbcType=VARCHAR}
- </delete>
- <insert id="insert" parameterType="com.goafanti.common.model.PatentInfo">
- insert into patent_info (id,
- uid, serial_number,
- patent_number, patent_name, patent_catagory,
- patent_state, patent_field, patent_des,
- patent_prory_statement_url,
- patent_writing_url,
- authorization_notice_url, patent_certificate_url,
- patent_application_date, first_inventor_name,
- first_inventor_nationality, first_inventor_id_number,
- first_inventor_is_publish, second_inventor_name,
- second_inventor_nationality, second_inventor_is_publish,
- third_inventor_name, third_inventor_nationality,
- third_inventor_is_publish, create_time, author, authorized_date,
- office, principal, confirm_state, record_time, deleted_sign, contacts, founder)
- values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR},
- #{serialNumber,jdbcType=INTEGER},
- #{patentNumber,jdbcType=VARCHAR},
- #{patentName,jdbcType=VARCHAR}, #{patentCatagory,jdbcType=INTEGER},
- #{patentState,jdbcType=INTEGER}, #{patentField,jdbcType=INTEGER},
- #{patentDes,jdbcType=VARCHAR},
- #{patentProryStatementUrl,jdbcType=VARCHAR},
- #{patentWritingUrl,jdbcType=VARCHAR},
- #{authorizationNoticeUrl,jdbcType=VARCHAR},
- #{patentCertificateUrl,jdbcType=VARCHAR},
- #{patentApplicationDate,jdbcType=TIMESTAMP},
- #{firstInventorName,jdbcType=VARCHAR},
- #{firstInventorNationality,jdbcType=VARCHAR},
- #{firstInventorIdNumber,jdbcType=VARCHAR},
- #{firstInventorIsPublish,jdbcType=INTEGER},
- #{secondInventorName,jdbcType=VARCHAR},
- #{secondInventorNationality,jdbcType=VARCHAR},
- #{secondInventorIsPublish,jdbcType=INTEGER},
- #{thirdInventorName,jdbcType=VARCHAR},
- #{thirdInventorNationality,jdbcType=VARCHAR},
- #{thirdInventorIsPublish,jdbcType=INTEGER},
- #{createTime,jdbcType=TIMESTAMP}, #{author,jdbcType=VARCHAR},
- #{authorizedDate,jdbcType=TIMESTAMP},
- #{office,jdbcType=VARCHAR},
- #{principal,jdbcType=VARCHAR}, #{confirmState,jdbcType=INTEGER},
- #{recordTime,jdbcType=TIMESTAMP},
- #{deletedSign,jdbcType=INTEGER},
- #{contacts,jdbcType=INTEGER}, #{founder,jdbcType=VARCHAR})
- </insert>
- <insert id="insertSelective" parameterType="com.goafanti.common.model.PatentInfo">
- insert into patent_info
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test="id != null">
- id,
- </if>
- <if test="uid != null">
- uid,
- </if>
- <if test="serialNumber != null">
- serial_number,
- </if>
- <if test="patentNumber != null">
- patent_number,
- </if>
- <if test="patentName != null">
- patent_name,
- </if>
- <if test="patentCatagory != null">
- patent_catagory,
- </if>
- <if test="patentState != null">
- patent_state,
- </if>
- <if test="patentField != null">
- patent_field,
- </if>
- <if test="patentDes != null">
- patent_des,
- </if>
- <if test="patentProryStatementUrl != null">
- patent_prory_statement_url,
- </if>
- <if test="patentWritingUrl != null">
- patent_writing_url,
- </if>
- <if test="authorizationNoticeUrl != null">
- authorization_notice_url,
- </if>
- <if test="patentCertificateUrl != null">
- patent_certificate_url,
- </if>
- <if test="patentApplicationDate != null">
- patent_application_date,
- </if>
- <if test="firstInventorName != null">
- first_inventor_name,
- </if>
- <if test="firstInventorNationality != null">
- first_inventor_nationality,
- </if>
- <if test="firstInventorIdNumber != null">
- first_inventor_id_number,
- </if>
- <if test="firstInventorIsPublish != null">
- first_inventor_is_publish,
- </if>
- <if test="secondInventorName != null">
- second_inventor_name,
- </if>
- <if test="secondInventorNationality != null">
- second_inventor_nationality,
- </if>
- <if test="secondInventorIsPublish != null">
- second_inventor_is_publish,
- </if>
- <if test="thirdInventorName != null">
- third_inventor_name,
- </if>
- <if test="thirdInventorNationality != null">
- third_inventor_nationality,
- </if>
- <if test="thirdInventorIsPublish != null">
- third_inventor_is_publish,
- </if>
- <if test="createTime != null">
- create_time,
- </if>
- <if test="author != null">
- author,
- </if>
- <if test="authorizedDate != null">
- authorized_date,
- </if>
- <if test="office != null">
- office,
- </if>
- <if test="principal != null">
- principal,
- </if>
- <if test="confirmState != null">
- confirm_state,
- </if>
- <if test="recordTime != null">
- record_time,
- </if>
- <if test="deletedSign != null">
- deleted_sign,
- </if>
- <if test="contacts != null">
- contacts,
- </if>
- <if test="founder != null">
- founder,
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <if test="id != null">
- #{id,jdbcType=VARCHAR},
- </if>
- <if test="uid != null">
- #{uid,jdbcType=VARCHAR},
- </if>
- <if test="serialNumber != null">
- #{serialNumber,jdbcType=INTEGER},
- </if>
- <if test="patentNumber != null">
- #{patentNumber,jdbcType=VARCHAR},
- </if>
- <if test="patentName != null">
- #{patentName,jdbcType=VARCHAR},
- </if>
- <if test="patentCatagory != null">
- #{patentCatagory,jdbcType=INTEGER},
- </if>
- <if test="patentState != null">
- #{patentState,jdbcType=INTEGER},
- </if>
- <if test="patentField != null">
- #{patentField,jdbcType=INTEGER},
- </if>
- <if test="patentDes != null">
- #{patentDes,jdbcType=VARCHAR},
- </if>
- <if test="patentProryStatementUrl != null">
- #{patentProryStatementUrl,jdbcType=VARCHAR},
- </if>
- <if test="patentWritingUrl != null">
- #{patentWritingUrl,jdbcType=VARCHAR},
- </if>
- <if test="authorizationNoticeUrl != null">
- #{authorizationNoticeUrl,jdbcType=VARCHAR},
- </if>
- <if test="patentCertificateUrl != null">
- #{patentCertificateUrl,jdbcType=VARCHAR},
- </if>
- <if test="patentApplicationDate != null">
- #{patentApplicationDate,jdbcType=TIMESTAMP},
- </if>
- <if test="firstInventorName != null">
- #{firstInventorName,jdbcType=VARCHAR},
- </if>
- <if test="firstInventorNationality != null">
- #{firstInventorNationality,jdbcType=VARCHAR},
- </if>
- <if test="firstInventorIdNumber != null">
- #{firstInventorIdNumber,jdbcType=VARCHAR},
- </if>
- <if test="firstInventorIsPublish != null">
- #{firstInventorIsPublish,jdbcType=INTEGER},
- </if>
- <if test="secondInventorName != null">
- #{secondInventorName,jdbcType=VARCHAR},
- </if>
- <if test="secondInventorNationality != null">
- #{secondInventorNationality,jdbcType=VARCHAR},
- </if>
- <if test="secondInventorIsPublish != null">
- #{secondInventorIsPublish,jdbcType=INTEGER},
- </if>
- <if test="thirdInventorName != null">
- #{thirdInventorName,jdbcType=VARCHAR},
- </if>
- <if test="thirdInventorNationality != null">
- #{thirdInventorNationality,jdbcType=VARCHAR},
- </if>
- <if test="thirdInventorIsPublish != null">
- #{thirdInventorIsPublish,jdbcType=INTEGER},
- </if>
- <if test="createTime != null">
- #{createTime,jdbcType=TIMESTAMP},
- </if>
- <if test="author != null">
- #{author,jdbcType=VARCHAR},
- </if>
- <if test="authorizedDate != null">
- #{authorizedDate,jdbcType=TIMESTAMP},
- </if>
- <if test="office != null">
- #{office,jdbcType=VARCHAR},
- </if>
- <if test="principal != null">
- #{principal,jdbcType=VARCHAR},
- </if>
- <if test="confirmState != null">
- #{confirmState,jdbcType=INTEGER},
- </if>
- <if test="recordTime != null">
- #{recordTime,jdbcType=TIMESTAMP},
- </if>
- <if test="deletedSign != null">
- #{deletedSign,jdbcType=INTEGER},
- </if>
- <if test="contacts != null">
- #{contacts,jdbcType=INTEGER},
- </if>
- <if test="founder != null">
- #{founder,jdbcType=VARCHAR},
- </if>
- </trim>
- </insert>
- <update id="updateByPrimaryKeySelective" parameterType="com.goafanti.common.model.PatentInfo">
- update patent_info
- <set>
- <if test="uid != null">
- uid = #{uid,jdbcType=VARCHAR},
- </if>
- <if test="serialNumber != null">
- serial_number = #{serialNumber,jdbcType=INTEGER},
- </if>
- <if test="patentNumber != null">
- patent_number = #{patentNumber,jdbcType=VARCHAR},
- </if>
- <if test="patentName != null">
- patent_name = #{patentName,jdbcType=VARCHAR},
- </if>
- <if test="patentCatagory != null">
- patent_catagory = #{patentCatagory,jdbcType=INTEGER},
- </if>
- <if test="patentState != null">
- patent_state = #{patentState,jdbcType=INTEGER},
- </if>
- <if test="patentField != null">
- patent_field = #{patentField,jdbcType=INTEGER},
- </if>
- <if test="patentDes != null">
- patent_des = #{patentDes,jdbcType=VARCHAR},
- </if>
- <if test="patentProryStatementUrl != null">
- patent_prory_statement_url =
- #{patentProryStatementUrl,jdbcType=VARCHAR},
- </if>
- <if test="patentWritingUrl != null">
- patent_writing_url =
- #{patentWritingUrl,jdbcType=VARCHAR},
- </if>
- <if test="authorizationNoticeUrl != null">
- authorization_notice_url =
- #{authorizationNoticeUrl,jdbcType=VARCHAR},
- </if>
- <if test="patentCertificateUrl != null">
- patent_certificate_url =
- #{patentCertificateUrl,jdbcType=VARCHAR},
- </if>
- <if test="patentApplicationDate != null">
- patent_application_date =
- #{patentApplicationDate,jdbcType=TIMESTAMP},
- </if>
- <if test="firstInventorName != null">
- first_inventor_name =
- #{firstInventorName,jdbcType=VARCHAR},
- </if>
- <if test="firstInventorNationality != null">
- first_inventor_nationality =
- #{firstInventorNationality,jdbcType=VARCHAR},
- </if>
- <if test="firstInventorIdNumber != null">
- first_inventor_id_number =
- #{firstInventorIdNumber,jdbcType=VARCHAR},
- </if>
- <if test="firstInventorIsPublish != null">
- first_inventor_is_publish =
- #{firstInventorIsPublish,jdbcType=INTEGER},
- </if>
- <if test="secondInventorName != null">
- second_inventor_name =
- #{secondInventorName,jdbcType=VARCHAR},
- </if>
- <if test="secondInventorNationality != null">
- second_inventor_nationality =
- #{secondInventorNationality,jdbcType=VARCHAR},
- </if>
- <if test="secondInventorIsPublish != null">
- second_inventor_is_publish =
- #{secondInventorIsPublish,jdbcType=INTEGER},
- </if>
- <if test="thirdInventorName != null">
- third_inventor_name =
- #{thirdInventorName,jdbcType=VARCHAR},
- </if>
- <if test="thirdInventorNationality != null">
- third_inventor_nationality =
- #{thirdInventorNationality,jdbcType=VARCHAR},
- </if>
- <if test="thirdInventorIsPublish != null">
- third_inventor_is_publish =
- #{thirdInventorIsPublish,jdbcType=INTEGER},
- </if>
- <if test="createTime != null">
- create_time = #{createTime,jdbcType=TIMESTAMP},
- </if>
- <if test="author != null">
- author = #{author,jdbcType=VARCHAR},
- </if>
- <if test="authorizedDate != null">
- authorized_date = #{authorizedDate,jdbcType=TIMESTAMP},
- </if>
- <if test="office != null">
- office = #{office,jdbcType=VARCHAR},
- </if>
- <if test="principal != null">
- principal = #{principal,jdbcType=VARCHAR},
- </if>
- <if test="confirmState != null">
- confirm_state = #{confirmState,jdbcType=INTEGER},
- </if>
- <if test="recordTime != null">
- record_time = #{recordTime,jdbcType=TIMESTAMP},
- </if>
- <if test="deletedSign != null">
- deleted_sign = #{deletedSign,jdbcType=INTEGER},
- </if>
- <if test="contacts != null">
- contacts = #{contacts,jdbcType=INTEGER},
- </if>
- <if test="founder != null">
- founder = #{founder,jdbcType=VARCHAR},
- </if>
- </set>
- where id = #{id,jdbcType=VARCHAR}
- </update>
- <update id="updateByPrimaryKey" parameterType="com.goafanti.common.model.PatentInfo">
- update patent_info
- set uid = #{uid,jdbcType=VARCHAR},
- serial_number =
- #{serialNumber,jdbcType=INTEGER},
- patent_number =
- #{patentNumber,jdbcType=VARCHAR},
- patent_name =
- #{patentName,jdbcType=VARCHAR},
- patent_catagory =
- #{patentCatagory,jdbcType=INTEGER},
- patent_state =
- #{patentState,jdbcType=INTEGER},
- patent_field =
- #{patentField,jdbcType=INTEGER},
- patent_des =
- #{patentDes,jdbcType=VARCHAR},
- patent_prory_statement_url =
- #{patentProryStatementUrl,jdbcType=VARCHAR},
- patent_writing_url =
- #{patentWritingUrl,jdbcType=VARCHAR},
- authorization_notice_url =
- #{authorizationNoticeUrl,jdbcType=VARCHAR},
- patent_certificate_url =
- #{patentCertificateUrl,jdbcType=VARCHAR},
- patent_application_date =
- #{patentApplicationDate,jdbcType=TIMESTAMP},
- first_inventor_name =
- #{firstInventorName,jdbcType=VARCHAR},
- first_inventor_nationality =
- #{firstInventorNationality,jdbcType=VARCHAR},
- first_inventor_id_number
- = #{firstInventorIdNumber,jdbcType=VARCHAR},
- first_inventor_is_publish
- =
- #{firstInventorIsPublish,jdbcType=INTEGER},
- second_inventor_name =
- #{secondInventorName,jdbcType=VARCHAR},
- second_inventor_nationality =
- #{secondInventorNationality,jdbcType=VARCHAR},
- second_inventor_is_publish =
- #{secondInventorIsPublish,jdbcType=INTEGER},
- third_inventor_name =
- #{thirdInventorName,jdbcType=VARCHAR},
- third_inventor_nationality =
- #{thirdInventorNationality,jdbcType=VARCHAR},
- third_inventor_is_publish =
- #{thirdInventorIsPublish,jdbcType=INTEGER},
- create_time =
- #{createTime,jdbcType=TIMESTAMP},
- author = #{author,jdbcType=VARCHAR},
- authorized_date = #{authorizedDate,jdbcType=TIMESTAMP},
- office =
- #{office,jdbcType=VARCHAR},
- principal = #{principal,jdbcType=VARCHAR},
- confirm_state = #{confirmState,jdbcType=INTEGER},
- record_time =
- #{recordTime,jdbcType=TIMESTAMP},
- deleted_sign =
- #{deletedSign,jdbcType=INTEGER},
- contacts =
- #{contacts,jdbcType=INTEGER},
- #{founder,jdbcType=VARCHAR}
- where id = #{id,jdbcType=VARCHAR}
- </update>
- <select id="findClientApplyListByPage" resultMap="BaseResultMap"
- parameterType="String">
- select
- <include refid="Base_Column_List" />
- from patent_info
- where deleted_sign = 0
- <if test="uid != null">
- and uid = #{uid,jdbcType=VARCHAR}
- </if>
- <if test="patentNumber != null">
- and patent_number = #{patentNumber,jdbcType=VARCHAR}
- </if>
- <if test="patentName != null">
- and patent_name like "%"#{patentName,jdbcType=VARCHAR}"%"
- </if>
- <if test="patentCatagory != null">
- and patent_catagory = #{patentCatagory,jdbcType=INTEGER}
- </if>
- <if test="patentState != nulll">
- and patent_state = #{patentState,jdbcType=INTEGER}
- </if>
- order by serial_number desc
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
- <select id="findClentApplyCount" resultType="java.lang.Integer"
- parameterType="String">
- select count(1)
- from patent_info
- where deleted_sign = 0
- <if test="uid != null">
- and uid = #{uid,jdbcType=VARCHAR}
- </if>
- <if test="patentNumber != null">
- and patent_number = #{patentNumber,jdbcType=VARCHAR}
- </if>
- <if test="patentName != null">
- and patent_name like "%"#{patentName,jdbcType=VARCHAR}"%"
- </if>
- <if test="patentCatagory != null">
- and patent_catagory = #{patentCatagory,jdbcType=INTEGER}
- </if>
- <if test="patentState != nulll">
- and patent_state = #{patentState,jdbcType=INTEGER}
- </if>
- </select>
- <select id="findManagePatentListByPage" resultType="com.goafanti.patent.bo.PatentManageListBo"
- parameterType="String">
- select p.id, p.uid, p.serial_number as serialNumber, p.patent_number
- as patentNumber, p.office, p.patent_catagory as patentCatagory,
- o.licence_province as locationProvince,
- o.unit_name as unitName,
- p.patent_name as patentName, p.patent_state as
- patentState, p.create_time as
- createTime,
- p.patent_application_date as
- patentApplicationDate, p.authorized_date as authorizedDate,
- a.name as
- author, ad.name as founder
- from patent_info p
- LEFT JOIN organization_identity o on p.uid =
- o.uid
- LEFT JOIN admin a on a.id = p.author
- LEFT JOIN admin ad on ad.id = p.founder
- <if test="principal != null">
- left join patent_log l on p.id=l.pid
- </if>
- where p.deleted_sign = 0
- <if test="principal != null">
- and l.principal = #{principal,jdbcType=VARCHAR}
- </if>
- <if test="serialNumber != null">
- and p.serial_number = #{serialNumber,jdbcType=INTEGER}
- </if>
- <if test="patentNumber != null">
- and p.patent_number = #{patentNumber,jdbcType=VARCHAR}
- </if>
- <if test="office != null">
- and p.office = #{office,jdbcType=VARCHAR}
- </if>
- <if test="unitName != null">
- and o.unit_name= #{unitName,jdbcType=VARCHAR}
- </if>
- <if test="patentCatagory != null">
- and p.patent_catagory= #{patentCatagory,jdbcType=INTEGER}
- </if>
- <if test="patentName != null">
- and p.patent_name= #{patentName,jdbcType=VARCHAR}
- </if>
- <if test="patentState != null">
- and p.patent_state= #{patentState,jdbcType=INTEGER}
- </if>
- <if test="cStart != null">
- and
- p.create_time <![CDATA[ > ]]>
- #{cStart,jdbcType=TIMESTAMP}
- </if>
- <if test="cEnd != null">
- and
- p.create_time <![CDATA[ < ]]>
- #{cEnd,jdbcType=TIMESTAMP}
- </if>
- <if test="pStart != null">
- and
- p.patent_application_date <![CDATA[ > ]]>
- #{pStart,jdbcType=TIMESTAMP}
- </if>
- <if test="pEnd != null">
- and
- p.patent_application_date <![CDATA[ < ]]>
- #{pEnd,jdbcType=TIMESTAMP}
- </if>
- <if test="author != null">
- and p.author = #{author,jdbcType=VARCHAR}
- </if>
- <if test="uid != null">
- and p.uid = #{uid,jdbcType=VARCHAR}
- </if>
- <if test="locationProvince != null">
- and o.licence_province =
- #{locationProvince,jdbcType=VARCHAR}
- </if>
- <if test="principal != null">
- group by p.id
- </if>
- ORDER BY p.serial_number DESC
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
- <select id="findManagePatentCount" resultType="java.lang.Integer"
- parameterType="String">
- select count(1)
- from patent_info p
- LEFT JOIN organization_identity o on
- p.uid = o.uid
- LEFT JOIN admin a on a.id = p.author
- <if test="principal != null">
- left join patent_log l on p.id=l.pid
- </if>
- where p.deleted_sign = 0
- <if test="principal != null">
- and l.principal = #{principal,jdbcType=VARCHAR}
- </if>
-
- <if test="serialNumber != null">
- and p.serial_number = #{serialNumber,jdbcType=INTEGER}
- </if>
- <if test="patentNumber != null">
- and p.patent_number = #{patentNumber,jdbcType=VARCHAR}
- </if>
- <if test="office != null">
- and p.office = #{office,jdbcType=VARCHAR}
- </if>
- <if test="unitName != null">
- and o.unit_name= #{unitName,jdbcType=VARCHAR}
- </if>
- <if test="patentCatagory != null">
- and p.patent_catagory= #{patentCatagory,jdbcType=INTEGER}
- </if>
- <if test="patentName != null">
- and p.patent_name= #{patentName,jdbcType=VARCHAR}
- </if>
- <if test="patentState != null">
- and p.patent_state= #{patentState,jdbcType=INTEGER}
- </if>
- <if test="cStart != null">
- and
- p.create_time <![CDATA[ > ]]>
- #{cStart,jdbcType=TIMESTAMP}
- </if>
- <if test="cEnd != null">
- and
- p.create_time <![CDATA[ < ]]>
- #{cEnd,jdbcType=TIMESTAMP}
- </if>
- <if test="pStart != null">
- and
- p.patent_application_date <![CDATA[ > ]]>
- #{pStart,jdbcType=TIMESTAMP}
- </if>
- <if test="pEnd != null">
- and
- p.patent_application_date <![CDATA[ < ]]>
- #{pEnd,jdbcType=TIMESTAMP}
- </if>
- <if test="author != null">
- and p.author = #{author,jdbcType=VARCHAR}
- </if>
- <if test="uid != null">
- and p.uid = #{uid,jdbcType=VARCHAR}
- </if>
- <if test="locationProvince != null">
- and
- o.licence_province=#{locationProvince,jdbcType=VARCHAR}
- </if>
- <if test="principal != null">
- group by p.id
- </if>
- </select>
- <select id="findManagePendingPaymentListByPage" resultType="com.goafanti.patent.bo.PatentPendingBo"
- parameterType="String">
- select p.id as pid, p.uid as uid, o.id as oid, c.id as cid,
- p.serial_number as serialNumber,
- p.patent_number as patentNumber, o.licence_province as locationProvince, o.unit_name
- as unitName,
- p.patent_catagory as patentCatagory, p.patent_name as patentName, p.patent_state as
- patentState,
- c.annual_fee_state as annualFeeState, p.authorized_date as authorizedDate
- from patent_info p
- LEFT JOIN patent_cost c on p.id = c.pid and c.annual_fee_state = 0
- LEFT JOIN organization_identity o on p.uid = o.uid
- <if test="principal != null">
- left join patent_log l on p.id=l.pid
- </if>
- where p.deleted_sign = 0 and c.annual_fee_state = 0
- <if test="principal != null">
- and l.principal = #{principal,jdbcType=VARCHAR}
- </if>
-
- <if test="locationProvince != null">
- and o.licence_province =
- #{locationProvince,jdbcType=VARCHAR}
- </if>
- <if test="principal != null">
- group by p.id
- </if>
- ORDER BY p.serial_number DESC
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
- <select id="findManagePendingPaymentCount" resultType="java.lang.Integer"
- parameterType="String">
- select count(1)
- from patent_info p
- INNER JOIN patent_cost c on p.id = c.pid
- LEFT JOIN organization_identity o on p.uid = o.id
- <if test="principal != null">
- left join patent_log l on p.id=l.pid
- </if>
- where p.deleted_sign = 0 and c.annual_fee_state = 0
- <if test="principal != null">
- and l.principal = #{principal,jdbcType=VARCHAR}
- </if>
- <if test="locationProvince != null">
- and o.licence_province =
- #{locationProvince,jdbcType=VARCHAR}
- </if>
- <if test="principal != null">
- group by p.id
- </if>
- </select>
- <select id="findNoticeOfCorrectionListByPage" parameterType="String"
- resultType="com.goafanti.patent.bo.PatentNoticeOfCorrectionBo">
- select p.uid as uid ,p.id as pid , o.id as oid , p.serial_number as
- serialNumber , p.patent_number as patentNumber ,
- p.patent_name as patentName , p.office ,
- o.location_province as locationProvince,
- o.unit_name as unitName , p.patent_catagory as
- patentCatagory ,
- p.patent_state as patentState , a.name as author , p.record_time as
- recordTime
- FROM patent_info p
- LEFT JOIN organization_identity o ON o.uid = p.uid
- LEFT JOIN admin a on a.id = p.author
- <if test="principal != null">
- left join patent_log l on p.id=l.pid
- </if>
- where p.patent_state in
- (6,8) and p.deleted_sign = 0
-
- <if test="principal != null">
- and l.principal = #{principal,jdbcType=VARCHAR}
- </if>
-
- <if test="serialNumber != null">
- and p.serial_number = #{serialNumber,jdbcType=INTEGER}
- </if>
- <if test="patentNumber != null">
- and p.patent_number = #{patentNumber,jdbcType=VARCHAR}
- </if>
- <if test="office != null">
- and p.office = #{office,jdbcType=VARCHAR}
- </if>
- <if test="unitName != null">
- and o.unit_name= #{unitName,jdbcType=VARCHAR}
- </if>
- <if test="patentCatagory != null">
- and p.patent_catagory= #{patentCatagory,jdbcType=INTEGER}
- </if>
- <if test="patentName != null">
- and p.patent_name= #{patentName,jdbcType=VARCHAR}
- </if>
- <if test="patentState != null">
- and p.patent_state= #{patentState,jdbcType=INTEGER}
- </if>
- <if test="authorizedDate != null">
- and p.authorized_date =
- #{authorizedDate,jdbcType=TIMESTAMP}
- </if>
- <if test="author != null">
- and p.author = #{author,jdbcType=VARCHAR}
- </if>
- <if test="locationProvince != null">
- and
- o.licence_province=#{locationProvince,jdbcType=VARCHAR}
- </if>
- <if test="principal != null">
- group by p.id
- </if>
- order by p.serial_number DESC
- <if test="page_sql!=null">
- ${page_sql}
- </if>
- </select>
- <select id="findNoticeOfCorrectionCount" resultType="java.lang.Integer"
- parameterType="String">
- select count(1)
- FROM patent_info p
- LEFT JOIN organization_identity o ON o.uid = p.uid
- LEFT JOIN admin a on a.id = p.author
- <if test="principal != null">
- left join patent_log l on p.id=l.pid
- </if>
- where p.patent_state in
- (6,8) and p.deleted_sign = 0
- <if test="principal != null">
- and l.principal = #{principal,jdbcType=VARCHAR}
- </if>
-
- <if test="serialNumber != null">
- and p.serial_number = #{serialNumber,jdbcType=INTEGER}
- </if>
- <if test="patentNumber != null">
- and p.patent_number = #{patentNumber,jdbcType=VARCHAR}
- </if>
- <if test="office != null">
- and p.office = #{office,jdbcType=VARCHAR}
- </if>
- <if test="unitName != null">
- and o.unit_name= #{unitName,jdbcType=VARCHAR}
- </if>
- <if test="patentCatagory != null">
- and p.patent_catagory= #{patentCatagory,jdbcType=INTEGER}
- </if>
- <if test="patentName != null">
- and p.patent_name= #{patentName,jdbcType=VARCHAR}
- </if>
- <if test="patentState != null">
- and p.patent_state= #{patentState,jdbcType=INTEGER}
- </if>
- <if test="authorizedDate != null">
- and p.authorized_date =
- #{authorizedDate,jdbcType=TIMESTAMP}
- </if>
- <if test="author != null">
- and p.author = #{author,jdbcType=VARCHAR}
- </if>
- <if test="locationProvince != null">
- and
- o.licence_province=#{locationProvince,jdbcType=VARCHAR}
- </if>
- <if test="principal != null">
- group by p.id
- </if>
- </select>
- <update id="batchDeleteByPrimaryKey" parameterType="java.util.List">
- update patent_info set deleted_sign = 1
- where id in
- <foreach item="item" index="index" collection="list" open="("
- separator="," close=")">
- #{item}
- </foreach>
- </update>
- <select id="selectPatentInfoDetail" resultType="com.goafanti.patent.bo.PatentInfoDetailBo"
- parameterType="java.lang.String">
- select p.id, p.uid, o.unit_name as unitName,o.org_code as orgCode,
- o.licence_province as locationProvince,
- o.licence_city as locationCity, o.licence_area as locationArea, o.postal_address as postalAddress,
- p.contacts, p.author,
- p.serial_number as serialNumber , p.patent_number as patentNumber ,
- p.patent_name as patentName, p.office,
- p.patent_catagory as patentCatagory,p.patent_state as patentState,
- p.patent_field as patentField, p.patent_des as patentDes , p.first_inventor_name as
- firstInventorName,
- p.first_inventor_nationality as firstInventorNationality,
- p.first_inventor_id_number as firstInventorIdNumber, p.first_inventor_is_publish as
- firstInventorIsPublish,
- p.second_inventor_name as secondInventorName , p.second_inventor_nationality as
- secondInventorNationality ,
- p.second_inventor_is_publish as secondInventorIsPublish, p.third_inventor_name as
- thirdInventorName,
- p.third_inventor_nationality as thirdInventorNationality, p.third_inventor_is_publish as
- thirdInventorIsPublish,
- p.patent_prory_statement_url as patentProryStatementUrl ,
- p.patent_writing_url as patentWritingUrl ,
- p.authorization_notice_url as authorizationNoticeUrl ,
- p.patent_certificate_url as patentCertificateUrl
- from patent_info p LEFT JOIN organization_identity o on p.uid = o.uid
- where p.deleted_sign =0 and p.id = #{id,jdbcType=VARCHAR}
- </select>
-
- <select id="selectByPrimaryKeys" parameterType="java.util.List" resultMap="BaseResultMap">
- select
- <include refid="Base_Column_List" />
- from patent_info where id in
- <foreach item="item" index="index" collection="list" open="("
- separator="," close=")">
- #{item}
- </foreach>
- </select>
-
- <select id="countPatentDone" parameterType="java.lang.String" resultType="java.lang.Integer">
- select count(1) from patent_info
- where uid = #{uid,jdbcType=VARCHAR}
- and deleted_sign = 0 and patent_state in (12,13)
- </select>
-
- <select id="countPatentUndone" parameterType="java.lang.String" resultType="java.lang.Integer">
- select count(1) from patent_info
- where uid = #{uid,jdbcType=VARCHAR}
- and deleted_sign = 0 and patent_state <![CDATA[ < ]]> 12
- </select>
-
- <select id="selectExpireRecord" resultType="com.goafanti.patent.bo.PatentExpireBO">
- select p.id, p.uid, p.patent_name as patentName,
- p.patent_application_date as patentApplicationDate, oi.first_mobile as firstMobile
- from patent_info p
- LEFT JOIN patent_cost pc on p.id = pc.pid
- LEFT JOIN organization_identity oi on oi.uid = p.uid
- where p.deleted_sign = 0 and p.patent_state in (12, 13)
- and pc.annual_fee_state = 0
- </select>
- </mapper>
|