|
@@ -2,42 +2,44 @@
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
<mapper namespace="com.hz.employmentsite.mapper.PcJobfairsMapper">
|
|
|
<resultMap id="BaseResultMap" type="com.hz.employmentsite.model.PcJobfairs">
|
|
|
- <id column="JobfairsID" jdbcType="VARCHAR" property="jobfairsID"/>
|
|
|
- <result column="Name" jdbcType="VARCHAR" property="name"/>
|
|
|
- <result column="Area" jdbcType="VARCHAR" property="area"/>
|
|
|
- <result column="Address" jdbcType="VARCHAR" property="address"/>
|
|
|
- <result column="CarLine" jdbcType="VARCHAR" property="carLine"/>
|
|
|
- <result column="UserName" jdbcType="VARCHAR" property="userName"/>
|
|
|
- <result column="UserMrobile" jdbcType="VARCHAR" property="userMrobile"/>
|
|
|
- <result column="Rent" jdbcType="DECIMAL" property="rent"/>
|
|
|
- <result column="StartTime" jdbcType="TIMESTAMP" property="startTime"/>
|
|
|
- <result column="EndTime" jdbcType="TIMESTAMP" property="endTime"/>
|
|
|
- <result column="Desc" jdbcType="VARCHAR" property="desc"/>
|
|
|
- <result column="PlaceImg" jdbcType="VARCHAR" property="placeImg"/>
|
|
|
- <result column="LineImg" jdbcType="VARCHAR" property="lineImg"/>
|
|
|
- <result column="PlaceNature" jdbcType="VARCHAR" property="placeNature"/>
|
|
|
- <result column="DisplayCount" jdbcType="INTEGER" property="displayCount"/>
|
|
|
- <result column="DisplayDesc" jdbcType="VARCHAR" property="displayDesc"/>
|
|
|
- <result column="DisplayArea" jdbcType="VARCHAR" property="displayArea"/>
|
|
|
- <result column="PlanImg" jdbcType="VARCHAR" property="planImg"/>
|
|
|
- <result column="PlaceColumn" jdbcType="INTEGER" property="placeColumn"/>
|
|
|
- <result column="PlaceRow" jdbcType="INTEGER" property="placeRow"/>
|
|
|
- <result column="ZbUnit" jdbcType="VARCHAR" property="zbUnit"/>
|
|
|
- <result column="XbUnit" jdbcType="VARCHAR" property="xbUnit"/>
|
|
|
- <result column="CbUnit" jdbcType="VARCHAR" property="cbUnit"/>
|
|
|
- <result column="IsMake" jdbcType="BIT" property="isMake"/>
|
|
|
- <result column="IsSendEmail" jdbcType="BIT" property="isSendEmail"/>
|
|
|
- <result column="IsOffsite" jdbcType="BIT" property="isOffsite"/>
|
|
|
- <result column="CreateUserID" jdbcType="VARCHAR" property="createUserID"/>
|
|
|
- <result column="CreateTime" jdbcType="TIMESTAMP" property="createTime"/>
|
|
|
- <result column="ModifyUserID" jdbcType="VARCHAR" property="modifyUserID"/>
|
|
|
- <result column="ModifyTime" jdbcType="TIMESTAMP" property="modifyTime"/>
|
|
|
- <result column="CompanyCount" jdbcType="INTEGER" property="companyCount"/>
|
|
|
- <result column="Longitude" jdbcType="VARCHAR" property="longitude"/>
|
|
|
- <result column="Latitude" jdbcType="VARCHAR" property="latitude"/>
|
|
|
- <result column="BoothCount" jdbcType="INTEGER" property="boothCount"/>
|
|
|
- <result column="RegionCode" jdbcType="VARCHAR" property="regionCode"/>
|
|
|
- <result column="JobFariDesc" jdbcType="VARCHAR" property="jobFariDesc"/>
|
|
|
+ <id column="JobfairsID" jdbcType="VARCHAR" property="jobfairsID" />
|
|
|
+ <result column="Name" jdbcType="VARCHAR" property="name" />
|
|
|
+ <result column="Area" jdbcType="VARCHAR" property="area" />
|
|
|
+ <result column="Address" jdbcType="VARCHAR" property="address" />
|
|
|
+ <result column="CarLine" jdbcType="VARCHAR" property="carLine" />
|
|
|
+ <result column="UserName" jdbcType="VARCHAR" property="userName" />
|
|
|
+ <result column="UserMrobile" jdbcType="VARCHAR" property="userMrobile" />
|
|
|
+ <result column="Rent" jdbcType="DECIMAL" property="rent" />
|
|
|
+ <result column="StartTime" jdbcType="TIMESTAMP" property="startTime" />
|
|
|
+ <result column="EndTime" jdbcType="TIMESTAMP" property="endTime" />
|
|
|
+ <result column="Desc" jdbcType="VARCHAR" property="desc" />
|
|
|
+ <result column="PlaceImg" jdbcType="VARCHAR" property="placeImg" />
|
|
|
+ <result column="LineImg" jdbcType="VARCHAR" property="lineImg" />
|
|
|
+ <result column="PlaceNature" jdbcType="VARCHAR" property="placeNature" />
|
|
|
+ <result column="DisplayCount" jdbcType="INTEGER" property="displayCount" />
|
|
|
+ <result column="DisplayDesc" jdbcType="VARCHAR" property="displayDesc" />
|
|
|
+ <result column="DisplayArea" jdbcType="VARCHAR" property="displayArea" />
|
|
|
+ <result column="PlanImg" jdbcType="VARCHAR" property="planImg" />
|
|
|
+ <result column="PlaceColumn" jdbcType="INTEGER" property="placeColumn" />
|
|
|
+ <result column="PlaceRow" jdbcType="INTEGER" property="placeRow" />
|
|
|
+ <result column="ZbUnit" jdbcType="VARCHAR" property="zbUnit" />
|
|
|
+ <result column="XbUnit" jdbcType="VARCHAR" property="xbUnit" />
|
|
|
+ <result column="CbUnit" jdbcType="VARCHAR" property="cbUnit" />
|
|
|
+ <result column="IsMake" jdbcType="BIT" property="isMake" />
|
|
|
+ <result column="IsSendEmail" jdbcType="BIT" property="isSendEmail" />
|
|
|
+ <result column="IsOffsite" jdbcType="BIT" property="isOffsite" />
|
|
|
+ <result column="CreateUserID" jdbcType="VARCHAR" property="createUserID" />
|
|
|
+ <result column="CreateTime" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
+ <result column="ModifyUserID" jdbcType="VARCHAR" property="modifyUserID" />
|
|
|
+ <result column="ModifyTime" jdbcType="TIMESTAMP" property="modifyTime" />
|
|
|
+ <result column="CompanyCount" jdbcType="INTEGER" property="companyCount" />
|
|
|
+ <result column="Longitude" jdbcType="VARCHAR" property="longitude" />
|
|
|
+ <result column="Latitude" jdbcType="VARCHAR" property="latitude" />
|
|
|
+ <result column="BoothCount" jdbcType="INTEGER" property="boothCount" />
|
|
|
+ <result column="RegionCode" jdbcType="VARCHAR" property="regionCode" />
|
|
|
+ <result column="SiteID" jdbcType="VARCHAR" property="siteID" />
|
|
|
+ <result column="JobFariDesc" jdbcType="VARCHAR" property="jobFariDesc" />
|
|
|
+ <result column="ActivityType" jdbcType="INTEGER" property="activityType" />
|
|
|
</resultMap>
|
|
|
<sql id="Example_Where_Clause">
|
|
|
<where>
|
|
@@ -98,12 +100,11 @@
|
|
|
</where>
|
|
|
</sql>
|
|
|
<sql id="Base_Column_List">
|
|
|
- JobfairsID
|
|
|
- , `Name`, Area, Address, CarLine, UserName, UserMrobile, Rent, StartTime,
|
|
|
+ JobfairsID, `Name`, Area, Address, CarLine, UserName, UserMrobile, Rent, StartTime,
|
|
|
EndTime, `Desc`, PlaceImg, LineImg, PlaceNature, DisplayCount, DisplayDesc, DisplayArea,
|
|
|
PlanImg, PlaceColumn, PlaceRow, ZbUnit, XbUnit, CbUnit, IsMake, IsSendEmail, IsOffsite,
|
|
|
CreateUserID, CreateTime, ModifyUserID, ModifyTime, CompanyCount, Longitude, Latitude,
|
|
|
- BoothCount, RegionCode, JobFariDesc
|
|
|
+ BoothCount, RegionCode, SiteID, JobFariDesc, ActivityType
|
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.hz.employmentsite.model.PcJobfairsExample" resultMap="BaseResultMap">
|
|
|
select
|
|
@@ -137,29 +138,31 @@
|
|
|
</delete>
|
|
|
<insert id="insert" parameterType="com.hz.employmentsite.model.PcJobfairs">
|
|
|
insert into pc_jobfairs (JobfairsID, `Name`, Area,
|
|
|
- Address, CarLine, UserName,
|
|
|
- UserMrobile, Rent, StartTime,
|
|
|
- EndTime, `Desc`, PlaceImg,
|
|
|
- LineImg, PlaceNature, DisplayCount,
|
|
|
- DisplayDesc, DisplayArea, PlanImg,
|
|
|
- PlaceColumn, PlaceRow, ZbUnit,
|
|
|
- XbUnit, CbUnit, IsMake,
|
|
|
- IsSendEmail, IsOffsite, CreateUserID,
|
|
|
- CreateTime, ModifyUserID, ModifyTime,
|
|
|
- CompanyCount, Longitude, Latitude,
|
|
|
- BoothCount, RegionCode, JobFariDesc)
|
|
|
- values (#{jobfairsID,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{area,jdbcType=VARCHAR},
|
|
|
- #{address,jdbcType=VARCHAR}, #{carLine,jdbcType=VARCHAR}, #{userName,jdbcType=VARCHAR},
|
|
|
- #{userMrobile,jdbcType=VARCHAR}, #{rent,jdbcType=DECIMAL}, #{startTime,jdbcType=TIMESTAMP},
|
|
|
- #{endTime,jdbcType=TIMESTAMP}, #{desc,jdbcType=VARCHAR}, #{placeImg,jdbcType=VARCHAR},
|
|
|
- #{lineImg,jdbcType=VARCHAR}, #{placeNature,jdbcType=VARCHAR}, #{displayCount,jdbcType=INTEGER},
|
|
|
- #{displayDesc,jdbcType=VARCHAR}, #{displayArea,jdbcType=VARCHAR}, #{planImg,jdbcType=VARCHAR},
|
|
|
- #{placeColumn,jdbcType=INTEGER}, #{placeRow,jdbcType=INTEGER}, #{zbUnit,jdbcType=VARCHAR},
|
|
|
- #{xbUnit,jdbcType=VARCHAR}, #{cbUnit,jdbcType=VARCHAR}, #{isMake,jdbcType=BIT},
|
|
|
- #{isSendEmail,jdbcType=BIT}, #{isOffsite,jdbcType=BIT}, #{createUserID,jdbcType=VARCHAR},
|
|
|
- #{createTime,jdbcType=TIMESTAMP}, #{modifyUserID,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP},
|
|
|
- #{companyCount,jdbcType=INTEGER}, #{longitude,jdbcType=VARCHAR}, #{latitude,jdbcType=VARCHAR},
|
|
|
- #{boothCount,jdbcType=INTEGER}, #{regionCode,jdbcType=VARCHAR}, #{jobFariDesc,jdbcType=VARCHAR})
|
|
|
+ Address, CarLine, UserName,
|
|
|
+ UserMrobile, Rent, StartTime,
|
|
|
+ EndTime, `Desc`, PlaceImg,
|
|
|
+ LineImg, PlaceNature, DisplayCount,
|
|
|
+ DisplayDesc, DisplayArea, PlanImg,
|
|
|
+ PlaceColumn, PlaceRow, ZbUnit,
|
|
|
+ XbUnit, CbUnit, IsMake,
|
|
|
+ IsSendEmail, IsOffsite, CreateUserID,
|
|
|
+ CreateTime, ModifyUserID, ModifyTime,
|
|
|
+ CompanyCount, Longitude, Latitude,
|
|
|
+ BoothCount, RegionCode, SiteID,
|
|
|
+ JobFariDesc, ActivityType)
|
|
|
+ values (#{jobfairsID,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{area,jdbcType=VARCHAR},
|
|
|
+ #{address,jdbcType=VARCHAR}, #{carLine,jdbcType=VARCHAR}, #{userName,jdbcType=VARCHAR},
|
|
|
+ #{userMrobile,jdbcType=VARCHAR}, #{rent,jdbcType=DECIMAL}, #{startTime,jdbcType=TIMESTAMP},
|
|
|
+ #{endTime,jdbcType=TIMESTAMP}, #{desc,jdbcType=VARCHAR}, #{placeImg,jdbcType=VARCHAR},
|
|
|
+ #{lineImg,jdbcType=VARCHAR}, #{placeNature,jdbcType=VARCHAR}, #{displayCount,jdbcType=INTEGER},
|
|
|
+ #{displayDesc,jdbcType=VARCHAR}, #{displayArea,jdbcType=VARCHAR}, #{planImg,jdbcType=VARCHAR},
|
|
|
+ #{placeColumn,jdbcType=INTEGER}, #{placeRow,jdbcType=INTEGER}, #{zbUnit,jdbcType=VARCHAR},
|
|
|
+ #{xbUnit,jdbcType=VARCHAR}, #{cbUnit,jdbcType=VARCHAR}, #{isMake,jdbcType=BIT},
|
|
|
+ #{isSendEmail,jdbcType=BIT}, #{isOffsite,jdbcType=BIT}, #{createUserID,jdbcType=VARCHAR},
|
|
|
+ #{createTime,jdbcType=TIMESTAMP}, #{modifyUserID,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP},
|
|
|
+ #{companyCount,jdbcType=INTEGER}, #{longitude,jdbcType=VARCHAR}, #{latitude,jdbcType=VARCHAR},
|
|
|
+ #{boothCount,jdbcType=INTEGER}, #{regionCode,jdbcType=VARCHAR}, #{siteID,jdbcType=VARCHAR},
|
|
|
+ #{jobFariDesc,jdbcType=VARCHAR}, #{activityType,jdbcType=INTEGER})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.hz.employmentsite.model.PcJobfairs">
|
|
|
insert into pc_jobfairs
|
|
@@ -269,9 +272,15 @@
|
|
|
<if test="regionCode != null">
|
|
|
RegionCode,
|
|
|
</if>
|
|
|
+ <if test="siteID != null">
|
|
|
+ SiteID,
|
|
|
+ </if>
|
|
|
<if test="jobFariDesc != null">
|
|
|
JobFariDesc,
|
|
|
</if>
|
|
|
+ <if test="activityType != null">
|
|
|
+ ActivityType,
|
|
|
+ </if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="jobfairsID != null">
|
|
@@ -379,9 +388,15 @@
|
|
|
<if test="regionCode != null">
|
|
|
#{regionCode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="siteID != null">
|
|
|
+ #{siteID,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="jobFariDesc != null">
|
|
|
#{jobFariDesc,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="activityType != null">
|
|
|
+ #{activityType,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
<select id="countByExample" parameterType="com.hz.employmentsite.model.PcJobfairsExample" resultType="java.lang.Long">
|
|
@@ -498,9 +513,15 @@
|
|
|
<if test="row.regionCode != null">
|
|
|
RegionCode = #{row.regionCode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="row.siteID != null">
|
|
|
+ SiteID = #{row.siteID,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="row.jobFariDesc != null">
|
|
|
JobFariDesc = #{row.jobFariDesc,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="row.activityType != null">
|
|
|
+ ActivityType = #{row.activityType,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
</set>
|
|
|
<if test="example != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
@@ -509,41 +530,43 @@
|
|
|
<update id="updateByExample" parameterType="map">
|
|
|
update pc_jobfairs
|
|
|
set JobfairsID = #{row.jobfairsID,jdbcType=VARCHAR},
|
|
|
- `Name` = #{row.name,jdbcType=VARCHAR},
|
|
|
- Area = #{row.area,jdbcType=VARCHAR},
|
|
|
- Address = #{row.address,jdbcType=VARCHAR},
|
|
|
- CarLine = #{row.carLine,jdbcType=VARCHAR},
|
|
|
- UserName = #{row.userName,jdbcType=VARCHAR},
|
|
|
- UserMrobile = #{row.userMrobile,jdbcType=VARCHAR},
|
|
|
- Rent = #{row.rent,jdbcType=DECIMAL},
|
|
|
- StartTime = #{row.startTime,jdbcType=TIMESTAMP},
|
|
|
- EndTime = #{row.endTime,jdbcType=TIMESTAMP},
|
|
|
- `Desc` = #{row.desc,jdbcType=VARCHAR},
|
|
|
- PlaceImg = #{row.placeImg,jdbcType=VARCHAR},
|
|
|
- LineImg = #{row.lineImg,jdbcType=VARCHAR},
|
|
|
- PlaceNature = #{row.placeNature,jdbcType=VARCHAR},
|
|
|
- DisplayCount = #{row.displayCount,jdbcType=INTEGER},
|
|
|
- DisplayDesc = #{row.displayDesc,jdbcType=VARCHAR},
|
|
|
- DisplayArea = #{row.displayArea,jdbcType=VARCHAR},
|
|
|
- PlanImg = #{row.planImg,jdbcType=VARCHAR},
|
|
|
- PlaceColumn = #{row.placeColumn,jdbcType=INTEGER},
|
|
|
- PlaceRow = #{row.placeRow,jdbcType=INTEGER},
|
|
|
- ZbUnit = #{row.zbUnit,jdbcType=VARCHAR},
|
|
|
- XbUnit = #{row.xbUnit,jdbcType=VARCHAR},
|
|
|
- CbUnit = #{row.cbUnit,jdbcType=VARCHAR},
|
|
|
- IsMake = #{row.isMake,jdbcType=BIT},
|
|
|
- IsSendEmail = #{row.isSendEmail,jdbcType=BIT},
|
|
|
- IsOffsite = #{row.isOffsite,jdbcType=BIT},
|
|
|
- CreateUserID = #{row.createUserID,jdbcType=VARCHAR},
|
|
|
- CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
|
|
|
- ModifyUserID = #{row.modifyUserID,jdbcType=VARCHAR},
|
|
|
- ModifyTime = #{row.modifyTime,jdbcType=TIMESTAMP},
|
|
|
- CompanyCount = #{row.companyCount,jdbcType=INTEGER},
|
|
|
- Longitude = #{row.longitude,jdbcType=VARCHAR},
|
|
|
- Latitude = #{row.latitude,jdbcType=VARCHAR},
|
|
|
- BoothCount = #{row.boothCount,jdbcType=INTEGER},
|
|
|
- RegionCode = #{row.regionCode,jdbcType=VARCHAR},
|
|
|
- JobFariDesc = #{row.jobFariDesc,jdbcType=VARCHAR}
|
|
|
+ `Name` = #{row.name,jdbcType=VARCHAR},
|
|
|
+ Area = #{row.area,jdbcType=VARCHAR},
|
|
|
+ Address = #{row.address,jdbcType=VARCHAR},
|
|
|
+ CarLine = #{row.carLine,jdbcType=VARCHAR},
|
|
|
+ UserName = #{row.userName,jdbcType=VARCHAR},
|
|
|
+ UserMrobile = #{row.userMrobile,jdbcType=VARCHAR},
|
|
|
+ Rent = #{row.rent,jdbcType=DECIMAL},
|
|
|
+ StartTime = #{row.startTime,jdbcType=TIMESTAMP},
|
|
|
+ EndTime = #{row.endTime,jdbcType=TIMESTAMP},
|
|
|
+ `Desc` = #{row.desc,jdbcType=VARCHAR},
|
|
|
+ PlaceImg = #{row.placeImg,jdbcType=VARCHAR},
|
|
|
+ LineImg = #{row.lineImg,jdbcType=VARCHAR},
|
|
|
+ PlaceNature = #{row.placeNature,jdbcType=VARCHAR},
|
|
|
+ DisplayCount = #{row.displayCount,jdbcType=INTEGER},
|
|
|
+ DisplayDesc = #{row.displayDesc,jdbcType=VARCHAR},
|
|
|
+ DisplayArea = #{row.displayArea,jdbcType=VARCHAR},
|
|
|
+ PlanImg = #{row.planImg,jdbcType=VARCHAR},
|
|
|
+ PlaceColumn = #{row.placeColumn,jdbcType=INTEGER},
|
|
|
+ PlaceRow = #{row.placeRow,jdbcType=INTEGER},
|
|
|
+ ZbUnit = #{row.zbUnit,jdbcType=VARCHAR},
|
|
|
+ XbUnit = #{row.xbUnit,jdbcType=VARCHAR},
|
|
|
+ CbUnit = #{row.cbUnit,jdbcType=VARCHAR},
|
|
|
+ IsMake = #{row.isMake,jdbcType=BIT},
|
|
|
+ IsSendEmail = #{row.isSendEmail,jdbcType=BIT},
|
|
|
+ IsOffsite = #{row.isOffsite,jdbcType=BIT},
|
|
|
+ CreateUserID = #{row.createUserID,jdbcType=VARCHAR},
|
|
|
+ CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
|
|
|
+ ModifyUserID = #{row.modifyUserID,jdbcType=VARCHAR},
|
|
|
+ ModifyTime = #{row.modifyTime,jdbcType=TIMESTAMP},
|
|
|
+ CompanyCount = #{row.companyCount,jdbcType=INTEGER},
|
|
|
+ Longitude = #{row.longitude,jdbcType=VARCHAR},
|
|
|
+ Latitude = #{row.latitude,jdbcType=VARCHAR},
|
|
|
+ BoothCount = #{row.boothCount,jdbcType=INTEGER},
|
|
|
+ RegionCode = #{row.regionCode,jdbcType=VARCHAR},
|
|
|
+ SiteID = #{row.siteID,jdbcType=VARCHAR},
|
|
|
+ JobFariDesc = #{row.jobFariDesc,jdbcType=VARCHAR},
|
|
|
+ ActivityType = #{row.activityType,jdbcType=INTEGER}
|
|
|
<if test="example != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
</if>
|
|
@@ -653,49 +676,57 @@
|
|
|
<if test="regionCode != null">
|
|
|
RegionCode = #{regionCode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="siteID != null">
|
|
|
+ SiteID = #{siteID,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="jobFariDesc != null">
|
|
|
JobFariDesc = #{jobFariDesc,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="activityType != null">
|
|
|
+ ActivityType = #{activityType,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
</set>
|
|
|
where JobfairsID = #{jobfairsID,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
<update id="updateByPrimaryKey" parameterType="com.hz.employmentsite.model.PcJobfairs">
|
|
|
update pc_jobfairs
|
|
|
- set `Name` = #{name,jdbcType=VARCHAR},
|
|
|
- Area = #{area,jdbcType=VARCHAR},
|
|
|
- Address = #{address,jdbcType=VARCHAR},
|
|
|
- CarLine = #{carLine,jdbcType=VARCHAR},
|
|
|
- UserName = #{userName,jdbcType=VARCHAR},
|
|
|
- UserMrobile = #{userMrobile,jdbcType=VARCHAR},
|
|
|
- Rent = #{rent,jdbcType=DECIMAL},
|
|
|
- StartTime = #{startTime,jdbcType=TIMESTAMP},
|
|
|
- EndTime = #{endTime,jdbcType=TIMESTAMP},
|
|
|
- `Desc` = #{desc,jdbcType=VARCHAR},
|
|
|
- PlaceImg = #{placeImg,jdbcType=VARCHAR},
|
|
|
- LineImg = #{lineImg,jdbcType=VARCHAR},
|
|
|
- PlaceNature = #{placeNature,jdbcType=VARCHAR},
|
|
|
- DisplayCount = #{displayCount,jdbcType=INTEGER},
|
|
|
- DisplayDesc = #{displayDesc,jdbcType=VARCHAR},
|
|
|
- DisplayArea = #{displayArea,jdbcType=VARCHAR},
|
|
|
- PlanImg = #{planImg,jdbcType=VARCHAR},
|
|
|
- PlaceColumn = #{placeColumn,jdbcType=INTEGER},
|
|
|
- PlaceRow = #{placeRow,jdbcType=INTEGER},
|
|
|
- ZbUnit = #{zbUnit,jdbcType=VARCHAR},
|
|
|
- XbUnit = #{xbUnit,jdbcType=VARCHAR},
|
|
|
- CbUnit = #{cbUnit,jdbcType=VARCHAR},
|
|
|
- IsMake = #{isMake,jdbcType=BIT},
|
|
|
- IsSendEmail = #{isSendEmail,jdbcType=BIT},
|
|
|
- IsOffsite = #{isOffsite,jdbcType=BIT},
|
|
|
- CreateUserID = #{createUserID,jdbcType=VARCHAR},
|
|
|
- CreateTime = #{createTime,jdbcType=TIMESTAMP},
|
|
|
- ModifyUserID = #{modifyUserID,jdbcType=VARCHAR},
|
|
|
- ModifyTime = #{modifyTime,jdbcType=TIMESTAMP},
|
|
|
- CompanyCount = #{companyCount,jdbcType=INTEGER},
|
|
|
- Longitude = #{longitude,jdbcType=VARCHAR},
|
|
|
- Latitude = #{latitude,jdbcType=VARCHAR},
|
|
|
- BoothCount = #{boothCount,jdbcType=INTEGER},
|
|
|
- RegionCode = #{regionCode,jdbcType=VARCHAR},
|
|
|
- JobFariDesc = #{jobFariDesc,jdbcType=VARCHAR}
|
|
|
+ set `Name` = #{name,jdbcType=VARCHAR},
|
|
|
+ Area = #{area,jdbcType=VARCHAR},
|
|
|
+ Address = #{address,jdbcType=VARCHAR},
|
|
|
+ CarLine = #{carLine,jdbcType=VARCHAR},
|
|
|
+ UserName = #{userName,jdbcType=VARCHAR},
|
|
|
+ UserMrobile = #{userMrobile,jdbcType=VARCHAR},
|
|
|
+ Rent = #{rent,jdbcType=DECIMAL},
|
|
|
+ StartTime = #{startTime,jdbcType=TIMESTAMP},
|
|
|
+ EndTime = #{endTime,jdbcType=TIMESTAMP},
|
|
|
+ `Desc` = #{desc,jdbcType=VARCHAR},
|
|
|
+ PlaceImg = #{placeImg,jdbcType=VARCHAR},
|
|
|
+ LineImg = #{lineImg,jdbcType=VARCHAR},
|
|
|
+ PlaceNature = #{placeNature,jdbcType=VARCHAR},
|
|
|
+ DisplayCount = #{displayCount,jdbcType=INTEGER},
|
|
|
+ DisplayDesc = #{displayDesc,jdbcType=VARCHAR},
|
|
|
+ DisplayArea = #{displayArea,jdbcType=VARCHAR},
|
|
|
+ PlanImg = #{planImg,jdbcType=VARCHAR},
|
|
|
+ PlaceColumn = #{placeColumn,jdbcType=INTEGER},
|
|
|
+ PlaceRow = #{placeRow,jdbcType=INTEGER},
|
|
|
+ ZbUnit = #{zbUnit,jdbcType=VARCHAR},
|
|
|
+ XbUnit = #{xbUnit,jdbcType=VARCHAR},
|
|
|
+ CbUnit = #{cbUnit,jdbcType=VARCHAR},
|
|
|
+ IsMake = #{isMake,jdbcType=BIT},
|
|
|
+ IsSendEmail = #{isSendEmail,jdbcType=BIT},
|
|
|
+ IsOffsite = #{isOffsite,jdbcType=BIT},
|
|
|
+ CreateUserID = #{createUserID,jdbcType=VARCHAR},
|
|
|
+ CreateTime = #{createTime,jdbcType=TIMESTAMP},
|
|
|
+ ModifyUserID = #{modifyUserID,jdbcType=VARCHAR},
|
|
|
+ ModifyTime = #{modifyTime,jdbcType=TIMESTAMP},
|
|
|
+ CompanyCount = #{companyCount,jdbcType=INTEGER},
|
|
|
+ Longitude = #{longitude,jdbcType=VARCHAR},
|
|
|
+ Latitude = #{latitude,jdbcType=VARCHAR},
|
|
|
+ BoothCount = #{boothCount,jdbcType=INTEGER},
|
|
|
+ RegionCode = #{regionCode,jdbcType=VARCHAR},
|
|
|
+ SiteID = #{siteID,jdbcType=VARCHAR},
|
|
|
+ JobFariDesc = #{jobFariDesc,jdbcType=VARCHAR},
|
|
|
+ ActivityType = #{activityType,jdbcType=INTEGER}
|
|
|
where JobfairsID = #{jobfairsID,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
</mapper>
|