|
@@ -43,6 +43,7 @@
|
|
|
<result column="is_blocked" jdbcType="BIT" property="isBlocked"/>
|
|
|
<result column="message_receiver" jdbcType="VARCHAR" property="messageReceiver"/>
|
|
|
<result column="is_sleep" jdbcType="BIT" property="isSleep"/>
|
|
|
+ <result column="network" jdbcType="VARCHAR" property="network"/>
|
|
|
</resultMap>
|
|
|
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.shawn.model.entity.TEquipment">
|
|
|
<result column="advanced_parameters" jdbcType="LONGVARCHAR" property="advancedParameters"/>
|
|
@@ -114,7 +115,7 @@
|
|
|
is_net_work, is_using, last_update_time, latitude, longitude, manager_id, name, net_working_mode,
|
|
|
operator, pay_type, product_total, sim_no, sn, admin_user_name, agency_id, merchant_id,
|
|
|
personage_id, type, full_name, push_update_time, time_rule_id, gt_client_id, eqe_status,
|
|
|
- is_blocked, message_receiver, is_sleep
|
|
|
+ is_blocked, message_receiver, is_sleep,network
|
|
|
</sql>
|
|
|
<sql id="Blob_Column_List">
|
|
|
advanced_parameters, common_parameters
|
|
@@ -191,7 +192,7 @@
|
|
|
full_name, push_update_time, time_rule_id,
|
|
|
gt_client_id, eqe_status, is_blocked,
|
|
|
message_receiver, is_sleep, advanced_parameters,
|
|
|
- common_parameters)
|
|
|
+ common_parameters,network)
|
|
|
values (#{id,jdbcType=BIGINT}, #{createDate,jdbcType=TIMESTAMP}, #{modifyDate,jdbcType=TIMESTAMP},
|
|
|
#{adminId,jdbcType=BIGINT}, #{adminLevel,jdbcType=VARCHAR}, #{adminPwd,jdbcType=VARCHAR},
|
|
|
#{areaId,jdbcType=BIGINT}, #{cabinetHd,jdbcType=VARCHAR}, #{cabinetTm,jdbcType=VARCHAR},
|
|
@@ -206,7 +207,7 @@
|
|
|
#{fullName,jdbcType=VARCHAR}, #{pushUpdateTime,jdbcType=TIMESTAMP}, #{timeRuleId,jdbcType=BIGINT},
|
|
|
#{gtClientId,jdbcType=VARCHAR}, #{eqeStatus,jdbcType=INTEGER}, #{isBlocked,jdbcType=BIT},
|
|
|
#{messageReceiver,jdbcType=VARCHAR}, #{isSleep,jdbcType=BIT}, #{advancedParameters,jdbcType=LONGVARCHAR},
|
|
|
- #{commonParameters,jdbcType=LONGVARCHAR})
|
|
|
+ #{commonParameters,jdbcType=LONGVARCHAR},#{network,jdbcType=VARCHAR})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.shawn.model.entity.TEquipment">
|
|
|
insert into t_equipment
|