tao.mo

manager-server | 修改 |

修改scheme名称
mt
2025年4月1日15:59:26
Showing 17 changed files with 106 additions and 106 deletions
......@@ -118,7 +118,7 @@
</if>
'true' as QUERYID,
<include refid="Base_Column_List" />
from ICLEARIMP.T_BIZ_CE_INFO
from iclconnect.T_BIZ_CE_INFO
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -130,15 +130,15 @@
<select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from ICLEARIMP.T_BIZ_CE_INFO
from iclconnect.T_BIZ_CE_INFO
where ID = #{id,jdbcType=NUMERIC}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
delete from ICLEARIMP.T_BIZ_CE_INFO
delete from iclconnect.T_BIZ_CE_INFO
where ID = #{id,jdbcType=NUMERIC}
</delete>
<delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.CeInfoExample">
delete from ICLEARIMP.T_BIZ_CE_INFO
delete from iclconnect.T_BIZ_CE_INFO
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -147,7 +147,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_BIZ_CE_INFO.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_BIZ_CE_INFO (ID, CONSIGNMENT_CODE, SEND_TIME,
insert into iclconnect.T_BIZ_CE_INFO (ID, CONSIGNMENT_CODE, SEND_TIME,
SHIP_DATE, DEST_IATA_CODE, CREATE_TIME,
CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME,
MODIFY_USER_ID, MODIFY_USER_NAME, CUSTOMS_CURRENCY,
......@@ -180,7 +180,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_BIZ_CE_INFO.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_BIZ_CE_INFO
insert into iclconnect.T_BIZ_CE_INFO
<trim prefix="(" suffix=")" suffixOverrides=",">
ID,
<if test="consignmentCode != null">
......@@ -417,13 +417,13 @@
</trim>
</insert>
<select id="countByExample" parameterType="com.fedex.connect.common.model.biz.CeInfoExample" resultType="java.lang.Long">
select count(*) from ICLEARIMP.T_BIZ_CE_INFO
select count(*) from iclconnect.T_BIZ_CE_INFO
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
</select>
<update id="updateByExampleSelective" parameterType="map">
update ICLEARIMP.T_BIZ_CE_INFO
update iclconnect.T_BIZ_CE_INFO
<set>
<if test="record.id != null">
ID = #{record.id,jdbcType=NUMERIC},
......@@ -548,7 +548,7 @@
</if>
</update>
<update id="updateByExample" parameterType="map">
update ICLEARIMP.T_BIZ_CE_INFO
update iclconnect.T_BIZ_CE_INFO
set ID = #{record.id,jdbcType=NUMERIC},
CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR},
SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP},
......@@ -593,7 +593,7 @@
</if>
</update>
<update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.CeInfo">
update ICLEARIMP.T_BIZ_CE_INFO
update iclconnect.T_BIZ_CE_INFO
<set>
<if test="consignmentCode != null">
CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
......@@ -713,7 +713,7 @@
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.CeInfo">
update ICLEARIMP.T_BIZ_CE_INFO
update iclconnect.T_BIZ_CE_INFO
set CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
SEND_TIME = #{sendTime,jdbcType=TIMESTAMP},
SHIP_DATE = #{shipDate,jdbcType=TIMESTAMP},
......
......@@ -85,7 +85,7 @@
</if>
'true' as QUERYID,
<include refid="Base_Column_List" />
from ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING
from iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -97,15 +97,15 @@
<select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING
from iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING
where ID = #{id,jdbcType=NUMERIC}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
delete from ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING
delete from iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING
where ID = #{id,jdbcType=NUMERIC}
</delete>
<delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.UserConsignmentMappingExample">
delete from ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING
delete from iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -114,7 +114,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_BIZ_USER_CONSIGNMENT_MAPPING.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING (ID, USER_ID, CONSIGNMENT_ID,
insert into iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING (ID, USER_ID, CONSIGNMENT_ID,
STATUS, CREATE_TIME, CREATE_USER_ID,
CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID,
MODIFY_USER_NAME, CONSIGNMENT_CODE, CE_FLAG)
......@@ -127,7 +127,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_BIZ_USER_CONSIGNMENT_MAPPING.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING
insert into iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING
<trim prefix="(" suffix=")" suffixOverrides=",">
ID,
<if test="userId != null">
......@@ -202,13 +202,13 @@
</trim>
</insert>
<select id="countByExample" parameterType="com.fedex.connect.common.model.biz.UserConsignmentMappingExample" resultType="java.lang.Long">
select count(*) from ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING
select count(*) from iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
</select>
<update id="updateByExampleSelective" parameterType="map">
update ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING
update iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING
<set>
<if test="record.id != null">
ID = #{record.id,jdbcType=NUMERIC},
......@@ -252,7 +252,7 @@
</if>
</update>
<update id="updateByExample" parameterType="map">
update ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING
update iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING
set ID = #{record.id,jdbcType=NUMERIC},
USER_ID = #{record.userId,jdbcType=NUMERIC},
CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC},
......@@ -270,7 +270,7 @@
</if>
</update>
<update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.UserConsignmentMapping">
update ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING
update iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING
<set>
<if test="userId != null">
USER_ID = #{userId,jdbcType=NUMERIC},
......@@ -309,7 +309,7 @@
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.UserConsignmentMapping">
update ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING
update iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING
set USER_ID = #{userId,jdbcType=NUMERIC},
CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC},
STATUS = #{status,jdbcType=NUMERIC},
......
......@@ -100,7 +100,7 @@
<include refid="Base_Column_List" />
,
<include refid="Blob_Column_List" />
from ICLEARIMP.T_LOG_OPERATION
from iclconnect.T_LOG_OPERATION
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -116,7 +116,7 @@
</if>
'true' as QUERYID,
<include refid="Base_Column_List" />
from ICLEARIMP.T_LOG_OPERATION
from iclconnect.T_LOG_OPERATION
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -130,15 +130,15 @@
<include refid="Base_Column_List" />
,
<include refid="Blob_Column_List" />
from ICLEARIMP.T_LOG_OPERATION
from iclconnect.T_LOG_OPERATION
where ID = #{id,jdbcType=NUMERIC}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
delete from ICLEARIMP.T_LOG_OPERATION
delete from iclconnect.T_LOG_OPERATION
where ID = #{id,jdbcType=NUMERIC}
</delete>
<delete id="deleteByExample" parameterType="com.fedex.connect.common.model.log.OperationExample">
delete from ICLEARIMP.T_LOG_OPERATION
delete from iclconnect.T_LOG_OPERATION
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -147,7 +147,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_LOG_OPERATION.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_LOG_OPERATION (ID, USER_ID, LOGIN_NAME,
insert into iclconnect.T_LOG_OPERATION (ID, USER_ID, LOGIN_NAME,
USER_NAME, MODULE, DESCRIBE,
URL, CREATE_TIME, CREATE_USER_ID,
CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID,
......@@ -166,7 +166,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_LOG_OPERATION.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_LOG_OPERATION
insert into iclconnect.T_LOG_OPERATION
<trim prefix="(" suffix=")" suffixOverrides=",">
ID,
<if test="userId != null">
......@@ -289,13 +289,13 @@
</trim>
</insert>
<select id="countByExample" parameterType="com.fedex.connect.common.model.log.OperationExample" resultType="java.lang.Long">
select count(*) from ICLEARIMP.T_LOG_OPERATION
select count(*) from iclconnect.T_LOG_OPERATION
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
</select>
<update id="updateByExampleSelective" parameterType="map">
update ICLEARIMP.T_LOG_OPERATION
update iclconnect.T_LOG_OPERATION
<set>
<if test="record.id != null">
ID = #{record.id,jdbcType=NUMERIC},
......@@ -363,7 +363,7 @@
</if>
</update>
<update id="updateByExampleWithBLOBs" parameterType="map">
update ICLEARIMP.T_LOG_OPERATION
update iclconnect.T_LOG_OPERATION
set ID = #{record.id,jdbcType=NUMERIC},
USER_ID = #{record.userId,jdbcType=NUMERIC},
LOGIN_NAME = #{record.loginName,jdbcType=VARCHAR},
......@@ -389,7 +389,7 @@
</if>
</update>
<update id="updateByExample" parameterType="map">
update ICLEARIMP.T_LOG_OPERATION
update iclconnect.T_LOG_OPERATION
set ID = #{record.id,jdbcType=NUMERIC},
USER_ID = #{record.userId,jdbcType=NUMERIC},
LOGIN_NAME = #{record.loginName,jdbcType=VARCHAR},
......@@ -412,7 +412,7 @@
</if>
</update>
<update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.log.OperationWithBLOBs">
update ICLEARIMP.T_LOG_OPERATION
update iclconnect.T_LOG_OPERATION
<set>
<if test="userId != null">
USER_ID = #{userId,jdbcType=NUMERIC},
......@@ -475,7 +475,7 @@
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKeyWithBLOBs" parameterType="com.fedex.connect.common.model.log.OperationWithBLOBs">
update ICLEARIMP.T_LOG_OPERATION
update iclconnect.T_LOG_OPERATION
set USER_ID = #{userId,jdbcType=NUMERIC},
LOGIN_NAME = #{loginName,jdbcType=VARCHAR},
USER_NAME = #{userName,jdbcType=VARCHAR},
......@@ -498,7 +498,7 @@
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.log.Operation">
update ICLEARIMP.T_LOG_OPERATION
update iclconnect.T_LOG_OPERATION
set USER_ID = #{userId,jdbcType=NUMERIC},
LOGIN_NAME = #{loginName,jdbcType=VARCHAR},
USER_NAME = #{userName,jdbcType=VARCHAR},
......
......@@ -98,7 +98,7 @@
<include refid="Base_Column_List" />
,
<include refid="Blob_Column_List" />
from ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
from iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -114,7 +114,7 @@
</if>
'true' as QUERYID,
<include refid="Base_Column_List" />
from ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
from iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -128,15 +128,15 @@
<include refid="Base_Column_List" />
,
<include refid="Blob_Column_List" />
from ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
from iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
where ID = #{id,jdbcType=NUMERIC}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
delete from ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
delete from iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
where ID = #{id,jdbcType=NUMERIC}
</delete>
<delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistoryExample">
delete from ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
delete from iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -145,7 +145,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_SYS_KAFKA_STORAGE_HISTORY.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY (ID, MESSAGE_ID, MESSAGE_CODE,
insert into iclconnect.T_SYS_KAFKA_STORAGE_HISTORY (ID, MESSAGE_ID, MESSAGE_CODE,
SENDER_ID, RECEIVER_ID, SEND_TIME,
CONSIGNMENT_CODE, FREQUENCY, STATUS,
STATUS_NAME, REMARK, CREATE_TIME,
......@@ -164,7 +164,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_SYS_KAFKA_STORAGE_HISTORY.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
insert into iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
<trim prefix="(" suffix=")" suffixOverrides=",">
ID,
<if test="messageId != null">
......@@ -275,13 +275,13 @@
</trim>
</insert>
<select id="countByExample" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistoryExample" resultType="java.lang.Long">
select count(*) from ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
select count(*) from iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
</select>
<update id="updateByExampleSelective" parameterType="map">
update ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
update iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
<set>
<if test="record.id != null">
ID = #{record.id,jdbcType=NUMERIC},
......@@ -343,7 +343,7 @@
</if>
</update>
<update id="updateByExampleWithBLOBs" parameterType="map">
update ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
update iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
set ID = #{record.id,jdbcType=NUMERIC},
MESSAGE_ID = #{record.messageId,jdbcType=VARCHAR},
MESSAGE_CODE = #{record.messageCode,jdbcType=VARCHAR},
......@@ -367,7 +367,7 @@
</if>
</update>
<update id="updateByExample" parameterType="map">
update ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
update iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
set ID = #{record.id,jdbcType=NUMERIC},
MESSAGE_ID = #{record.messageId,jdbcType=VARCHAR},
MESSAGE_CODE = #{record.messageCode,jdbcType=VARCHAR},
......@@ -390,7 +390,7 @@
</if>
</update>
<update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistory">
update ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
update iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
<set>
<if test="messageId != null">
MESSAGE_ID = #{messageId,jdbcType=VARCHAR},
......@@ -447,7 +447,7 @@
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKeyWithBLOBs" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistory">
update ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
update iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
set MESSAGE_ID = #{messageId,jdbcType=VARCHAR},
MESSAGE_CODE = #{messageCode,jdbcType=VARCHAR},
SENDER_ID = #{senderId,jdbcType=VARCHAR},
......@@ -468,7 +468,7 @@
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistory">
update ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
update iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
set MESSAGE_ID = #{messageId,jdbcType=VARCHAR},
MESSAGE_CODE = #{messageCode,jdbcType=VARCHAR},
SENDER_ID = #{senderId,jdbcType=VARCHAR},
......
......@@ -98,7 +98,7 @@
<include refid="Base_Column_List" />
,
<include refid="Blob_Column_List" />
from ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
from iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -114,7 +114,7 @@
</if>
'true' as QUERYID,
<include refid="Base_Column_List" />
from ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
from iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -128,15 +128,15 @@
<include refid="Base_Column_List" />
,
<include refid="Blob_Column_List" />
from ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
from iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
where ID = #{id,jdbcType=NUMERIC}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
delete from ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
delete from iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
where ID = #{id,jdbcType=NUMERIC}
</delete>
<delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorageExample">
delete from ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
delete from iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -145,7 +145,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_SYS_KAFKA_TEMPORARY_STORAGE.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE (ID, MESSAGE_ID, MESSAGE_CODE,
insert into iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE (ID, MESSAGE_ID, MESSAGE_CODE,
SENDER_ID, RECEIVER_ID, SEND_TIME,
CONSIGNMENT_CODE, FREQUENCY, STATUS,
STATUS_NAME, REMARK, CREATE_TIME,
......@@ -164,7 +164,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_SYS_KAFKA_TEMPORARY_STORAGE.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
insert into iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
<trim prefix="(" suffix=")" suffixOverrides=",">
ID,
<if test="messageId != null">
......@@ -275,13 +275,13 @@
</trim>
</insert>
<select id="countByExample" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorageExample" resultType="java.lang.Long">
select count(*) from ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
select count(*) from iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
</select>
<update id="updateByExampleSelective" parameterType="map">
update ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
update iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
<set>
<if test="record.id != null">
ID = #{record.id,jdbcType=NUMERIC},
......@@ -343,7 +343,7 @@
</if>
</update>
<update id="updateByExampleWithBLOBs" parameterType="map">
update ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
update iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
set ID = #{record.id,jdbcType=NUMERIC},
MESSAGE_ID = #{record.messageId,jdbcType=VARCHAR},
MESSAGE_CODE = #{record.messageCode,jdbcType=VARCHAR},
......@@ -367,7 +367,7 @@
</if>
</update>
<update id="updateByExample" parameterType="map">
update ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
update iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
set ID = #{record.id,jdbcType=NUMERIC},
MESSAGE_ID = #{record.messageId,jdbcType=VARCHAR},
MESSAGE_CODE = #{record.messageCode,jdbcType=VARCHAR},
......@@ -390,7 +390,7 @@
</if>
</update>
<update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorage">
update ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
update iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
<set>
<if test="messageId != null">
MESSAGE_ID = #{messageId,jdbcType=VARCHAR},
......@@ -447,7 +447,7 @@
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKeyWithBLOBs" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorage">
update ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
update iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
set MESSAGE_ID = #{messageId,jdbcType=VARCHAR},
MESSAGE_CODE = #{messageCode,jdbcType=VARCHAR},
SENDER_ID = #{senderId,jdbcType=VARCHAR},
......@@ -468,7 +468,7 @@
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorage">
update ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
update iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
set MESSAGE_ID = #{messageId,jdbcType=VARCHAR},
MESSAGE_CODE = #{messageCode,jdbcType=VARCHAR},
SENDER_ID = #{senderId,jdbcType=VARCHAR},
......
......@@ -90,7 +90,7 @@
</if>
'true' as QUERYID,
<include refid="Base_Column_List" />
from ICLEARIMP.T_SYS_PARAM_CONFIG
from iclconnect.T_SYS_PARAM_CONFIG
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -102,15 +102,15 @@
<select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from ICLEARIMP.T_SYS_PARAM_CONFIG
from iclconnect.T_SYS_PARAM_CONFIG
where ID = #{id,jdbcType=NUMERIC}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
delete from ICLEARIMP.T_SYS_PARAM_CONFIG
delete from iclconnect.T_SYS_PARAM_CONFIG
where ID = #{id,jdbcType=NUMERIC}
</delete>
<delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.ParamConfigExample">
delete from ICLEARIMP.T_SYS_PARAM_CONFIG
delete from iclconnect.T_SYS_PARAM_CONFIG
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -119,7 +119,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_SYS_PARAM_CONFIG.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_SYS_PARAM_CONFIG (ID, CODE, NAME,
insert into iclconnect.T_SYS_PARAM_CONFIG (ID, CODE, NAME,
VALUE, TYPE_CODE, TYPE_NAME,
STATUS, DESCRIPTION, CREATE_TIME,
CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME,
......@@ -136,7 +136,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_SYS_PARAM_CONFIG.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_SYS_PARAM_CONFIG
insert into iclconnect.T_SYS_PARAM_CONFIG
<trim prefix="(" suffix=")" suffixOverrides=",">
ID,
<if test="code != null">
......@@ -241,13 +241,13 @@
</trim>
</insert>
<select id="countByExample" parameterType="com.fedex.connect.common.model.sys.ParamConfigExample" resultType="java.lang.Long">
select count(*) from ICLEARIMP.T_SYS_PARAM_CONFIG
select count(*) from iclconnect.T_SYS_PARAM_CONFIG
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
</select>
<update id="updateByExampleSelective" parameterType="map">
update ICLEARIMP.T_SYS_PARAM_CONFIG
update iclconnect.T_SYS_PARAM_CONFIG
<set>
<if test="record.id != null">
ID = #{record.id,jdbcType=NUMERIC},
......@@ -306,7 +306,7 @@
</if>
</update>
<update id="updateByExample" parameterType="map">
update ICLEARIMP.T_SYS_PARAM_CONFIG
update iclconnect.T_SYS_PARAM_CONFIG
set ID = #{record.id,jdbcType=NUMERIC},
CODE = #{record.code,jdbcType=VARCHAR},
NAME = #{record.name,jdbcType=VARCHAR},
......@@ -329,7 +329,7 @@
</if>
</update>
<update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.ParamConfig">
update ICLEARIMP.T_SYS_PARAM_CONFIG
update iclconnect.T_SYS_PARAM_CONFIG
<set>
<if test="code != null">
CODE = #{code,jdbcType=VARCHAR},
......@@ -383,7 +383,7 @@
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.ParamConfig">
update ICLEARIMP.T_SYS_PARAM_CONFIG
update iclconnect.T_SYS_PARAM_CONFIG
set CODE = #{code,jdbcType=VARCHAR},
NAME = #{name,jdbcType=VARCHAR},
VALUE = #{value,jdbcType=VARCHAR},
......
......@@ -99,7 +99,7 @@
</if>
'true' as QUERYID,
<include refid="Base_Column_List" />
from ICLEARIMP.T_SYS_USER
from iclconnect.T_SYS_USER
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -111,15 +111,15 @@
<select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from ICLEARIMP.T_SYS_USER
from iclconnect.T_SYS_USER
where ID = #{id,jdbcType=NUMERIC}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
delete from ICLEARIMP.T_SYS_USER
delete from iclconnect.T_SYS_USER
where ID = #{id,jdbcType=NUMERIC}
</delete>
<delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.UserExample">
delete from ICLEARIMP.T_SYS_USER
delete from iclconnect.T_SYS_USER
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -128,7 +128,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_SYS_USER.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_SYS_USER (ID, LOGIN_NAME, USER_NAME,
insert into iclconnect.T_SYS_USER (ID, LOGIN_NAME, USER_NAME,
PASSWORD, USER_UUID, EMAIL,
PHONE, COMPANY_NAME, ACCOUNT_NO,
UNIFIED_BUSINESS_NUM, CUSTOMS_SERIAL_NUM, TYPE_CODE,
......@@ -151,7 +151,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_SYS_USER.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_SYS_USER
insert into iclconnect.T_SYS_USER
<trim prefix="(" suffix=")" suffixOverrides=",">
ID,
<if test="loginName != null">
......@@ -298,13 +298,13 @@
</trim>
</insert>
<select id="countByExample" parameterType="com.fedex.connect.common.model.sys.UserExample" resultType="java.lang.Long">
select count(*) from ICLEARIMP.T_SYS_USER
select count(*) from iclconnect.T_SYS_USER
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
</select>
<update id="updateByExampleSelective" parameterType="map">
update ICLEARIMP.T_SYS_USER
update iclconnect.T_SYS_USER
<set>
<if test="record.id != null">
ID = #{record.id,jdbcType=NUMERIC},
......@@ -384,7 +384,7 @@
</if>
</update>
<update id="updateByExample" parameterType="map">
update ICLEARIMP.T_SYS_USER
update iclconnect.T_SYS_USER
set ID = #{record.id,jdbcType=NUMERIC},
LOGIN_NAME = #{record.loginName,jdbcType=VARCHAR},
USER_NAME = #{record.userName,jdbcType=VARCHAR},
......@@ -414,7 +414,7 @@
</if>
</update>
<update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.User">
update ICLEARIMP.T_SYS_USER
update iclconnect.T_SYS_USER
<set>
<if test="loginName != null">
LOGIN_NAME = #{loginName,jdbcType=VARCHAR},
......@@ -489,7 +489,7 @@
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.User">
update ICLEARIMP.T_SYS_USER
update iclconnect.T_SYS_USER
set LOGIN_NAME = #{loginName,jdbcType=VARCHAR},
USER_NAME = #{userName,jdbcType=VARCHAR},
PASSWORD = #{password,jdbcType=VARCHAR},
......
......@@ -83,7 +83,7 @@
</if>
'true' as QUERYID,
<include refid="Base_Column_List" />
from ICLEARIMP.T_SYS_USER_ROLE
from iclconnect.T_SYS_USER_ROLE
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -95,15 +95,15 @@
<select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from ICLEARIMP.T_SYS_USER_ROLE
from iclconnect.T_SYS_USER_ROLE
where ID = #{id,jdbcType=NUMERIC}
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
delete from ICLEARIMP.T_SYS_USER_ROLE
delete from iclconnect.T_SYS_USER_ROLE
where ID = #{id,jdbcType=NUMERIC}
</delete>
<delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.UserRoleExample">
delete from ICLEARIMP.T_SYS_USER_ROLE
delete from iclconnect.T_SYS_USER_ROLE
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
......@@ -112,7 +112,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_SYS_USER_ROLE.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_SYS_USER_ROLE (ID, USER_ID, ROLE_ID,
insert into iclconnect.T_SYS_USER_ROLE (ID, USER_ID, ROLE_ID,
STATUS, CREATE_TIME, CREATE_USER_ID,
CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID,
MODIFY_USER_NAME)
......@@ -125,7 +125,7 @@
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_SYS_USER_ROLE.NEXTVAL FROM DUAL
</selectKey>
insert into ICLEARIMP.T_SYS_USER_ROLE
insert into iclconnect.T_SYS_USER_ROLE
<trim prefix="(" suffix=")" suffixOverrides=",">
ID,
<if test="userId != null">
......@@ -188,13 +188,13 @@
</trim>
</insert>
<select id="countByExample" parameterType="com.fedex.connect.common.model.sys.UserRoleExample" resultType="java.lang.Long">
select count(*) from ICLEARIMP.T_SYS_USER_ROLE
select count(*) from iclconnect.T_SYS_USER_ROLE
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
</select>
<update id="updateByExampleSelective" parameterType="map">
update ICLEARIMP.T_SYS_USER_ROLE
update iclconnect.T_SYS_USER_ROLE
<set>
<if test="record.id != null">
ID = #{record.id,jdbcType=NUMERIC},
......@@ -232,7 +232,7 @@
</if>
</update>
<update id="updateByExample" parameterType="map">
update ICLEARIMP.T_SYS_USER_ROLE
update iclconnect.T_SYS_USER_ROLE
set ID = #{record.id,jdbcType=NUMERIC},
USER_ID = #{record.userId,jdbcType=NUMERIC},
ROLE_ID = #{record.roleId,jdbcType=NUMERIC},
......@@ -248,7 +248,7 @@
</if>
</update>
<update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.UserRole">
update ICLEARIMP.T_SYS_USER_ROLE
update iclconnect.T_SYS_USER_ROLE
<set>
<if test="userId != null">
USER_ID = #{userId,jdbcType=NUMERIC},
......@@ -281,7 +281,7 @@
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.UserRole">
update ICLEARIMP.T_SYS_USER_ROLE
update iclconnect.T_SYS_USER_ROLE
set USER_ID = #{userId,jdbcType=NUMERIC},
ROLE_ID = #{roleId,jdbcType=NUMERIC},
STATUS = #{status,jdbcType=NUMERIC},
......
......@@ -9,7 +9,7 @@ import java.util.Date;
/**
* DESC: CE501报文业务表,增加需要加密标志
* TABLE: ICLEARIMP.T_BIZ_CE_INFO
* TABLE: iclconnect.T_BIZ_CE_INFO
*/
@SensitiveEntity
public class CeInfo implements Serializable {
......
......@@ -5,7 +5,7 @@ import java.util.Date;
/**
* DESC: 用户运单关系映射表
* TABLE: ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING
* TABLE: iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING
*/
public class UserConsignmentMapping implements Serializable {
/**
......
......@@ -5,7 +5,7 @@ import java.util.Date;
/**
* DESC: 操作日志
* TABLE: ICLEARIMP.T_LOG_OPERATION
* TABLE: iclconnect.T_LOG_OPERATION
*/
public class Operation implements Serializable {
/**
......
......@@ -4,7 +4,7 @@ import java.io.Serializable;
/**
* DESC: 操作日志
* TABLE: ICLEARIMP.T_LOG_OPERATION
* TABLE: iclconnect.T_LOG_OPERATION
*/
public class OperationWithBLOBs extends Operation implements Serializable {
/**
......
......@@ -5,7 +5,7 @@ import java.util.Date;
/**
* DESC: KAFKA数据历史表
* TABLE: ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY
* TABLE: iclconnect.T_SYS_KAFKA_STORAGE_HISTORY
*/
public class KafkaStorageHistory implements Serializable {
/**
......
......@@ -5,7 +5,7 @@ import java.util.Date;
/**
* DESC: KAFKA临时表
* TABLE: ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE
* TABLE: iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE
*/
public class KafkaTemporaryStorage implements Serializable {
/**
......
......@@ -5,7 +5,7 @@ import java.util.Date;
/**
* DESC: 系统参数配置表
* TABLE: ICLEARIMP.T_SYS_PARAM_CONFIG
* TABLE: iclconnect.T_SYS_PARAM_CONFIG
*/
public class ParamConfig implements Serializable {
/**
......
......@@ -8,7 +8,7 @@ import java.util.Date;
/**
* DESC: 用户表
* TABLE: ICLEARIMP.T_SYS_USER
* TABLE: iclconnect.T_SYS_USER
*/
@SensitiveEntity
public class User implements Serializable {
......
......@@ -5,7 +5,7 @@ import java.util.Date;
/**
* DESC: 用户角色表
* TABLE: ICLEARIMP.T_SYS_USER_ROLE
* TABLE: iclconnect.T_SYS_USER_ROLE
*/
public class UserRole implements Serializable {
/**
......