| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091 |
- <?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.chinaitop.depot.system.mapper.OrgInfoMapper" >
- <resultMap id="BaseResultMap" type="com.chinaitop.depot.system.model.OrgInfo" >
- <id column="org_id" property="orgId" jdbcType="INTEGER" />
- <result column="org_name" property="orgName" jdbcType="VARCHAR" />
- <result column="short_name" property="shortName" jdbcType="VARCHAR" />
- <result column="org_code" property="orgCode" jdbcType="VARCHAR" />
- <result column="org_class_id" property="orgClassId" jdbcType="INTEGER" />
- <result column="company_nature" property="companyNature" jdbcType="INTEGER" />
- <result column="busi_type" property="busiType" jdbcType="INTEGER" />
- <result column="address" property="address" jdbcType="VARCHAR" />
- <result column="contact" property="contact" jdbcType="VARCHAR" />
- <result column="fax" property="fax" jdbcType="VARCHAR" />
- <result column="charge_person" property="chargePerson" jdbcType="VARCHAR" />
- <result column="longitude" property="longitude" jdbcType="VARCHAR" />
- <result column="latitude" property="latitude" jdbcType="VARCHAR" />
- <result column="regist_capital" property="registCapital" jdbcType="INTEGER" />
- <result column="work_number" property="workNumber" jdbcType="INTEGER" />
- <result column="area_code" property="areaCode" jdbcType="INTEGER" />
- <result column="area_name" property="areaName" jdbcType="VARCHAR" />
- <result column="post" property="post" jdbcType="VARCHAR" />
- <result column="depot_class" property="depotClass" jdbcType="INTEGER" />
- <result column="design_capacity" property="designCapacity" jdbcType="DECIMAL" />
- <result column="effective_capacity" property="effectiveCapacity" jdbcType="DECIMAL" />
- <result column="depot_area" property="depotArea" jdbcType="DECIMAL" />
- <result column="complete_date" property="completeDate" jdbcType="TIMESTAMP" />
- <result column="use_date" property="useDate" jdbcType="TIMESTAMP" />
- <result column="company_org_code" property="companyOrgCode" jdbcType="VARCHAR" />
- <result column="credit_code" property="creditCode" jdbcType="VARCHAR" />
- <result column="regist_type" property="registType" jdbcType="INTEGER" />
- <result column="qualification" property="qualification" jdbcType="INTEGER" />
- <result column="independent_corporation" property="independentCorporation" jdbcType="INTEGER" />
- <result column="legal_person" property="legalPerson" jdbcType="VARCHAR" />
- <result column="whether_rent" property="whetherRent" jdbcType="INTEGER" />
- <result column="info_regist" property="infoRegist" jdbcType="VARCHAR" />
- <result column="regist_date" property="registDate" jdbcType="TIMESTAMP" />
- <result column="remark" property="remark" jdbcType="VARCHAR" />
- <result column="parent_id" property="parentId" jdbcType="INTEGER" />
- <result column="status" property="status" jdbcType="INTEGER" />
- <result column="del_flag" property="delFlag" jdbcType="INTEGER" />
- <result column="birds_eye" property="birdsEye" jdbcType="VARCHAR" />
- <result column="birds_Remote" property="birdsRemote" jdbcType="VARCHAR" />
- <result column="brief_introduction" property="briefIntroduction" jdbcType="VARCHAR" />
- <result column="invoice_title" property="invoiceTitle" jdbcType="VARCHAR" />
- <result column="regist_number" property="registNumber" jdbcType="VARCHAR" />
- <result column="bank_name" property="bankName" jdbcType="VARCHAR" />
- <result column="account_name" property="accountName" jdbcType="VARCHAR" />
- <result column="account_number" property="accountNumber" jdbcType="VARCHAR" />
- <result column="total_assets" property="totalAssets" jdbcType="INTEGER" />
- <result column="corporate_capacity" property="corporateCapacity" jdbcType="VARCHAR" />
- <result column="office_phone" property="officePhone" jdbcType="VARCHAR" />
- <result column="registered_address" property="registeredAddress" jdbcType="VARCHAR" />
- <result column="mail_box" property="mailBox" jdbcType="VARCHAR" />
- <result column="official_website" property="officialWebsite" jdbcType="VARCHAR" />
- <result column="house_number" property="houseNumber" jdbcType="INTEGER" />
- <result column="tank_number" property="tankNumber" jdbcType="INTEGER" />
- <result column="depot_property" property="depotProperty" jdbcType="VARCHAR" />
- <result column="level_code" property="levelCode" jdbcType="VARCHAR" />
- <result column="updatetime" property="updateTime" jdbcType="VARCHAR" />
- <result column="cityCouncil_code" property="cityCouncilCode" jdbcType="VARCHAR" />
- <result column="frlxfs" property="frlxfs" jdbcType="VARCHAR" />
- <result column="yxgr" property="yxgr" jdbcType="DECIMAL" />
- <result column="kqbm" property="kqbm" jdbcType="VARCHAR" />
- <result column="sfzk" property="sfzk" jdbcType="VARCHAR" />
- <result column="kq_number" property="kqNumber" jdbcType="INTEGER" />
- <result column="zc_province" property="zcProvince" jdbcType="INTEGER" />
- <result column="zc_city" property="zcCity" jdbcType="INTEGER" />
- <result column="zc_county" property="zcCounty" jdbcType="INTEGER" />
- <result column="unit_info_id" property="unitInfoId" jdbcType="VARCHAR" />
- </resultMap>
- <resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.chinaitop.depot.system.model.OrgInfo">
- <result column="wjl" jdbcType="LONGVARCHAR" property="wjl" />
- </resultMap>
- <sql id="Example_Where_Clause" >
- <where >
- <foreach collection="oredCriteria" item="criteria" separator="or" >
- <if test="criteria.valid" >
- <trim prefix="(" suffix=")" prefixOverrides="and" >
- <foreach collection="criteria.criteria" item="criterion" >
- <choose >
- <when test="criterion.noValue" >
- and ${criterion.condition}
- </when>
- <when test="criterion.singleValue" >
- and ${criterion.condition} #{criterion.value}
- </when>
- <when test="criterion.betweenValue" >
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
- </when>
- <when test="criterion.listValue" >
- and ${criterion.condition}
- <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
- #{listItem}
- </foreach>
- </when>
- </choose>
- </foreach>
- </trim>
- </if>
- </foreach>
- </where>
- </sql>
- <sql id="Update_By_Example_Where_Clause" >
- <where >
- <foreach collection="example.oredCriteria" item="criteria" separator="or" >
- <if test="criteria.valid" >
- <trim prefix="(" suffix=")" prefixOverrides="and" >
- <foreach collection="criteria.criteria" item="criterion" >
- <choose >
- <when test="criterion.noValue" >
- and ${criterion.condition}
- </when>
- <when test="criterion.singleValue" >
- and ${criterion.condition} #{criterion.value}
- </when>
- <when test="criterion.betweenValue" >
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
- </when>
- <when test="criterion.listValue" >
- and ${criterion.condition}
- <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
- #{listItem}
- </foreach>
- </when>
- </choose>
- </foreach>
- </trim>
- </if>
- </foreach>
- </where>
- </sql>
- <sql id="Base_Column_List" >
- org_id, org_name, short_name, org_code, org_class_id, company_nature, busi_type,
- address, contact, fax, charge_person, longitude, latitude, regist_capital, work_number,
- area_code, area_name, post, depot_class, design_capacity, effective_capacity, depot_area,
- complete_date, use_date, company_org_code, credit_code, regist_type, qualification,
- independent_corporation, legal_person, whether_rent, info_regist, regist_date, remark,
- parent_id, status, del_flag, birds_eye, birds_Remote, brief_introduction, invoice_title,
- regist_number, bank_name, account_name, account_number,level_code,total_assets,corporate_capacity,
- office_phone,registered_address,mail_box,official_website,house_number,tank_number,depot_property,updatetime,
- cityCouncil_code,frlxfs,yxgr,kqbm,sfzk, kq_number, zc_province, zc_city, zc_county,unit_info_id
- </sql>
- <select id="selectByExample" resultMap="BaseResultMap" parameterType="com.chinaitop.depot.system.model.OrgInfoExample" >
- select
- <if test="distinct" >
- distinct
- </if>
- <include refid="Base_Column_List" />
- from org_info
- <if test="_parameter != null" >
- <include refid="Example_Where_Clause" />
- </if>
- <if test="orderByClause != null" >
- order by ${orderByClause}
- </if>
- </select>
- <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
- select
- <include refid="Base_Column_List" />
- from org_info
- where org_id = #{orgId,jdbcType=INTEGER}
- </select>
- <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >
- delete from org_info
- where org_id = #{orgId,jdbcType=INTEGER}
- </delete>
- <delete id="deleteByExample" parameterType="com.chinaitop.depot.system.model.OrgInfoExample" >
- delete from org_info
- <if test="_parameter != null" >
- <include refid="Example_Where_Clause" />
- </if>
- </delete>
- <insert id="insert" parameterType="com.chinaitop.depot.system.model.OrgInfo" useGeneratedKeys="true" keyProperty="orgId">
-
- insert into org_info (org_id, org_name, short_name,
- org_code, org_class_id, company_nature,
- busi_type, address, contact,
- fax, charge_person, longitude,
- latitude, regist_capital, work_number,
- area_code, area_name, post,
- depot_class, design_capacity, effective_capacity,
- depot_area, complete_date, use_date,
- company_org_code, credit_code, regist_type,
- qualification, independent_corporation,
- legal_person, whether_rent, info_regist,
- regist_date, remark, parent_id,
- status, del_flag, birds_eye,
- birds_Remote, brief_introduction, invoice_title,
- regist_number, bank_name, account_name,
- account_number,total_assets,corporate_capacity,
- office_phone,registered_address,mail_box,official_website,
- house_number,tank_number,depot_property,level_code,wjl,frlxfs,yxgr,kqbm,sfzk, kq_number, zc_province, zc_city, zc_county,
- unit_info_id)
- values (#{orgId,jdbcType=INTEGER}, #{orgName,jdbcType=VARCHAR}, #{shortName,jdbcType=VARCHAR},
- #{orgCode,jdbcType=VARCHAR}, #{orgClassId,jdbcType=INTEGER}, #{companyNature,jdbcType=INTEGER},
- #{busiType,jdbcType=INTEGER}, #{address,jdbcType=VARCHAR}, #{contact,jdbcType=VARCHAR},
- #{fax,jdbcType=VARCHAR}, #{chargePerson,jdbcType=VARCHAR}, #{longitude,jdbcType=VARCHAR},
- #{latitude,jdbcType=VARCHAR}, #{registCapital,jdbcType=INTEGER}, #{workNumber,jdbcType=INTEGER},
- #{areaCode,jdbcType=INTEGER}, #{areaName,jdbcType=VARCHAR}, #{post,jdbcType=VARCHAR},
- #{depotClass,jdbcType=INTEGER}, #{designCapacity,jdbcType=DECIMAL}, #{effectiveCapacity,jdbcType=DECIMAL},
- #{depotArea,jdbcType=DECIMAL}, #{completeDate,jdbcType=TIMESTAMP}, #{useDate,jdbcType=TIMESTAMP},
- #{companyOrgCode,jdbcType=VARCHAR}, #{creditCode,jdbcType=VARCHAR}, #{registType,jdbcType=INTEGER},
- #{qualification,jdbcType=INTEGER}, #{independentCorporation,jdbcType=INTEGER},
- #{legalPerson,jdbcType=VARCHAR}, #{whetherRent,jdbcType=INTEGER}, #{infoRegist,jdbcType=VARCHAR},
- #{registDate,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR}, #{parentId,jdbcType=INTEGER},
- #{status,jdbcType=INTEGER}, #{delFlag,jdbcType=INTEGER}, #{birdsEye,jdbcType=VARCHAR},
- #{birdsRemote,jdbcType=VARCHAR}, #{briefIntroduction,jdbcType=VARCHAR}, #{invoiceTitle,jdbcType=VARCHAR},
- #{registNumber,jdbcType=VARCHAR}, #{bankName,jdbcType=VARCHAR}, #{accountName,jdbcType=VARCHAR},
- #{accountNumber,jdbcType=VARCHAR}, #{totalAssets,jdbcType=INTEGER}, #{corporateCapacity,jdbcType=VARCHAR},
- #{officePhone,jdbcType=VARCHAR}, #{registeredAddress,jdbcType=VARCHAR}, #{mailBox,jdbcType=VARCHAR},
- #{officialWebsite,jdbcType=VARCHAR}, #{houseNumber,jdbcType=INTEGER}, #{tankNumber,jdbcType=INTEGER},
- #{depotProperty,jdbcType=VARCHAR}, #{levelCode,jdbcType=VARCHAR}, #{wjl,jdbcType=LONGVARCHAR},
- #{frlxfs,jdbcType=VARCHAR}, #{yxgr,jdbcType=DECIMAL}, #{kqbm,jdbcType=VARCHAR}, #{sfzk,jdbcType=VARCHAR},
- #{kqNumber,jdbcType=INTEGER}, #{zcProvince,jdbcType=INTEGER},#{zcCity,jdbcType=INTEGER}, #{zcCounty,jdbcType=INTEGER},
- #{unitInfoId,jdbcType=VARCHAR})
- </insert>
- <insert id="insertSelective" parameterType="com.chinaitop.depot.system.model.OrgInfo" useGeneratedKeys="true" keyProperty="orgId">
- insert into org_info
- <trim prefix="(" suffix=")" suffixOverrides="," >
- <if test="orgId != null" >
- org_id,
- </if>
- <if test="orgName != null" >
- org_name,
- </if>
- <if test="shortName != null" >
- short_name,
- </if>
- <if test="orgCode != null" >
- org_code,
- </if>
- <if test="orgClassId != null" >
- org_class_id,
- </if>
- <if test="companyNature != null" >
- company_nature,
- </if>
- <if test="busiType != null" >
- busi_type,
- </if>
- <if test="address != null" >
- address,
- </if>
- <if test="contact != null" >
- contact,
- </if>
- <if test="fax != null" >
- fax,
- </if>
- <if test="chargePerson != null" >
- charge_person,
- </if>
- <if test="longitude != null" >
- longitude,
- </if>
- <if test="latitude != null" >
- latitude,
- </if>
- <if test="registCapital != null" >
- regist_capital,
- </if>
- <if test="workNumber != null" >
- work_number,
- </if>
- <if test="areaCode != null" >
- area_code,
- </if>
- <if test="areaName != null" >
- area_name,
- </if>
- <if test="post != null" >
- post,
- </if>
- <if test="depotClass != null" >
- depot_class,
- </if>
- <if test="designCapacity != null" >
- design_capacity,
- </if>
- <if test="effectiveCapacity != null" >
- effective_capacity,
- </if>
- <if test="depotArea != null" >
- depot_area,
- </if>
- <if test="completeDate != null" >
- complete_date,
- </if>
- <if test="useDate != null" >
- use_date,
- </if>
- <if test="companyOrgCode != null" >
- company_org_code,
- </if>
- <if test="creditCode != null" >
- credit_code,
- </if>
- <if test="registType != null" >
- regist_type,
- </if>
- <if test="qualification != null" >
- qualification,
- </if>
- <if test="independentCorporation != null" >
- independent_corporation,
- </if>
- <if test="legalPerson != null" >
- legal_person,
- </if>
- <if test="whetherRent != null" >
- whether_rent,
- </if>
- <if test="infoRegist != null" >
- info_regist,
- </if>
- <if test="registDate != null" >
- regist_date,
- </if>
- <if test="remark != null" >
- remark,
- </if>
- <if test="parentId != null" >
- parent_id,
- </if>
- <if test="status != null" >
- status,
- </if>
- <if test="delFlag != null" >
- del_flag,
- </if>
- <if test="birdsEye != null" >
- birds_eye,
- </if>
- <if test="birdsRemote != null" >
- birds_Remote,
- </if>
- <if test="briefIntroduction != null" >
- brief_introduction,
- </if>
- <if test="invoiceTitle != null" >
- invoice_title,
- </if>
- <if test="registNumber != null" >
- regist_number,
- </if>
- <if test="bankName != null" >
- bank_name,
- </if>
- <if test="accountName != null" >
- account_name,
- </if>
- <if test="accountNumber != null" >
- account_number,
- </if>
- <if test="wjl != null">
- wjl,
- </if>
- <if test="frlxfs != null">
- frlxfs,
- </if>
- <if test="yxgr != null">
- yxgr,
- </if>
- <if test="kqbm != null">
- kqbm,
- </if>
- <if test="sfzk != null">
- sfzk,
- </if>
- <if test="kqNumber != null" >
- kq_number,
- </if>
- <if test="zcProvince != null" >
- zc_province,
- </if>
- <if test="zcCity != null" >
- zc_city,
- </if>
- <if test="zcCounty != null" >
- zc_county,
- </if>
- <if test="unitInfoId != null" >
- unit_info_id,
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides="," >
- <if test="orgId != null" >
- #{orgId,jdbcType=INTEGER},
- </if>
- <if test="orgName != null" >
- #{orgName,jdbcType=VARCHAR},
- </if>
- <if test="shortName != null" >
- #{shortName,jdbcType=VARCHAR},
- </if>
- <if test="orgCode != null" >
- #{orgCode,jdbcType=VARCHAR},
- </if>
- <if test="orgClassId != null" >
- #{orgClassId,jdbcType=INTEGER},
- </if>
- <if test="companyNature != null" >
- #{companyNature,jdbcType=INTEGER},
- </if>
- <if test="busiType != null" >
- #{busiType,jdbcType=INTEGER},
- </if>
- <if test="address != null" >
- #{address,jdbcType=VARCHAR},
- </if>
- <if test="contact != null" >
- #{contact,jdbcType=VARCHAR},
- </if>
- <if test="fax != null" >
- #{fax,jdbcType=VARCHAR},
- </if>
- <if test="chargePerson != null" >
- #{chargePerson,jdbcType=VARCHAR},
- </if>
- <if test="longitude != null" >
- #{longitude,jdbcType=VARCHAR},
- </if>
- <if test="latitude != null" >
- #{latitude,jdbcType=VARCHAR},
- </if>
- <if test="registCapital != null" >
- #{registCapital,jdbcType=INTEGER},
- </if>
- <if test="workNumber != null" >
- #{workNumber,jdbcType=INTEGER},
- </if>
- <if test="areaCode != null" >
- #{areaCode,jdbcType=INTEGER},
- </if>
- <if test="areaName != null" >
- #{areaName,jdbcType=VARCHAR},
- </if>
- <if test="post != null" >
- #{post,jdbcType=VARCHAR},
- </if>
- <if test="depotClass != null" >
- #{depotClass,jdbcType=INTEGER},
- </if>
- <if test="designCapacity != null" >
- #{designCapacity,jdbcType=DECIMAL},
- </if>
- <if test="effectiveCapacity != null" >
- #{effectiveCapacity,jdbcType=DECIMAL},
- </if>
- <if test="depotArea != null" >
- #{depotArea,jdbcType=DECIMAL},
- </if>
- <if test="completeDate != null" >
- #{completeDate,jdbcType=TIMESTAMP},
- </if>
- <if test="useDate != null" >
- #{useDate,jdbcType=TIMESTAMP},
- </if>
- <if test="companyOrgCode != null" >
- #{companyOrgCode,jdbcType=VARCHAR},
- </if>
- <if test="creditCode != null" >
- #{creditCode,jdbcType=VARCHAR},
- </if>
- <if test="registType != null" >
- #{registType,jdbcType=INTEGER},
- </if>
- <if test="qualification != null" >
- #{qualification,jdbcType=INTEGER},
- </if>
- <if test="independentCorporation != null" >
- #{independentCorporation,jdbcType=INTEGER},
- </if>
- <if test="legalPerson != null" >
- #{legalPerson,jdbcType=VARCHAR},
- </if>
- <if test="whetherRent != null" >
- #{whetherRent,jdbcType=INTEGER},
- </if>
- <if test="infoRegist != null" >
- #{infoRegist,jdbcType=VARCHAR},
- </if>
- <if test="registDate != null" >
- #{registDate,jdbcType=TIMESTAMP},
- </if>
- <if test="remark != null" >
- #{remark,jdbcType=VARCHAR},
- </if>
- <if test="parentId != null" >
- #{parentId,jdbcType=INTEGER},
- </if>
- <if test="status != null" >
- #{status,jdbcType=INTEGER},
- </if>
- <if test="delFlag != null" >
- #{delFlag,jdbcType=INTEGER},
- </if>
- <if test="birdsEye != null" >
- #{birdsEye,jdbcType=VARCHAR},
- </if>
- <if test="birdsRemote != null" >
- #{birdsRemote,jdbcType=VARCHAR},
- </if>
- <if test="briefIntroduction != null" >
- #{briefIntroduction,jdbcType=VARCHAR},
- </if>
- <if test="invoiceTitle != null" >
- #{invoiceTitle,jdbcType=VARCHAR},
- </if>
- <if test="registNumber != null" >
- #{registNumber,jdbcType=VARCHAR},
- </if>
- <if test="bankName != null" >
- #{bankName,jdbcType=VARCHAR},
- </if>
- <if test="accountName != null" >
- #{accountName,jdbcType=VARCHAR},
- </if>
- <if test="accountNumber != null" >
- #{accountNumber,jdbcType=VARCHAR},
- </if>
- <if test="wjl != null">
- #{wjl,jdbcType=LONGVARCHAR},
- </if>
- <if test="frlxfs != null">
- #{frlxfs,jdbcType=VARCHAR},
- </if>
- <if test="yxgr != null" >
- #{yxgr,jdbcType=DECIMAL},
- </if>
- <if test="kqbm != null">
- #{kqbm,jdbcType=VARCHAR},
- </if>
- <if test="sfzk != null">
- #{sfzk,jdbcType=VARCHAR},
- </if>
- <if test="kqNumber != null" >
- #{kqNumber,jdbcType=INTEGER},
- </if>
- <if test="zcProvince != null" >
- #{zcProvince,jdbcType=INTEGER},
- </if>
- <if test="zcCity != null" >
- #{zcCity,jdbcType=INTEGER},
- </if>
- <if test="zcCounty != null" >
- #{zcCounty,jdbcType=INTEGER},
- </if>
- <if test="unitInfoId != null">
- #{unitInfoId,jdbcType=VARCHAR},
- </if>
- </trim>
- </insert>
- <select id="countByExample" parameterType="com.chinaitop.depot.system.model.OrgInfoExample" resultType="java.lang.Integer" >
- select count(*) from org_info
- <if test="_parameter != null" >
- <include refid="Example_Where_Clause" />
- </if>
- </select>
- <update id="updateByExampleSelective" parameterType="map" >
- update org_info
- <set >
- <if test="record.orgId != null" >
- org_id = #{record.orgId,jdbcType=INTEGER},
- </if>
- <if test="record.orgName != null" >
- org_name = #{record.orgName,jdbcType=VARCHAR},
- </if>
- <if test="record.shortName != null" >
- short_name = #{record.shortName,jdbcType=VARCHAR},
- </if>
- <if test="record.orgCode != null" >
- org_code = #{record.orgCode,jdbcType=VARCHAR},
- </if>
- <if test="record.orgClassId != null" >
- org_class_id = #{record.orgClassId,jdbcType=INTEGER},
- </if>
- <if test="record.companyNature != null" >
- company_nature = #{record.companyNature,jdbcType=INTEGER},
- </if>
- <if test="record.busiType != null" >
- busi_type = #{record.busiType,jdbcType=INTEGER},
- </if>
- <if test="record.address != null" >
- address = #{record.address,jdbcType=VARCHAR},
- </if>
- <if test="record.contact != null" >
- contact = #{record.contact,jdbcType=VARCHAR},
- </if>
- <if test="record.fax != null" >
- fax = #{record.fax,jdbcType=VARCHAR},
- </if>
- <if test="record.chargePerson != null" >
- charge_person = #{record.chargePerson,jdbcType=VARCHAR},
- </if>
- <if test="record.longitude != null" >
- longitude = #{record.longitude,jdbcType=VARCHAR},
- </if>
- <if test="record.latitude != null" >
- latitude = #{record.latitude,jdbcType=VARCHAR},
- </if>
- <if test="record.registCapital != null" >
- regist_capital = #{record.registCapital,jdbcType=INTEGER},
- </if>
- <if test="record.workNumber != null" >
- work_number = #{record.workNumber,jdbcType=INTEGER},
- </if>
- <if test="record.areaCode != null" >
- area_code = #{record.areaCode,jdbcType=INTEGER},
- </if>
- <if test="record.areaName != null" >
- area_name = #{record.areaName,jdbcType=VARCHAR},
- </if>
- <if test="record.post != null" >
- post = #{record.post,jdbcType=VARCHAR},
- </if>
- <if test="record.depotClass != null" >
- depot_class = #{record.depotClass,jdbcType=INTEGER},
- </if>
- <if test="record.designCapacity != null" >
- design_capacity = #{record.designCapacity,jdbcType=DECIMAL},
- </if>
- <if test="record.effectiveCapacity != null" >
- effective_capacity = #{record.effectiveCapacity,jdbcType=DECIMAL},
- </if>
- <if test="record.depotArea != null" >
- depot_area = #{record.depotArea,jdbcType=DECIMAL},
- </if>
- <if test="record.completeDate != null" >
- complete_date = #{record.completeDate,jdbcType=TIMESTAMP},
- </if>
- <if test="record.useDate != null" >
- use_date = #{record.useDate,jdbcType=TIMESTAMP},
- </if>
- <if test="record.companyOrgCode != null" >
- company_org_code = #{record.companyOrgCode,jdbcType=VARCHAR},
- </if>
- <if test="record.creditCode != null" >
- credit_code = #{record.creditCode,jdbcType=VARCHAR},
- </if>
- <if test="record.registType != null" >
- regist_type = #{record.registType,jdbcType=INTEGER},
- </if>
- <if test="record.qualification != null" >
- qualification = #{record.qualification,jdbcType=INTEGER},
- </if>
- <if test="record.independentCorporation != null" >
- independent_corporation = #{record.independentCorporation,jdbcType=INTEGER},
- </if>
- <if test="record.legalPerson != null" >
- legal_person = #{record.legalPerson,jdbcType=VARCHAR},
- </if>
- <if test="record.whetherRent != null" >
- whether_rent = #{record.whetherRent,jdbcType=INTEGER},
- </if>
- <if test="record.infoRegist != null" >
- info_regist = #{record.infoRegist,jdbcType=VARCHAR},
- </if>
- <if test="record.registDate != null" >
- regist_date = #{record.registDate,jdbcType=TIMESTAMP},
- </if>
- <if test="record.remark != null" >
- remark = #{record.remark,jdbcType=VARCHAR},
- </if>
- <if test="record.parentId != null" >
- parent_id = #{record.parentId,jdbcType=INTEGER},
- </if>
- <if test="record.status != null" >
- status = #{record.status,jdbcType=INTEGER},
- </if>
- <if test="record.delFlag != null" >
- del_flag = #{record.delFlag,jdbcType=INTEGER},
- </if>
- <if test="record.birdsEye != null" >
- birds_eye = #{record.birdsEye,jdbcType=VARCHAR},
- </if>
- <if test="record.birdsRemote != null" >
- birds_Remote = #{record.birdsRemote,jdbcType=VARCHAR},
- </if>
- <if test="record.briefIntroduction != null" >
- brief_introduction = #{record.briefIntroduction,jdbcType=VARCHAR},
- </if>
- <if test="record.invoiceTitle != null" >
- invoice_title = #{record.invoiceTitle,jdbcType=VARCHAR},
- </if>
- <if test="record.registNumber != null" >
- regist_number = #{record.registNumber,jdbcType=VARCHAR},
- </if>
- <if test="record.bankName != null" >
- bank_name = #{record.bankName,jdbcType=VARCHAR},
- </if>
- <if test="record.accountName != null" >
- account_name = #{record.accountName,jdbcType=VARCHAR},
- </if>
- <if test="record.accountNumber != null" >
- account_number = #{record.accountNumber,jdbcType=VARCHAR},
- </if>
- <if test="record.levelCode != null" >
- level_code = #{record.levelCode,jdbcType=VARCHAR},
- </if>
- <if test="record.wjl != null">
- wjl = #{record.wjl,jdbcType=LONGVARCHAR},
- </if>
- <if test="record.frlxfs != null">
- frlxfs = #{record.frlxfs,jdbcType=VARCHAR},
- </if>
- <if test="record.yxgr != null" >
- yxgr = #{record.yxgr,jdbcType=DECIMAL},
- </if>
- <if test="record.kqbm != null">
- kqbm = #{record.kqbm,jdbcType=VARCHAR},
- </if>
- <if test="record.sfzk != null">
- sfzk = #{record.sfzk,jdbcType=VARCHAR},
- </if>
- <if test="record.kqNumber != null" >
- kq_number = #{record.kqNumber,jdbcType=INTEGER},
- </if>
- <if test="record.zcProvince != null" >
- zc_province = #{record.zcProvince,jdbcType=INTEGER},
- </if>
- <if test="record.zcCity != null" >
- zc_city = #{record.zcCity,jdbcType=INTEGER},
- </if>
- <if test="record.zcCounty != null" >
- zc_county = #{record.zcCounty,jdbcType=INTEGER},
- </if>
- <if test="record.unitInfoId != null">
- unit_info_id = #{record.unitInfoId,jdbcType=VARCHAR},
- </if>
- </set>
- <if test="_parameter != null" >
- <include refid="Update_By_Example_Where_Clause" />
- </if>
- </update>
- <update id="updateByExample" parameterType="map" >
- update org_info
- set org_id = #{record.orgId,jdbcType=INTEGER},
- org_name = #{record.orgName,jdbcType=VARCHAR},
- short_name = #{record.shortName,jdbcType=VARCHAR},
- org_code = #{record.orgCode,jdbcType=VARCHAR},
- org_class_id = #{record.orgClassId,jdbcType=INTEGER},
- company_nature = #{record.companyNature,jdbcType=INTEGER},
- busi_type = #{record.busiType,jdbcType=INTEGER},
- address = #{record.address,jdbcType=VARCHAR},
- contact = #{record.contact,jdbcType=VARCHAR},
- fax = #{record.fax,jdbcType=VARCHAR},
- charge_person = #{record.chargePerson,jdbcType=VARCHAR},
- longitude = #{record.longitude,jdbcType=VARCHAR},
- latitude = #{record.latitude,jdbcType=VARCHAR},
- regist_capital = #{record.registCapital,jdbcType=INTEGER},
- work_number = #{record.workNumber,jdbcType=INTEGER},
- area_code = #{record.areaCode,jdbcType=INTEGER},
- area_name = #{record.areaName,jdbcType=VARCHAR},
- post = #{record.post,jdbcType=VARCHAR},
- depot_class = #{record.depotClass,jdbcType=INTEGER},
- design_capacity = #{record.designCapacity,jdbcType=DECIMAL},
- effective_capacity = #{record.effectiveCapacity,jdbcType=DECIMAL},
- depot_area = #{record.depotArea,jdbcType=DECIMAL},
- complete_date = #{record.completeDate,jdbcType=TIMESTAMP},
- use_date = #{record.useDate,jdbcType=TIMESTAMP},
- company_org_code = #{record.companyOrgCode,jdbcType=VARCHAR},
- credit_code = #{record.creditCode,jdbcType=VARCHAR},
- regist_type = #{record.registType,jdbcType=INTEGER},
- qualification = #{record.qualification,jdbcType=INTEGER},
- independent_corporation = #{record.independentCorporation,jdbcType=INTEGER},
- legal_person = #{record.legalPerson,jdbcType=VARCHAR},
- whether_rent = #{record.whetherRent,jdbcType=INTEGER},
- info_regist = #{record.infoRegist,jdbcType=VARCHAR},
- regist_date = #{record.registDate,jdbcType=TIMESTAMP},
- remark = #{record.remark,jdbcType=VARCHAR},
- parent_id = #{record.parentId,jdbcType=INTEGER},
- status = #{record.status,jdbcType=INTEGER},
- del_flag = #{record.delFlag,jdbcType=INTEGER},
- birds_eye = #{record.birdsEye,jdbcType=VARCHAR},
- birds_Remote = #{record.birdsRemote,jdbcType=VARCHAR},
- brief_introduction = #{record.briefIntroduction,jdbcType=VARCHAR},
- invoice_title = #{record.invoiceTitle,jdbcType=VARCHAR},
- regist_number = #{record.registNumber,jdbcType=VARCHAR},
- bank_name = #{record.bankName,jdbcType=VARCHAR},
- account_name = #{record.accountName,jdbcType=VARCHAR},
- account_number = #{record.accountNumber,jdbcType=VARCHAR},
- wjl = #{record.wjl,jdbcType=LONGVARCHAR},
- frlxfs = #{record.frlxfs,jdbcType=VARCHAR},
- yxgr = #{record.yxgr,jdbcType=DECIMAL},
- kqbm = #{record.kqbm,jdbcType=VARCHAR},
- sfzk = #{record.sfzk,jdbcType=VARCHAR},
- kq_number = #{record.kqNumber,jdbcType=INTEGER},
- zc_province = #{record.zcProvince,jdbcType=INTEGER},
- zc_city = #{record.zcCity,jdbcType=INTEGER},
- zc_county = #{record.zcCounty,jdbcType=INTEGER},
- unit_info_id = #{record.unitInfoId,jdbcType=VARCHAR}
- <if test="_parameter != null" >
- <include refid="Update_By_Example_Where_Clause" />
- </if>
- </update>
- <update id="updateByPrimaryKeySelective" parameterType="com.chinaitop.depot.system.model.OrgInfo" >
- update org_info
- <set >
- <if test="orgName != null" >
- org_name = #{orgName,jdbcType=VARCHAR},
- </if>
- <if test="shortName != null" >
- short_name = #{shortName,jdbcType=VARCHAR},
- </if>
- <if test="orgCode != null" >
- org_code = #{orgCode,jdbcType=VARCHAR},
- </if>
- <if test="orgClassId != null" >
- org_class_id = #{orgClassId,jdbcType=INTEGER},
- </if>
- <if test="companyNature != null" >
- company_nature = #{companyNature,jdbcType=INTEGER},
- </if>
- <if test="busiType != null" >
- busi_type = #{busiType,jdbcType=INTEGER},
- </if>
- <if test="address != null" >
- address = #{address,jdbcType=VARCHAR},
- </if>
- <if test="contact != null" >
- contact = #{contact,jdbcType=VARCHAR},
- </if>
- <if test="fax != null" >
- fax = #{fax,jdbcType=VARCHAR},
- </if>
- <if test="chargePerson != null" >
- charge_person = #{chargePerson,jdbcType=VARCHAR},
- </if>
- <if test="longitude != null" >
- longitude = #{longitude,jdbcType=VARCHAR},
- </if>
- <if test="latitude != null" >
- latitude = #{latitude,jdbcType=VARCHAR},
- </if>
- <if test="registCapital != null" >
- regist_capital = #{registCapital,jdbcType=INTEGER},
- </if>
- <if test="workNumber != null" >
- work_number = #{workNumber,jdbcType=INTEGER},
- </if>
- <if test="areaCode != null" >
- area_code = #{areaCode,jdbcType=INTEGER},
- </if>
- <if test="areaName != null" >
- area_name = #{areaName,jdbcType=VARCHAR},
- </if>
- <if test="post != null" >
- post = #{post,jdbcType=VARCHAR},
- </if>
- <if test="depotClass != null" >
- depot_class = #{depotClass,jdbcType=INTEGER},
- </if>
- <if test="designCapacity != null" >
- design_capacity = #{designCapacity,jdbcType=DECIMAL},
- </if>
- <if test="effectiveCapacity != null" >
- effective_capacity = #{effectiveCapacity,jdbcType=DECIMAL},
- </if>
- <if test="depotArea != null" >
- depot_area = #{depotArea,jdbcType=DECIMAL},
- </if>
- <if test="completeDate != null" >
- complete_date = #{completeDate,jdbcType=TIMESTAMP},
- </if>
- <if test="useDate != null" >
- use_date = #{useDate,jdbcType=TIMESTAMP},
- </if>
- <if test="companyOrgCode != null" >
- company_org_code = #{companyOrgCode,jdbcType=VARCHAR},
- </if>
- <if test="creditCode != null" >
- credit_code = #{creditCode,jdbcType=VARCHAR},
- </if>
- <if test="registType != null" >
- regist_type = #{registType,jdbcType=INTEGER},
- </if>
- <if test="qualification != null" >
- qualification = #{qualification,jdbcType=INTEGER},
- </if>
- <if test="independentCorporation != null" >
- independent_corporation = #{independentCorporation,jdbcType=INTEGER},
- </if>
- <if test="legalPerson != null" >
- legal_person = #{legalPerson,jdbcType=VARCHAR},
- </if>
- <if test="whetherRent != null" >
- whether_rent = #{whetherRent,jdbcType=INTEGER},
- </if>
- <if test="infoRegist != null" >
- info_regist = #{infoRegist,jdbcType=VARCHAR},
- </if>
- <if test="registDate != null" >
- regist_date = #{registDate,jdbcType=TIMESTAMP},
- </if>
- <if test="remark != null" >
- remark = #{remark,jdbcType=VARCHAR},
- </if>
- <if test="parentId != null" >
- parent_id = #{parentId,jdbcType=INTEGER},
- </if>
- <if test="status != null" >
- status = #{status,jdbcType=INTEGER},
- </if>
- <if test="delFlag != null" >
- del_flag = #{delFlag,jdbcType=INTEGER},
- </if>
- <if test="birdsEye != null" >
- birds_eye = #{birdsEye,jdbcType=VARCHAR},
- </if>
- <if test="birdsRemote != null" >
- birds_Remote = #{birdsRemote,jdbcType=VARCHAR},
- </if>
- <if test="briefIntroduction != null" >
- brief_introduction = #{briefIntroduction,jdbcType=VARCHAR},
- </if>
- <if test="invoiceTitle != null" >
- invoice_title = #{invoiceTitle,jdbcType=VARCHAR},
- </if>
- <if test="registNumber != null" >
- regist_number = #{registNumber,jdbcType=VARCHAR},
- </if>
- <if test="bankName != null" >
- bank_name = #{bankName,jdbcType=VARCHAR},
- </if>
- <if test="accountName != null" >
- account_name = #{accountName,jdbcType=VARCHAR},
- </if>
- <if test="accountNumber != null" >
- account_number = #{accountNumber,jdbcType=VARCHAR},
- </if>
- <if test="totalAssets != null" >
- total_assets = #{totalAssets,jdbcType=INTEGER},
- </if>
- <if test="corporateCapacity != null" >
- corporate_capacity = #{corporateCapacity,jdbcType=VARCHAR},
- </if>
- <if test="officePhone != null" >
- office_phone = #{officePhone,jdbcType=VARCHAR},
- </if>
- <if test="registeredAddress != null" >
- registered_address = #{registeredAddress,jdbcType=VARCHAR},
- </if>
- <if test="mailBox != null" >
- mail_box = #{mailBox,jdbcType=VARCHAR},
- </if>
- <if test="officialWebsite != null" >
- official_website = #{officialWebsite,jdbcType=VARCHAR},
- </if>
- <if test="houseNumber != null" >
- house_number = #{houseNumber,jdbcType=INTEGER},
- </if>
- <if test="tankNumber != null" >
- tank_number = #{tankNumber,jdbcType=INTEGER},
- </if>
- <if test="depotProperty != null" >
- depot_property = #{depotProperty,jdbcType=VARCHAR},
- </if>
- <if test="levelCode != null" >
- level_code = #{levelCode,jdbcType=VARCHAR},
- </if>
- <if test="wjl != null">
- wjl = #{wjl,jdbcType=LONGVARCHAR},
- </if>
- <if test="frlxfs != null">
- frlxfs = #{frlxfs,jdbcType=VARCHAR},
- </if>
- <if test="yxgr != null" >
- yxgr = #{yxgr,jdbcType=DECIMAL},
- </if>
- <if test="kqbm != null">
- kqbm = #{kqbm,jdbcType=VARCHAR},
- </if>
- <if test="sfzk !=null">
- sfzk = #{sfzk,jdbcType=VARCHAR},
- </if>
- <if test="kqNumber != null" >
- kq_number = #{kqNumber,jdbcType=INTEGER},
- </if>
- <if test="zcProvince != null" >
- zc_province = #{zcProvince,jdbcType=INTEGER},
- </if>
- <if test="zcCity != null" >
- zc_city = #{zcCity,jdbcType=INTEGER},
- </if>
- <if test="zcCounty != null" >
- zc_county = #{zcCounty,jdbcType=INTEGER},
- </if>
- <if test="unitInfoId != null" >
- unit_info_id = #{unitInfoId,jdbcType=VARCHAR},
- </if>
- </set>
- where org_id = #{orgId,jdbcType=INTEGER}
- </update>
- <update id="updateByPrimaryKey" parameterType="com.chinaitop.depot.system.model.OrgInfo" >
- update org_info
- set org_name = #{orgName,jdbcType=VARCHAR},
- short_name = #{shortName,jdbcType=VARCHAR},
- org_code = #{orgCode,jdbcType=VARCHAR},
- org_class_id = #{orgClassId,jdbcType=INTEGER},
- company_nature = #{companyNature,jdbcType=INTEGER},
- busi_type = #{busiType,jdbcType=INTEGER},
- address = #{address,jdbcType=VARCHAR},
- contact = #{contact,jdbcType=VARCHAR},
- fax = #{fax,jdbcType=VARCHAR},
- charge_person = #{chargePerson,jdbcType=VARCHAR},
- longitude = #{longitude,jdbcType=VARCHAR},
- latitude = #{latitude,jdbcType=VARCHAR},
- regist_capital = #{registCapital,jdbcType=INTEGER},
- work_number = #{workNumber,jdbcType=INTEGER},
- area_code = #{areaCode,jdbcType=INTEGER},
- area_name = #{areaName,jdbcType=VARCHAR},
- post = #{post,jdbcType=VARCHAR},
- depot_class = #{depotClass,jdbcType=INTEGER},
- design_capacity = #{designCapacity,jdbcType=DECIMAL},
- effective_capacity = #{effectiveCapacity,jdbcType=DECIMAL},
- depot_area = #{depotArea,jdbcType=DECIMAL},
- complete_date = #{completeDate,jdbcType=TIMESTAMP},
- use_date = #{useDate,jdbcType=TIMESTAMP},
- company_org_code = #{companyOrgCode,jdbcType=VARCHAR},
- credit_code = #{creditCode,jdbcType=VARCHAR},
- regist_type = #{registType,jdbcType=INTEGER},
- qualification = #{qualification,jdbcType=INTEGER},
- independent_corporation = #{independentCorporation,jdbcType=INTEGER},
- legal_person = #{legalPerson,jdbcType=VARCHAR},
- whether_rent = #{whetherRent,jdbcType=INTEGER},
- info_regist = #{infoRegist,jdbcType=VARCHAR},
- regist_date = #{registDate,jdbcType=TIMESTAMP},
- remark = #{remark,jdbcType=VARCHAR},
- parent_id = #{parentId,jdbcType=INTEGER},
- status = #{status,jdbcType=INTEGER},
- del_flag = #{delFlag,jdbcType=INTEGER},
- birds_eye = #{birdsEye,jdbcType=VARCHAR},
- birds_Remote = #{birdsRemote,jdbcType=VARCHAR},
- brief_introduction = #{briefIntroduction,jdbcType=VARCHAR},
- invoice_title = #{invoiceTitle,jdbcType=VARCHAR},
- regist_number = #{registNumber,jdbcType=VARCHAR},
- bank_name = #{bankName,jdbcType=VARCHAR},
- account_name = #{accountName,jdbcType=VARCHAR},
- account_number = #{accountNumber,jdbcType=VARCHAR},
- total_assets = #{totalAssets,jdbcType=INTEGER},
- corporate_capacity = #{corporateCapacity,jdbcType=VARCHAR},
- office_phone = #{officePhone,jdbcType=VARCHAR},
- registered_address = #{registeredAddress,jdbcType=VARCHAR},
- mail_box = #{mailBox,jdbcType=VARCHAR},
- official_website = #{officialWebsite,jdbcType=VARCHAR},
- house_number = #{houseNumber,jdbcType=INTEGER},
- tank_number = #{tankNumber,jdbcType=INTEGER},
- depot_property = #{depotProperty,jdbcType=VARCHAR},
- level_code = #{levelCode,jdbcType=VARCHAR},
- wjl = #{wjl,jdbcType=LONGVARCHAR},
- frlxfs = #{frlxfs,jdbcType=VARCHAR},
- yxgr = #{yxgr,jdbcType=DECIMAL},
- kqbm = #{kqbm,jdbcType=VARCHAR},
- sfzk = #{sfzk,jdbcType=VARCHAR},
- kq_number = #{kqNumber,jdbcType=INTEGER},
- zc_province = #{zcProvince,jdbcType=INTEGER},
- zc_city = #{zcCity,jdbcType=INTEGER},
- zc_county = #{zcCounty,jdbcType=INTEGER},
- unit_info_id = #{unitInfoId,jdbcType=VARCHAR}
- where org_id = #{orgId,jdbcType=INTEGER}
- </update>
- <update id="updateOrgLevel" parameterType="map" statementType="CALLABLE" >
- {call set_org_level(#{parentId,mode=IN},#{parentLevel,mode=IN})}
- </update>
-
- <resultMap id="BaseMap" type="com.chinaitop.depot.system.model.OrgInfo" >
- <result column="levelCode" property="levelCode" jdbcType="VARCHAR" />
- </resultMap>
- <select id="getOrgLevel" parameterType="java.util.Map" resultMap="BaseMap">
- SELECT concat(substr(level_code, length(level_code)-1, length(level_code))) levelCode FROM org_info
- WHERE parent_id = #{parentId,jdbcType=INTEGER} and org_id != #{orgId,jdbcType=INTEGER}
- </select>
-
- <select id="getAllDepotInfo" resultMap="BaseResultMap" parameterType="map" >
- select org.org_id, org.org_name, org.short_name, org.org_code, org.org_class_id, be.gbCode company_nature, org.busi_type,
- org.address, org.contact, org.fax, org.charge_person, org.longitude, org.latitude, org.regist_capital, org.work_number,
- org.area_code, org.area_name, org.post, org.depot_class, org.design_capacity, org.effective_capacity, org.depot_area,
- org.complete_date, org.use_date, org.company_org_code, org.credit_code, org.regist_type, org.qualification,
- org.independent_corporation, org.legal_person, org.whether_rent, org.info_regist, org.regist_date, org.remark,
- org.parent_id, org.status, org.del_flag, org.birds_eye, org.birds_Remote, org.brief_introduction, org.invoice_title,
- org.regist_number, org.bank_name, org.account_name, org.account_number, org.total_assets, org.corporate_capacity,
- org.office_phone, org.registered_address, org.mail_box, org.official_website, org.house_number, org.tank_number,
- org.depot_property,org.level_code,org.updatetime,org.unit_info_id
- from org_info org
- left join basic_enum be on org.company_nature = be.enumId
- where org_class_id = 5318
- </select>
-
- </mapper>
|