Showing
17 changed files
with
106 additions
and
106 deletions
| ... | @@ -118,7 +118,7 @@ | ... | @@ -118,7 +118,7 @@ |
| 118 | </if> | 118 | </if> |
| 119 | 'true' as QUERYID, | 119 | 'true' as QUERYID, |
| 120 | <include refid="Base_Column_List" /> | 120 | <include refid="Base_Column_List" /> |
| 121 | - from ICLEARIMP.T_BIZ_CE_INFO | 121 | + from iclconnect.T_BIZ_CE_INFO |
| 122 | <if test="_parameter != null"> | 122 | <if test="_parameter != null"> |
| 123 | <include refid="Example_Where_Clause" /> | 123 | <include refid="Example_Where_Clause" /> |
| 124 | </if> | 124 | </if> |
| ... | @@ -130,15 +130,15 @@ | ... | @@ -130,15 +130,15 @@ |
| 130 | <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> | 130 | <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> |
| 131 | select | 131 | select |
| 132 | <include refid="Base_Column_List" /> | 132 | <include refid="Base_Column_List" /> |
| 133 | - from ICLEARIMP.T_BIZ_CE_INFO | 133 | + from iclconnect.T_BIZ_CE_INFO |
| 134 | where ID = #{id,jdbcType=NUMERIC} | 134 | where ID = #{id,jdbcType=NUMERIC} |
| 135 | </select> | 135 | </select> |
| 136 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> | 136 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> |
| 137 | - delete from ICLEARIMP.T_BIZ_CE_INFO | 137 | + delete from iclconnect.T_BIZ_CE_INFO |
| 138 | where ID = #{id,jdbcType=NUMERIC} | 138 | where ID = #{id,jdbcType=NUMERIC} |
| 139 | </delete> | 139 | </delete> |
| 140 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.CeInfoExample"> | 140 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.CeInfoExample"> |
| 141 | - delete from ICLEARIMP.T_BIZ_CE_INFO | 141 | + delete from iclconnect.T_BIZ_CE_INFO |
| 142 | <if test="_parameter != null"> | 142 | <if test="_parameter != null"> |
| 143 | <include refid="Example_Where_Clause" /> | 143 | <include refid="Example_Where_Clause" /> |
| 144 | </if> | 144 | </if> |
| ... | @@ -147,7 +147,7 @@ | ... | @@ -147,7 +147,7 @@ |
| 147 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 147 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 148 | SELECT SEQ_T_BIZ_CE_INFO.NEXTVAL FROM DUAL | 148 | SELECT SEQ_T_BIZ_CE_INFO.NEXTVAL FROM DUAL |
| 149 | </selectKey> | 149 | </selectKey> |
| 150 | - insert into ICLEARIMP.T_BIZ_CE_INFO (ID, CONSIGNMENT_CODE, SEND_TIME, | 150 | + insert into iclconnect.T_BIZ_CE_INFO (ID, CONSIGNMENT_CODE, SEND_TIME, |
| 151 | SHIP_DATE, DEST_IATA_CODE, CREATE_TIME, | 151 | SHIP_DATE, DEST_IATA_CODE, CREATE_TIME, |
| 152 | CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, | 152 | CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, |
| 153 | MODIFY_USER_ID, MODIFY_USER_NAME, CUSTOMS_CURRENCY, | 153 | MODIFY_USER_ID, MODIFY_USER_NAME, CUSTOMS_CURRENCY, |
| ... | @@ -180,7 +180,7 @@ | ... | @@ -180,7 +180,7 @@ |
| 180 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 180 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 181 | SELECT SEQ_T_BIZ_CE_INFO.NEXTVAL FROM DUAL | 181 | SELECT SEQ_T_BIZ_CE_INFO.NEXTVAL FROM DUAL |
| 182 | </selectKey> | 182 | </selectKey> |
| 183 | - insert into ICLEARIMP.T_BIZ_CE_INFO | 183 | + insert into iclconnect.T_BIZ_CE_INFO |
| 184 | <trim prefix="(" suffix=")" suffixOverrides=","> | 184 | <trim prefix="(" suffix=")" suffixOverrides=","> |
| 185 | ID, | 185 | ID, |
| 186 | <if test="consignmentCode != null"> | 186 | <if test="consignmentCode != null"> |
| ... | @@ -417,13 +417,13 @@ | ... | @@ -417,13 +417,13 @@ |
| 417 | </trim> | 417 | </trim> |
| 418 | </insert> | 418 | </insert> |
| 419 | <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.CeInfoExample" resultType="java.lang.Long"> | 419 | <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.CeInfoExample" resultType="java.lang.Long"> |
| 420 | - select count(*) from ICLEARIMP.T_BIZ_CE_INFO | 420 | + select count(*) from iclconnect.T_BIZ_CE_INFO |
| 421 | <if test="_parameter != null"> | 421 | <if test="_parameter != null"> |
| 422 | <include refid="Example_Where_Clause" /> | 422 | <include refid="Example_Where_Clause" /> |
| 423 | </if> | 423 | </if> |
| 424 | </select> | 424 | </select> |
| 425 | <update id="updateByExampleSelective" parameterType="map"> | 425 | <update id="updateByExampleSelective" parameterType="map"> |
| 426 | - update ICLEARIMP.T_BIZ_CE_INFO | 426 | + update iclconnect.T_BIZ_CE_INFO |
| 427 | <set> | 427 | <set> |
| 428 | <if test="record.id != null"> | 428 | <if test="record.id != null"> |
| 429 | ID = #{record.id,jdbcType=NUMERIC}, | 429 | ID = #{record.id,jdbcType=NUMERIC}, |
| ... | @@ -548,7 +548,7 @@ | ... | @@ -548,7 +548,7 @@ |
| 548 | </if> | 548 | </if> |
| 549 | </update> | 549 | </update> |
| 550 | <update id="updateByExample" parameterType="map"> | 550 | <update id="updateByExample" parameterType="map"> |
| 551 | - update ICLEARIMP.T_BIZ_CE_INFO | 551 | + update iclconnect.T_BIZ_CE_INFO |
| 552 | set ID = #{record.id,jdbcType=NUMERIC}, | 552 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 553 | CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR}, | 553 | CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR}, |
| 554 | SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP}, | 554 | SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP}, |
| ... | @@ -593,7 +593,7 @@ | ... | @@ -593,7 +593,7 @@ |
| 593 | </if> | 593 | </if> |
| 594 | </update> | 594 | </update> |
| 595 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.CeInfo"> | 595 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.CeInfo"> |
| 596 | - update ICLEARIMP.T_BIZ_CE_INFO | 596 | + update iclconnect.T_BIZ_CE_INFO |
| 597 | <set> | 597 | <set> |
| 598 | <if test="consignmentCode != null"> | 598 | <if test="consignmentCode != null"> |
| 599 | CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR}, | 599 | CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR}, |
| ... | @@ -713,7 +713,7 @@ | ... | @@ -713,7 +713,7 @@ |
| 713 | where ID = #{id,jdbcType=NUMERIC} | 713 | where ID = #{id,jdbcType=NUMERIC} |
| 714 | </update> | 714 | </update> |
| 715 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.CeInfo"> | 715 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.CeInfo"> |
| 716 | - update ICLEARIMP.T_BIZ_CE_INFO | 716 | + update iclconnect.T_BIZ_CE_INFO |
| 717 | set CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR}, | 717 | set CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR}, |
| 718 | SEND_TIME = #{sendTime,jdbcType=TIMESTAMP}, | 718 | SEND_TIME = #{sendTime,jdbcType=TIMESTAMP}, |
| 719 | SHIP_DATE = #{shipDate,jdbcType=TIMESTAMP}, | 719 | SHIP_DATE = #{shipDate,jdbcType=TIMESTAMP}, | ... | ... |
server/common-dao/src/main/java/com/fedex/connect/common/mapper/biz/UserConsignmentMappingMapper.xml
| ... | @@ -85,7 +85,7 @@ | ... | @@ -85,7 +85,7 @@ |
| 85 | </if> | 85 | </if> |
| 86 | 'true' as QUERYID, | 86 | 'true' as QUERYID, |
| 87 | <include refid="Base_Column_List" /> | 87 | <include refid="Base_Column_List" /> |
| 88 | - from ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING | 88 | + from iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING |
| 89 | <if test="_parameter != null"> | 89 | <if test="_parameter != null"> |
| 90 | <include refid="Example_Where_Clause" /> | 90 | <include refid="Example_Where_Clause" /> |
| 91 | </if> | 91 | </if> |
| ... | @@ -97,15 +97,15 @@ | ... | @@ -97,15 +97,15 @@ |
| 97 | <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> | 97 | <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> |
| 98 | select | 98 | select |
| 99 | <include refid="Base_Column_List" /> | 99 | <include refid="Base_Column_List" /> |
| 100 | - from ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING | 100 | + from iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING |
| 101 | where ID = #{id,jdbcType=NUMERIC} | 101 | where ID = #{id,jdbcType=NUMERIC} |
| 102 | </select> | 102 | </select> |
| 103 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> | 103 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> |
| 104 | - delete from ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING | 104 | + delete from iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING |
| 105 | where ID = #{id,jdbcType=NUMERIC} | 105 | where ID = #{id,jdbcType=NUMERIC} |
| 106 | </delete> | 106 | </delete> |
| 107 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.UserConsignmentMappingExample"> | 107 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.UserConsignmentMappingExample"> |
| 108 | - delete from ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING | 108 | + delete from iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING |
| 109 | <if test="_parameter != null"> | 109 | <if test="_parameter != null"> |
| 110 | <include refid="Example_Where_Clause" /> | 110 | <include refid="Example_Where_Clause" /> |
| 111 | </if> | 111 | </if> |
| ... | @@ -114,7 +114,7 @@ | ... | @@ -114,7 +114,7 @@ |
| 114 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 114 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 115 | SELECT SEQ_T_BIZ_USER_CONSIGNMENT_MAPPING.NEXTVAL FROM DUAL | 115 | SELECT SEQ_T_BIZ_USER_CONSIGNMENT_MAPPING.NEXTVAL FROM DUAL |
| 116 | </selectKey> | 116 | </selectKey> |
| 117 | - insert into ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING (ID, USER_ID, CONSIGNMENT_ID, | 117 | + insert into iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING (ID, USER_ID, CONSIGNMENT_ID, |
| 118 | STATUS, CREATE_TIME, CREATE_USER_ID, | 118 | STATUS, CREATE_TIME, CREATE_USER_ID, |
| 119 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, | 119 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, |
| 120 | MODIFY_USER_NAME, CONSIGNMENT_CODE, CE_FLAG) | 120 | MODIFY_USER_NAME, CONSIGNMENT_CODE, CE_FLAG) |
| ... | @@ -127,7 +127,7 @@ | ... | @@ -127,7 +127,7 @@ |
| 127 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 127 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 128 | SELECT SEQ_T_BIZ_USER_CONSIGNMENT_MAPPING.NEXTVAL FROM DUAL | 128 | SELECT SEQ_T_BIZ_USER_CONSIGNMENT_MAPPING.NEXTVAL FROM DUAL |
| 129 | </selectKey> | 129 | </selectKey> |
| 130 | - insert into ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING | 130 | + insert into iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING |
| 131 | <trim prefix="(" suffix=")" suffixOverrides=","> | 131 | <trim prefix="(" suffix=")" suffixOverrides=","> |
| 132 | ID, | 132 | ID, |
| 133 | <if test="userId != null"> | 133 | <if test="userId != null"> |
| ... | @@ -202,13 +202,13 @@ | ... | @@ -202,13 +202,13 @@ |
| 202 | </trim> | 202 | </trim> |
| 203 | </insert> | 203 | </insert> |
| 204 | <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.UserConsignmentMappingExample" resultType="java.lang.Long"> | 204 | <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.UserConsignmentMappingExample" resultType="java.lang.Long"> |
| 205 | - select count(*) from ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING | 205 | + select count(*) from iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING |
| 206 | <if test="_parameter != null"> | 206 | <if test="_parameter != null"> |
| 207 | <include refid="Example_Where_Clause" /> | 207 | <include refid="Example_Where_Clause" /> |
| 208 | </if> | 208 | </if> |
| 209 | </select> | 209 | </select> |
| 210 | <update id="updateByExampleSelective" parameterType="map"> | 210 | <update id="updateByExampleSelective" parameterType="map"> |
| 211 | - update ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING | 211 | + update iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING |
| 212 | <set> | 212 | <set> |
| 213 | <if test="record.id != null"> | 213 | <if test="record.id != null"> |
| 214 | ID = #{record.id,jdbcType=NUMERIC}, | 214 | ID = #{record.id,jdbcType=NUMERIC}, |
| ... | @@ -252,7 +252,7 @@ | ... | @@ -252,7 +252,7 @@ |
| 252 | </if> | 252 | </if> |
| 253 | </update> | 253 | </update> |
| 254 | <update id="updateByExample" parameterType="map"> | 254 | <update id="updateByExample" parameterType="map"> |
| 255 | - update ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING | 255 | + update iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING |
| 256 | set ID = #{record.id,jdbcType=NUMERIC}, | 256 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 257 | USER_ID = #{record.userId,jdbcType=NUMERIC}, | 257 | USER_ID = #{record.userId,jdbcType=NUMERIC}, |
| 258 | CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC}, | 258 | CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC}, |
| ... | @@ -270,7 +270,7 @@ | ... | @@ -270,7 +270,7 @@ |
| 270 | </if> | 270 | </if> |
| 271 | </update> | 271 | </update> |
| 272 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.UserConsignmentMapping"> | 272 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.UserConsignmentMapping"> |
| 273 | - update ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING | 273 | + update iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING |
| 274 | <set> | 274 | <set> |
| 275 | <if test="userId != null"> | 275 | <if test="userId != null"> |
| 276 | USER_ID = #{userId,jdbcType=NUMERIC}, | 276 | USER_ID = #{userId,jdbcType=NUMERIC}, |
| ... | @@ -309,7 +309,7 @@ | ... | @@ -309,7 +309,7 @@ |
| 309 | where ID = #{id,jdbcType=NUMERIC} | 309 | where ID = #{id,jdbcType=NUMERIC} |
| 310 | </update> | 310 | </update> |
| 311 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.UserConsignmentMapping"> | 311 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.UserConsignmentMapping"> |
| 312 | - update ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING | 312 | + update iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING |
| 313 | set USER_ID = #{userId,jdbcType=NUMERIC}, | 313 | set USER_ID = #{userId,jdbcType=NUMERIC}, |
| 314 | CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC}, | 314 | CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC}, |
| 315 | STATUS = #{status,jdbcType=NUMERIC}, | 315 | STATUS = #{status,jdbcType=NUMERIC}, | ... | ... |
| ... | @@ -100,7 +100,7 @@ | ... | @@ -100,7 +100,7 @@ |
| 100 | <include refid="Base_Column_List" /> | 100 | <include refid="Base_Column_List" /> |
| 101 | , | 101 | , |
| 102 | <include refid="Blob_Column_List" /> | 102 | <include refid="Blob_Column_List" /> |
| 103 | - from ICLEARIMP.T_LOG_OPERATION | 103 | + from iclconnect.T_LOG_OPERATION |
| 104 | <if test="_parameter != null"> | 104 | <if test="_parameter != null"> |
| 105 | <include refid="Example_Where_Clause" /> | 105 | <include refid="Example_Where_Clause" /> |
| 106 | </if> | 106 | </if> |
| ... | @@ -116,7 +116,7 @@ | ... | @@ -116,7 +116,7 @@ |
| 116 | </if> | 116 | </if> |
| 117 | 'true' as QUERYID, | 117 | 'true' as QUERYID, |
| 118 | <include refid="Base_Column_List" /> | 118 | <include refid="Base_Column_List" /> |
| 119 | - from ICLEARIMP.T_LOG_OPERATION | 119 | + from iclconnect.T_LOG_OPERATION |
| 120 | <if test="_parameter != null"> | 120 | <if test="_parameter != null"> |
| 121 | <include refid="Example_Where_Clause" /> | 121 | <include refid="Example_Where_Clause" /> |
| 122 | </if> | 122 | </if> |
| ... | @@ -130,15 +130,15 @@ | ... | @@ -130,15 +130,15 @@ |
| 130 | <include refid="Base_Column_List" /> | 130 | <include refid="Base_Column_List" /> |
| 131 | , | 131 | , |
| 132 | <include refid="Blob_Column_List" /> | 132 | <include refid="Blob_Column_List" /> |
| 133 | - from ICLEARIMP.T_LOG_OPERATION | 133 | + from iclconnect.T_LOG_OPERATION |
| 134 | where ID = #{id,jdbcType=NUMERIC} | 134 | where ID = #{id,jdbcType=NUMERIC} |
| 135 | </select> | 135 | </select> |
| 136 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> | 136 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> |
| 137 | - delete from ICLEARIMP.T_LOG_OPERATION | 137 | + delete from iclconnect.T_LOG_OPERATION |
| 138 | where ID = #{id,jdbcType=NUMERIC} | 138 | where ID = #{id,jdbcType=NUMERIC} |
| 139 | </delete> | 139 | </delete> |
| 140 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.log.OperationExample"> | 140 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.log.OperationExample"> |
| 141 | - delete from ICLEARIMP.T_LOG_OPERATION | 141 | + delete from iclconnect.T_LOG_OPERATION |
| 142 | <if test="_parameter != null"> | 142 | <if test="_parameter != null"> |
| 143 | <include refid="Example_Where_Clause" /> | 143 | <include refid="Example_Where_Clause" /> |
| 144 | </if> | 144 | </if> |
| ... | @@ -147,7 +147,7 @@ | ... | @@ -147,7 +147,7 @@ |
| 147 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 147 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 148 | SELECT SEQ_T_LOG_OPERATION.NEXTVAL FROM DUAL | 148 | SELECT SEQ_T_LOG_OPERATION.NEXTVAL FROM DUAL |
| 149 | </selectKey> | 149 | </selectKey> |
| 150 | - insert into ICLEARIMP.T_LOG_OPERATION (ID, USER_ID, LOGIN_NAME, | 150 | + insert into iclconnect.T_LOG_OPERATION (ID, USER_ID, LOGIN_NAME, |
| 151 | USER_NAME, MODULE, DESCRIBE, | 151 | USER_NAME, MODULE, DESCRIBE, |
| 152 | URL, CREATE_TIME, CREATE_USER_ID, | 152 | URL, CREATE_TIME, CREATE_USER_ID, |
| 153 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, | 153 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, |
| ... | @@ -166,7 +166,7 @@ | ... | @@ -166,7 +166,7 @@ |
| 166 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 166 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 167 | SELECT SEQ_T_LOG_OPERATION.NEXTVAL FROM DUAL | 167 | SELECT SEQ_T_LOG_OPERATION.NEXTVAL FROM DUAL |
| 168 | </selectKey> | 168 | </selectKey> |
| 169 | - insert into ICLEARIMP.T_LOG_OPERATION | 169 | + insert into iclconnect.T_LOG_OPERATION |
| 170 | <trim prefix="(" suffix=")" suffixOverrides=","> | 170 | <trim prefix="(" suffix=")" suffixOverrides=","> |
| 171 | ID, | 171 | ID, |
| 172 | <if test="userId != null"> | 172 | <if test="userId != null"> |
| ... | @@ -289,13 +289,13 @@ | ... | @@ -289,13 +289,13 @@ |
| 289 | </trim> | 289 | </trim> |
| 290 | </insert> | 290 | </insert> |
| 291 | <select id="countByExample" parameterType="com.fedex.connect.common.model.log.OperationExample" resultType="java.lang.Long"> | 291 | <select id="countByExample" parameterType="com.fedex.connect.common.model.log.OperationExample" resultType="java.lang.Long"> |
| 292 | - select count(*) from ICLEARIMP.T_LOG_OPERATION | 292 | + select count(*) from iclconnect.T_LOG_OPERATION |
| 293 | <if test="_parameter != null"> | 293 | <if test="_parameter != null"> |
| 294 | <include refid="Example_Where_Clause" /> | 294 | <include refid="Example_Where_Clause" /> |
| 295 | </if> | 295 | </if> |
| 296 | </select> | 296 | </select> |
| 297 | <update id="updateByExampleSelective" parameterType="map"> | 297 | <update id="updateByExampleSelective" parameterType="map"> |
| 298 | - update ICLEARIMP.T_LOG_OPERATION | 298 | + update iclconnect.T_LOG_OPERATION |
| 299 | <set> | 299 | <set> |
| 300 | <if test="record.id != null"> | 300 | <if test="record.id != null"> |
| 301 | ID = #{record.id,jdbcType=NUMERIC}, | 301 | ID = #{record.id,jdbcType=NUMERIC}, |
| ... | @@ -363,7 +363,7 @@ | ... | @@ -363,7 +363,7 @@ |
| 363 | </if> | 363 | </if> |
| 364 | </update> | 364 | </update> |
| 365 | <update id="updateByExampleWithBLOBs" parameterType="map"> | 365 | <update id="updateByExampleWithBLOBs" parameterType="map"> |
| 366 | - update ICLEARIMP.T_LOG_OPERATION | 366 | + update iclconnect.T_LOG_OPERATION |
| 367 | set ID = #{record.id,jdbcType=NUMERIC}, | 367 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 368 | USER_ID = #{record.userId,jdbcType=NUMERIC}, | 368 | USER_ID = #{record.userId,jdbcType=NUMERIC}, |
| 369 | LOGIN_NAME = #{record.loginName,jdbcType=VARCHAR}, | 369 | LOGIN_NAME = #{record.loginName,jdbcType=VARCHAR}, |
| ... | @@ -389,7 +389,7 @@ | ... | @@ -389,7 +389,7 @@ |
| 389 | </if> | 389 | </if> |
| 390 | </update> | 390 | </update> |
| 391 | <update id="updateByExample" parameterType="map"> | 391 | <update id="updateByExample" parameterType="map"> |
| 392 | - update ICLEARIMP.T_LOG_OPERATION | 392 | + update iclconnect.T_LOG_OPERATION |
| 393 | set ID = #{record.id,jdbcType=NUMERIC}, | 393 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 394 | USER_ID = #{record.userId,jdbcType=NUMERIC}, | 394 | USER_ID = #{record.userId,jdbcType=NUMERIC}, |
| 395 | LOGIN_NAME = #{record.loginName,jdbcType=VARCHAR}, | 395 | LOGIN_NAME = #{record.loginName,jdbcType=VARCHAR}, |
| ... | @@ -412,7 +412,7 @@ | ... | @@ -412,7 +412,7 @@ |
| 412 | </if> | 412 | </if> |
| 413 | </update> | 413 | </update> |
| 414 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.log.OperationWithBLOBs"> | 414 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.log.OperationWithBLOBs"> |
| 415 | - update ICLEARIMP.T_LOG_OPERATION | 415 | + update iclconnect.T_LOG_OPERATION |
| 416 | <set> | 416 | <set> |
| 417 | <if test="userId != null"> | 417 | <if test="userId != null"> |
| 418 | USER_ID = #{userId,jdbcType=NUMERIC}, | 418 | USER_ID = #{userId,jdbcType=NUMERIC}, |
| ... | @@ -475,7 +475,7 @@ | ... | @@ -475,7 +475,7 @@ |
| 475 | where ID = #{id,jdbcType=NUMERIC} | 475 | where ID = #{id,jdbcType=NUMERIC} |
| 476 | </update> | 476 | </update> |
| 477 | <update id="updateByPrimaryKeyWithBLOBs" parameterType="com.fedex.connect.common.model.log.OperationWithBLOBs"> | 477 | <update id="updateByPrimaryKeyWithBLOBs" parameterType="com.fedex.connect.common.model.log.OperationWithBLOBs"> |
| 478 | - update ICLEARIMP.T_LOG_OPERATION | 478 | + update iclconnect.T_LOG_OPERATION |
| 479 | set USER_ID = #{userId,jdbcType=NUMERIC}, | 479 | set USER_ID = #{userId,jdbcType=NUMERIC}, |
| 480 | LOGIN_NAME = #{loginName,jdbcType=VARCHAR}, | 480 | LOGIN_NAME = #{loginName,jdbcType=VARCHAR}, |
| 481 | USER_NAME = #{userName,jdbcType=VARCHAR}, | 481 | USER_NAME = #{userName,jdbcType=VARCHAR}, |
| ... | @@ -498,7 +498,7 @@ | ... | @@ -498,7 +498,7 @@ |
| 498 | where ID = #{id,jdbcType=NUMERIC} | 498 | where ID = #{id,jdbcType=NUMERIC} |
| 499 | </update> | 499 | </update> |
| 500 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.log.Operation"> | 500 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.log.Operation"> |
| 501 | - update ICLEARIMP.T_LOG_OPERATION | 501 | + update iclconnect.T_LOG_OPERATION |
| 502 | set USER_ID = #{userId,jdbcType=NUMERIC}, | 502 | set USER_ID = #{userId,jdbcType=NUMERIC}, |
| 503 | LOGIN_NAME = #{loginName,jdbcType=VARCHAR}, | 503 | LOGIN_NAME = #{loginName,jdbcType=VARCHAR}, |
| 504 | USER_NAME = #{userName,jdbcType=VARCHAR}, | 504 | USER_NAME = #{userName,jdbcType=VARCHAR}, | ... | ... |
| ... | @@ -98,7 +98,7 @@ | ... | @@ -98,7 +98,7 @@ |
| 98 | <include refid="Base_Column_List" /> | 98 | <include refid="Base_Column_List" /> |
| 99 | , | 99 | , |
| 100 | <include refid="Blob_Column_List" /> | 100 | <include refid="Blob_Column_List" /> |
| 101 | - from ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 101 | + from iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 102 | <if test="_parameter != null"> | 102 | <if test="_parameter != null"> |
| 103 | <include refid="Example_Where_Clause" /> | 103 | <include refid="Example_Where_Clause" /> |
| 104 | </if> | 104 | </if> |
| ... | @@ -114,7 +114,7 @@ | ... | @@ -114,7 +114,7 @@ |
| 114 | </if> | 114 | </if> |
| 115 | 'true' as QUERYID, | 115 | 'true' as QUERYID, |
| 116 | <include refid="Base_Column_List" /> | 116 | <include refid="Base_Column_List" /> |
| 117 | - from ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 117 | + from iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 118 | <if test="_parameter != null"> | 118 | <if test="_parameter != null"> |
| 119 | <include refid="Example_Where_Clause" /> | 119 | <include refid="Example_Where_Clause" /> |
| 120 | </if> | 120 | </if> |
| ... | @@ -128,15 +128,15 @@ | ... | @@ -128,15 +128,15 @@ |
| 128 | <include refid="Base_Column_List" /> | 128 | <include refid="Base_Column_List" /> |
| 129 | , | 129 | , |
| 130 | <include refid="Blob_Column_List" /> | 130 | <include refid="Blob_Column_List" /> |
| 131 | - from ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 131 | + from iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 132 | where ID = #{id,jdbcType=NUMERIC} | 132 | where ID = #{id,jdbcType=NUMERIC} |
| 133 | </select> | 133 | </select> |
| 134 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> | 134 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> |
| 135 | - delete from ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 135 | + delete from iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 136 | where ID = #{id,jdbcType=NUMERIC} | 136 | where ID = #{id,jdbcType=NUMERIC} |
| 137 | </delete> | 137 | </delete> |
| 138 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistoryExample"> | 138 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistoryExample"> |
| 139 | - delete from ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 139 | + delete from iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 140 | <if test="_parameter != null"> | 140 | <if test="_parameter != null"> |
| 141 | <include refid="Example_Where_Clause" /> | 141 | <include refid="Example_Where_Clause" /> |
| 142 | </if> | 142 | </if> |
| ... | @@ -145,7 +145,7 @@ | ... | @@ -145,7 +145,7 @@ |
| 145 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 145 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 146 | SELECT SEQ_T_SYS_KAFKA_STORAGE_HISTORY.NEXTVAL FROM DUAL | 146 | SELECT SEQ_T_SYS_KAFKA_STORAGE_HISTORY.NEXTVAL FROM DUAL |
| 147 | </selectKey> | 147 | </selectKey> |
| 148 | - insert into ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY (ID, MESSAGE_ID, MESSAGE_CODE, | 148 | + insert into iclconnect.T_SYS_KAFKA_STORAGE_HISTORY (ID, MESSAGE_ID, MESSAGE_CODE, |
| 149 | SENDER_ID, RECEIVER_ID, SEND_TIME, | 149 | SENDER_ID, RECEIVER_ID, SEND_TIME, |
| 150 | CONSIGNMENT_CODE, FREQUENCY, STATUS, | 150 | CONSIGNMENT_CODE, FREQUENCY, STATUS, |
| 151 | STATUS_NAME, REMARK, CREATE_TIME, | 151 | STATUS_NAME, REMARK, CREATE_TIME, |
| ... | @@ -164,7 +164,7 @@ | ... | @@ -164,7 +164,7 @@ |
| 164 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 164 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 165 | SELECT SEQ_T_SYS_KAFKA_STORAGE_HISTORY.NEXTVAL FROM DUAL | 165 | SELECT SEQ_T_SYS_KAFKA_STORAGE_HISTORY.NEXTVAL FROM DUAL |
| 166 | </selectKey> | 166 | </selectKey> |
| 167 | - insert into ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 167 | + insert into iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 168 | <trim prefix="(" suffix=")" suffixOverrides=","> | 168 | <trim prefix="(" suffix=")" suffixOverrides=","> |
| 169 | ID, | 169 | ID, |
| 170 | <if test="messageId != null"> | 170 | <if test="messageId != null"> |
| ... | @@ -275,13 +275,13 @@ | ... | @@ -275,13 +275,13 @@ |
| 275 | </trim> | 275 | </trim> |
| 276 | </insert> | 276 | </insert> |
| 277 | <select id="countByExample" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistoryExample" resultType="java.lang.Long"> | 277 | <select id="countByExample" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistoryExample" resultType="java.lang.Long"> |
| 278 | - select count(*) from ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 278 | + select count(*) from iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 279 | <if test="_parameter != null"> | 279 | <if test="_parameter != null"> |
| 280 | <include refid="Example_Where_Clause" /> | 280 | <include refid="Example_Where_Clause" /> |
| 281 | </if> | 281 | </if> |
| 282 | </select> | 282 | </select> |
| 283 | <update id="updateByExampleSelective" parameterType="map"> | 283 | <update id="updateByExampleSelective" parameterType="map"> |
| 284 | - update ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 284 | + update iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 285 | <set> | 285 | <set> |
| 286 | <if test="record.id != null"> | 286 | <if test="record.id != null"> |
| 287 | ID = #{record.id,jdbcType=NUMERIC}, | 287 | ID = #{record.id,jdbcType=NUMERIC}, |
| ... | @@ -343,7 +343,7 @@ | ... | @@ -343,7 +343,7 @@ |
| 343 | </if> | 343 | </if> |
| 344 | </update> | 344 | </update> |
| 345 | <update id="updateByExampleWithBLOBs" parameterType="map"> | 345 | <update id="updateByExampleWithBLOBs" parameterType="map"> |
| 346 | - update ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 346 | + update iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 347 | set ID = #{record.id,jdbcType=NUMERIC}, | 347 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 348 | MESSAGE_ID = #{record.messageId,jdbcType=VARCHAR}, | 348 | MESSAGE_ID = #{record.messageId,jdbcType=VARCHAR}, |
| 349 | MESSAGE_CODE = #{record.messageCode,jdbcType=VARCHAR}, | 349 | MESSAGE_CODE = #{record.messageCode,jdbcType=VARCHAR}, |
| ... | @@ -367,7 +367,7 @@ | ... | @@ -367,7 +367,7 @@ |
| 367 | </if> | 367 | </if> |
| 368 | </update> | 368 | </update> |
| 369 | <update id="updateByExample" parameterType="map"> | 369 | <update id="updateByExample" parameterType="map"> |
| 370 | - update ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 370 | + update iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 371 | set ID = #{record.id,jdbcType=NUMERIC}, | 371 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 372 | MESSAGE_ID = #{record.messageId,jdbcType=VARCHAR}, | 372 | MESSAGE_ID = #{record.messageId,jdbcType=VARCHAR}, |
| 373 | MESSAGE_CODE = #{record.messageCode,jdbcType=VARCHAR}, | 373 | MESSAGE_CODE = #{record.messageCode,jdbcType=VARCHAR}, |
| ... | @@ -390,7 +390,7 @@ | ... | @@ -390,7 +390,7 @@ |
| 390 | </if> | 390 | </if> |
| 391 | </update> | 391 | </update> |
| 392 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistory"> | 392 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistory"> |
| 393 | - update ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 393 | + update iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 394 | <set> | 394 | <set> |
| 395 | <if test="messageId != null"> | 395 | <if test="messageId != null"> |
| 396 | MESSAGE_ID = #{messageId,jdbcType=VARCHAR}, | 396 | MESSAGE_ID = #{messageId,jdbcType=VARCHAR}, |
| ... | @@ -447,7 +447,7 @@ | ... | @@ -447,7 +447,7 @@ |
| 447 | where ID = #{id,jdbcType=NUMERIC} | 447 | where ID = #{id,jdbcType=NUMERIC} |
| 448 | </update> | 448 | </update> |
| 449 | <update id="updateByPrimaryKeyWithBLOBs" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistory"> | 449 | <update id="updateByPrimaryKeyWithBLOBs" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistory"> |
| 450 | - update ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 450 | + update iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 451 | set MESSAGE_ID = #{messageId,jdbcType=VARCHAR}, | 451 | set MESSAGE_ID = #{messageId,jdbcType=VARCHAR}, |
| 452 | MESSAGE_CODE = #{messageCode,jdbcType=VARCHAR}, | 452 | MESSAGE_CODE = #{messageCode,jdbcType=VARCHAR}, |
| 453 | SENDER_ID = #{senderId,jdbcType=VARCHAR}, | 453 | SENDER_ID = #{senderId,jdbcType=VARCHAR}, |
| ... | @@ -468,7 +468,7 @@ | ... | @@ -468,7 +468,7 @@ |
| 468 | where ID = #{id,jdbcType=NUMERIC} | 468 | where ID = #{id,jdbcType=NUMERIC} |
| 469 | </update> | 469 | </update> |
| 470 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistory"> | 470 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.KafkaStorageHistory"> |
| 471 | - update ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 471 | + update iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 472 | set MESSAGE_ID = #{messageId,jdbcType=VARCHAR}, | 472 | set MESSAGE_ID = #{messageId,jdbcType=VARCHAR}, |
| 473 | MESSAGE_CODE = #{messageCode,jdbcType=VARCHAR}, | 473 | MESSAGE_CODE = #{messageCode,jdbcType=VARCHAR}, |
| 474 | SENDER_ID = #{senderId,jdbcType=VARCHAR}, | 474 | SENDER_ID = #{senderId,jdbcType=VARCHAR}, | ... | ... |
| ... | @@ -98,7 +98,7 @@ | ... | @@ -98,7 +98,7 @@ |
| 98 | <include refid="Base_Column_List" /> | 98 | <include refid="Base_Column_List" /> |
| 99 | , | 99 | , |
| 100 | <include refid="Blob_Column_List" /> | 100 | <include refid="Blob_Column_List" /> |
| 101 | - from ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 101 | + from iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 102 | <if test="_parameter != null"> | 102 | <if test="_parameter != null"> |
| 103 | <include refid="Example_Where_Clause" /> | 103 | <include refid="Example_Where_Clause" /> |
| 104 | </if> | 104 | </if> |
| ... | @@ -114,7 +114,7 @@ | ... | @@ -114,7 +114,7 @@ |
| 114 | </if> | 114 | </if> |
| 115 | 'true' as QUERYID, | 115 | 'true' as QUERYID, |
| 116 | <include refid="Base_Column_List" /> | 116 | <include refid="Base_Column_List" /> |
| 117 | - from ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 117 | + from iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 118 | <if test="_parameter != null"> | 118 | <if test="_parameter != null"> |
| 119 | <include refid="Example_Where_Clause" /> | 119 | <include refid="Example_Where_Clause" /> |
| 120 | </if> | 120 | </if> |
| ... | @@ -128,15 +128,15 @@ | ... | @@ -128,15 +128,15 @@ |
| 128 | <include refid="Base_Column_List" /> | 128 | <include refid="Base_Column_List" /> |
| 129 | , | 129 | , |
| 130 | <include refid="Blob_Column_List" /> | 130 | <include refid="Blob_Column_List" /> |
| 131 | - from ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 131 | + from iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 132 | where ID = #{id,jdbcType=NUMERIC} | 132 | where ID = #{id,jdbcType=NUMERIC} |
| 133 | </select> | 133 | </select> |
| 134 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> | 134 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> |
| 135 | - delete from ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 135 | + delete from iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 136 | where ID = #{id,jdbcType=NUMERIC} | 136 | where ID = #{id,jdbcType=NUMERIC} |
| 137 | </delete> | 137 | </delete> |
| 138 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorageExample"> | 138 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorageExample"> |
| 139 | - delete from ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 139 | + delete from iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 140 | <if test="_parameter != null"> | 140 | <if test="_parameter != null"> |
| 141 | <include refid="Example_Where_Clause" /> | 141 | <include refid="Example_Where_Clause" /> |
| 142 | </if> | 142 | </if> |
| ... | @@ -145,7 +145,7 @@ | ... | @@ -145,7 +145,7 @@ |
| 145 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 145 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 146 | SELECT SEQ_T_SYS_KAFKA_TEMPORARY_STORAGE.NEXTVAL FROM DUAL | 146 | SELECT SEQ_T_SYS_KAFKA_TEMPORARY_STORAGE.NEXTVAL FROM DUAL |
| 147 | </selectKey> | 147 | </selectKey> |
| 148 | - insert into ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE (ID, MESSAGE_ID, MESSAGE_CODE, | 148 | + insert into iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE (ID, MESSAGE_ID, MESSAGE_CODE, |
| 149 | SENDER_ID, RECEIVER_ID, SEND_TIME, | 149 | SENDER_ID, RECEIVER_ID, SEND_TIME, |
| 150 | CONSIGNMENT_CODE, FREQUENCY, STATUS, | 150 | CONSIGNMENT_CODE, FREQUENCY, STATUS, |
| 151 | STATUS_NAME, REMARK, CREATE_TIME, | 151 | STATUS_NAME, REMARK, CREATE_TIME, |
| ... | @@ -164,7 +164,7 @@ | ... | @@ -164,7 +164,7 @@ |
| 164 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 164 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 165 | SELECT SEQ_T_SYS_KAFKA_TEMPORARY_STORAGE.NEXTVAL FROM DUAL | 165 | SELECT SEQ_T_SYS_KAFKA_TEMPORARY_STORAGE.NEXTVAL FROM DUAL |
| 166 | </selectKey> | 166 | </selectKey> |
| 167 | - insert into ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 167 | + insert into iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 168 | <trim prefix="(" suffix=")" suffixOverrides=","> | 168 | <trim prefix="(" suffix=")" suffixOverrides=","> |
| 169 | ID, | 169 | ID, |
| 170 | <if test="messageId != null"> | 170 | <if test="messageId != null"> |
| ... | @@ -275,13 +275,13 @@ | ... | @@ -275,13 +275,13 @@ |
| 275 | </trim> | 275 | </trim> |
| 276 | </insert> | 276 | </insert> |
| 277 | <select id="countByExample" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorageExample" resultType="java.lang.Long"> | 277 | <select id="countByExample" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorageExample" resultType="java.lang.Long"> |
| 278 | - select count(*) from ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 278 | + select count(*) from iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 279 | <if test="_parameter != null"> | 279 | <if test="_parameter != null"> |
| 280 | <include refid="Example_Where_Clause" /> | 280 | <include refid="Example_Where_Clause" /> |
| 281 | </if> | 281 | </if> |
| 282 | </select> | 282 | </select> |
| 283 | <update id="updateByExampleSelective" parameterType="map"> | 283 | <update id="updateByExampleSelective" parameterType="map"> |
| 284 | - update ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 284 | + update iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 285 | <set> | 285 | <set> |
| 286 | <if test="record.id != null"> | 286 | <if test="record.id != null"> |
| 287 | ID = #{record.id,jdbcType=NUMERIC}, | 287 | ID = #{record.id,jdbcType=NUMERIC}, |
| ... | @@ -343,7 +343,7 @@ | ... | @@ -343,7 +343,7 @@ |
| 343 | </if> | 343 | </if> |
| 344 | </update> | 344 | </update> |
| 345 | <update id="updateByExampleWithBLOBs" parameterType="map"> | 345 | <update id="updateByExampleWithBLOBs" parameterType="map"> |
| 346 | - update ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 346 | + update iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 347 | set ID = #{record.id,jdbcType=NUMERIC}, | 347 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 348 | MESSAGE_ID = #{record.messageId,jdbcType=VARCHAR}, | 348 | MESSAGE_ID = #{record.messageId,jdbcType=VARCHAR}, |
| 349 | MESSAGE_CODE = #{record.messageCode,jdbcType=VARCHAR}, | 349 | MESSAGE_CODE = #{record.messageCode,jdbcType=VARCHAR}, |
| ... | @@ -367,7 +367,7 @@ | ... | @@ -367,7 +367,7 @@ |
| 367 | </if> | 367 | </if> |
| 368 | </update> | 368 | </update> |
| 369 | <update id="updateByExample" parameterType="map"> | 369 | <update id="updateByExample" parameterType="map"> |
| 370 | - update ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 370 | + update iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 371 | set ID = #{record.id,jdbcType=NUMERIC}, | 371 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 372 | MESSAGE_ID = #{record.messageId,jdbcType=VARCHAR}, | 372 | MESSAGE_ID = #{record.messageId,jdbcType=VARCHAR}, |
| 373 | MESSAGE_CODE = #{record.messageCode,jdbcType=VARCHAR}, | 373 | MESSAGE_CODE = #{record.messageCode,jdbcType=VARCHAR}, |
| ... | @@ -390,7 +390,7 @@ | ... | @@ -390,7 +390,7 @@ |
| 390 | </if> | 390 | </if> |
| 391 | </update> | 391 | </update> |
| 392 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorage"> | 392 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorage"> |
| 393 | - update ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 393 | + update iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 394 | <set> | 394 | <set> |
| 395 | <if test="messageId != null"> | 395 | <if test="messageId != null"> |
| 396 | MESSAGE_ID = #{messageId,jdbcType=VARCHAR}, | 396 | MESSAGE_ID = #{messageId,jdbcType=VARCHAR}, |
| ... | @@ -447,7 +447,7 @@ | ... | @@ -447,7 +447,7 @@ |
| 447 | where ID = #{id,jdbcType=NUMERIC} | 447 | where ID = #{id,jdbcType=NUMERIC} |
| 448 | </update> | 448 | </update> |
| 449 | <update id="updateByPrimaryKeyWithBLOBs" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorage"> | 449 | <update id="updateByPrimaryKeyWithBLOBs" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorage"> |
| 450 | - update ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 450 | + update iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 451 | set MESSAGE_ID = #{messageId,jdbcType=VARCHAR}, | 451 | set MESSAGE_ID = #{messageId,jdbcType=VARCHAR}, |
| 452 | MESSAGE_CODE = #{messageCode,jdbcType=VARCHAR}, | 452 | MESSAGE_CODE = #{messageCode,jdbcType=VARCHAR}, |
| 453 | SENDER_ID = #{senderId,jdbcType=VARCHAR}, | 453 | SENDER_ID = #{senderId,jdbcType=VARCHAR}, |
| ... | @@ -468,7 +468,7 @@ | ... | @@ -468,7 +468,7 @@ |
| 468 | where ID = #{id,jdbcType=NUMERIC} | 468 | where ID = #{id,jdbcType=NUMERIC} |
| 469 | </update> | 469 | </update> |
| 470 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorage"> | 470 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.KafkaTemporaryStorage"> |
| 471 | - update ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 471 | + update iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 472 | set MESSAGE_ID = #{messageId,jdbcType=VARCHAR}, | 472 | set MESSAGE_ID = #{messageId,jdbcType=VARCHAR}, |
| 473 | MESSAGE_CODE = #{messageCode,jdbcType=VARCHAR}, | 473 | MESSAGE_CODE = #{messageCode,jdbcType=VARCHAR}, |
| 474 | SENDER_ID = #{senderId,jdbcType=VARCHAR}, | 474 | SENDER_ID = #{senderId,jdbcType=VARCHAR}, | ... | ... |
| ... | @@ -90,7 +90,7 @@ | ... | @@ -90,7 +90,7 @@ |
| 90 | </if> | 90 | </if> |
| 91 | 'true' as QUERYID, | 91 | 'true' as QUERYID, |
| 92 | <include refid="Base_Column_List" /> | 92 | <include refid="Base_Column_List" /> |
| 93 | - from ICLEARIMP.T_SYS_PARAM_CONFIG | 93 | + from iclconnect.T_SYS_PARAM_CONFIG |
| 94 | <if test="_parameter != null"> | 94 | <if test="_parameter != null"> |
| 95 | <include refid="Example_Where_Clause" /> | 95 | <include refid="Example_Where_Clause" /> |
| 96 | </if> | 96 | </if> |
| ... | @@ -102,15 +102,15 @@ | ... | @@ -102,15 +102,15 @@ |
| 102 | <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> | 102 | <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> |
| 103 | select | 103 | select |
| 104 | <include refid="Base_Column_List" /> | 104 | <include refid="Base_Column_List" /> |
| 105 | - from ICLEARIMP.T_SYS_PARAM_CONFIG | 105 | + from iclconnect.T_SYS_PARAM_CONFIG |
| 106 | where ID = #{id,jdbcType=NUMERIC} | 106 | where ID = #{id,jdbcType=NUMERIC} |
| 107 | </select> | 107 | </select> |
| 108 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> | 108 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> |
| 109 | - delete from ICLEARIMP.T_SYS_PARAM_CONFIG | 109 | + delete from iclconnect.T_SYS_PARAM_CONFIG |
| 110 | where ID = #{id,jdbcType=NUMERIC} | 110 | where ID = #{id,jdbcType=NUMERIC} |
| 111 | </delete> | 111 | </delete> |
| 112 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.ParamConfigExample"> | 112 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.ParamConfigExample"> |
| 113 | - delete from ICLEARIMP.T_SYS_PARAM_CONFIG | 113 | + delete from iclconnect.T_SYS_PARAM_CONFIG |
| 114 | <if test="_parameter != null"> | 114 | <if test="_parameter != null"> |
| 115 | <include refid="Example_Where_Clause" /> | 115 | <include refid="Example_Where_Clause" /> |
| 116 | </if> | 116 | </if> |
| ... | @@ -119,7 +119,7 @@ | ... | @@ -119,7 +119,7 @@ |
| 119 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 119 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 120 | SELECT SEQ_T_SYS_PARAM_CONFIG.NEXTVAL FROM DUAL | 120 | SELECT SEQ_T_SYS_PARAM_CONFIG.NEXTVAL FROM DUAL |
| 121 | </selectKey> | 121 | </selectKey> |
| 122 | - insert into ICLEARIMP.T_SYS_PARAM_CONFIG (ID, CODE, NAME, | 122 | + insert into iclconnect.T_SYS_PARAM_CONFIG (ID, CODE, NAME, |
| 123 | VALUE, TYPE_CODE, TYPE_NAME, | 123 | VALUE, TYPE_CODE, TYPE_NAME, |
| 124 | STATUS, DESCRIPTION, CREATE_TIME, | 124 | STATUS, DESCRIPTION, CREATE_TIME, |
| 125 | CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, | 125 | CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, |
| ... | @@ -136,7 +136,7 @@ | ... | @@ -136,7 +136,7 @@ |
| 136 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 136 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 137 | SELECT SEQ_T_SYS_PARAM_CONFIG.NEXTVAL FROM DUAL | 137 | SELECT SEQ_T_SYS_PARAM_CONFIG.NEXTVAL FROM DUAL |
| 138 | </selectKey> | 138 | </selectKey> |
| 139 | - insert into ICLEARIMP.T_SYS_PARAM_CONFIG | 139 | + insert into iclconnect.T_SYS_PARAM_CONFIG |
| 140 | <trim prefix="(" suffix=")" suffixOverrides=","> | 140 | <trim prefix="(" suffix=")" suffixOverrides=","> |
| 141 | ID, | 141 | ID, |
| 142 | <if test="code != null"> | 142 | <if test="code != null"> |
| ... | @@ -241,13 +241,13 @@ | ... | @@ -241,13 +241,13 @@ |
| 241 | </trim> | 241 | </trim> |
| 242 | </insert> | 242 | </insert> |
| 243 | <select id="countByExample" parameterType="com.fedex.connect.common.model.sys.ParamConfigExample" resultType="java.lang.Long"> | 243 | <select id="countByExample" parameterType="com.fedex.connect.common.model.sys.ParamConfigExample" resultType="java.lang.Long"> |
| 244 | - select count(*) from ICLEARIMP.T_SYS_PARAM_CONFIG | 244 | + select count(*) from iclconnect.T_SYS_PARAM_CONFIG |
| 245 | <if test="_parameter != null"> | 245 | <if test="_parameter != null"> |
| 246 | <include refid="Example_Where_Clause" /> | 246 | <include refid="Example_Where_Clause" /> |
| 247 | </if> | 247 | </if> |
| 248 | </select> | 248 | </select> |
| 249 | <update id="updateByExampleSelective" parameterType="map"> | 249 | <update id="updateByExampleSelective" parameterType="map"> |
| 250 | - update ICLEARIMP.T_SYS_PARAM_CONFIG | 250 | + update iclconnect.T_SYS_PARAM_CONFIG |
| 251 | <set> | 251 | <set> |
| 252 | <if test="record.id != null"> | 252 | <if test="record.id != null"> |
| 253 | ID = #{record.id,jdbcType=NUMERIC}, | 253 | ID = #{record.id,jdbcType=NUMERIC}, |
| ... | @@ -306,7 +306,7 @@ | ... | @@ -306,7 +306,7 @@ |
| 306 | </if> | 306 | </if> |
| 307 | </update> | 307 | </update> |
| 308 | <update id="updateByExample" parameterType="map"> | 308 | <update id="updateByExample" parameterType="map"> |
| 309 | - update ICLEARIMP.T_SYS_PARAM_CONFIG | 309 | + update iclconnect.T_SYS_PARAM_CONFIG |
| 310 | set ID = #{record.id,jdbcType=NUMERIC}, | 310 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 311 | CODE = #{record.code,jdbcType=VARCHAR}, | 311 | CODE = #{record.code,jdbcType=VARCHAR}, |
| 312 | NAME = #{record.name,jdbcType=VARCHAR}, | 312 | NAME = #{record.name,jdbcType=VARCHAR}, |
| ... | @@ -329,7 +329,7 @@ | ... | @@ -329,7 +329,7 @@ |
| 329 | </if> | 329 | </if> |
| 330 | </update> | 330 | </update> |
| 331 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.ParamConfig"> | 331 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.ParamConfig"> |
| 332 | - update ICLEARIMP.T_SYS_PARAM_CONFIG | 332 | + update iclconnect.T_SYS_PARAM_CONFIG |
| 333 | <set> | 333 | <set> |
| 334 | <if test="code != null"> | 334 | <if test="code != null"> |
| 335 | CODE = #{code,jdbcType=VARCHAR}, | 335 | CODE = #{code,jdbcType=VARCHAR}, |
| ... | @@ -383,7 +383,7 @@ | ... | @@ -383,7 +383,7 @@ |
| 383 | where ID = #{id,jdbcType=NUMERIC} | 383 | where ID = #{id,jdbcType=NUMERIC} |
| 384 | </update> | 384 | </update> |
| 385 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.ParamConfig"> | 385 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.ParamConfig"> |
| 386 | - update ICLEARIMP.T_SYS_PARAM_CONFIG | 386 | + update iclconnect.T_SYS_PARAM_CONFIG |
| 387 | set CODE = #{code,jdbcType=VARCHAR}, | 387 | set CODE = #{code,jdbcType=VARCHAR}, |
| 388 | NAME = #{name,jdbcType=VARCHAR}, | 388 | NAME = #{name,jdbcType=VARCHAR}, |
| 389 | VALUE = #{value,jdbcType=VARCHAR}, | 389 | VALUE = #{value,jdbcType=VARCHAR}, | ... | ... |
| ... | @@ -99,7 +99,7 @@ | ... | @@ -99,7 +99,7 @@ |
| 99 | </if> | 99 | </if> |
| 100 | 'true' as QUERYID, | 100 | 'true' as QUERYID, |
| 101 | <include refid="Base_Column_List" /> | 101 | <include refid="Base_Column_List" /> |
| 102 | - from ICLEARIMP.T_SYS_USER | 102 | + from iclconnect.T_SYS_USER |
| 103 | <if test="_parameter != null"> | 103 | <if test="_parameter != null"> |
| 104 | <include refid="Example_Where_Clause" /> | 104 | <include refid="Example_Where_Clause" /> |
| 105 | </if> | 105 | </if> |
| ... | @@ -111,15 +111,15 @@ | ... | @@ -111,15 +111,15 @@ |
| 111 | <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> | 111 | <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> |
| 112 | select | 112 | select |
| 113 | <include refid="Base_Column_List" /> | 113 | <include refid="Base_Column_List" /> |
| 114 | - from ICLEARIMP.T_SYS_USER | 114 | + from iclconnect.T_SYS_USER |
| 115 | where ID = #{id,jdbcType=NUMERIC} | 115 | where ID = #{id,jdbcType=NUMERIC} |
| 116 | </select> | 116 | </select> |
| 117 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> | 117 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> |
| 118 | - delete from ICLEARIMP.T_SYS_USER | 118 | + delete from iclconnect.T_SYS_USER |
| 119 | where ID = #{id,jdbcType=NUMERIC} | 119 | where ID = #{id,jdbcType=NUMERIC} |
| 120 | </delete> | 120 | </delete> |
| 121 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.UserExample"> | 121 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.UserExample"> |
| 122 | - delete from ICLEARIMP.T_SYS_USER | 122 | + delete from iclconnect.T_SYS_USER |
| 123 | <if test="_parameter != null"> | 123 | <if test="_parameter != null"> |
| 124 | <include refid="Example_Where_Clause" /> | 124 | <include refid="Example_Where_Clause" /> |
| 125 | </if> | 125 | </if> |
| ... | @@ -128,7 +128,7 @@ | ... | @@ -128,7 +128,7 @@ |
| 128 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 128 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 129 | SELECT SEQ_T_SYS_USER.NEXTVAL FROM DUAL | 129 | SELECT SEQ_T_SYS_USER.NEXTVAL FROM DUAL |
| 130 | </selectKey> | 130 | </selectKey> |
| 131 | - insert into ICLEARIMP.T_SYS_USER (ID, LOGIN_NAME, USER_NAME, | 131 | + insert into iclconnect.T_SYS_USER (ID, LOGIN_NAME, USER_NAME, |
| 132 | PASSWORD, USER_UUID, EMAIL, | 132 | PASSWORD, USER_UUID, EMAIL, |
| 133 | PHONE, COMPANY_NAME, ACCOUNT_NO, | 133 | PHONE, COMPANY_NAME, ACCOUNT_NO, |
| 134 | UNIFIED_BUSINESS_NUM, CUSTOMS_SERIAL_NUM, TYPE_CODE, | 134 | UNIFIED_BUSINESS_NUM, CUSTOMS_SERIAL_NUM, TYPE_CODE, |
| ... | @@ -151,7 +151,7 @@ | ... | @@ -151,7 +151,7 @@ |
| 151 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 151 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 152 | SELECT SEQ_T_SYS_USER.NEXTVAL FROM DUAL | 152 | SELECT SEQ_T_SYS_USER.NEXTVAL FROM DUAL |
| 153 | </selectKey> | 153 | </selectKey> |
| 154 | - insert into ICLEARIMP.T_SYS_USER | 154 | + insert into iclconnect.T_SYS_USER |
| 155 | <trim prefix="(" suffix=")" suffixOverrides=","> | 155 | <trim prefix="(" suffix=")" suffixOverrides=","> |
| 156 | ID, | 156 | ID, |
| 157 | <if test="loginName != null"> | 157 | <if test="loginName != null"> |
| ... | @@ -298,13 +298,13 @@ | ... | @@ -298,13 +298,13 @@ |
| 298 | </trim> | 298 | </trim> |
| 299 | </insert> | 299 | </insert> |
| 300 | <select id="countByExample" parameterType="com.fedex.connect.common.model.sys.UserExample" resultType="java.lang.Long"> | 300 | <select id="countByExample" parameterType="com.fedex.connect.common.model.sys.UserExample" resultType="java.lang.Long"> |
| 301 | - select count(*) from ICLEARIMP.T_SYS_USER | 301 | + select count(*) from iclconnect.T_SYS_USER |
| 302 | <if test="_parameter != null"> | 302 | <if test="_parameter != null"> |
| 303 | <include refid="Example_Where_Clause" /> | 303 | <include refid="Example_Where_Clause" /> |
| 304 | </if> | 304 | </if> |
| 305 | </select> | 305 | </select> |
| 306 | <update id="updateByExampleSelective" parameterType="map"> | 306 | <update id="updateByExampleSelective" parameterType="map"> |
| 307 | - update ICLEARIMP.T_SYS_USER | 307 | + update iclconnect.T_SYS_USER |
| 308 | <set> | 308 | <set> |
| 309 | <if test="record.id != null"> | 309 | <if test="record.id != null"> |
| 310 | ID = #{record.id,jdbcType=NUMERIC}, | 310 | ID = #{record.id,jdbcType=NUMERIC}, |
| ... | @@ -384,7 +384,7 @@ | ... | @@ -384,7 +384,7 @@ |
| 384 | </if> | 384 | </if> |
| 385 | </update> | 385 | </update> |
| 386 | <update id="updateByExample" parameterType="map"> | 386 | <update id="updateByExample" parameterType="map"> |
| 387 | - update ICLEARIMP.T_SYS_USER | 387 | + update iclconnect.T_SYS_USER |
| 388 | set ID = #{record.id,jdbcType=NUMERIC}, | 388 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 389 | LOGIN_NAME = #{record.loginName,jdbcType=VARCHAR}, | 389 | LOGIN_NAME = #{record.loginName,jdbcType=VARCHAR}, |
| 390 | USER_NAME = #{record.userName,jdbcType=VARCHAR}, | 390 | USER_NAME = #{record.userName,jdbcType=VARCHAR}, |
| ... | @@ -414,7 +414,7 @@ | ... | @@ -414,7 +414,7 @@ |
| 414 | </if> | 414 | </if> |
| 415 | </update> | 415 | </update> |
| 416 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.User"> | 416 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.User"> |
| 417 | - update ICLEARIMP.T_SYS_USER | 417 | + update iclconnect.T_SYS_USER |
| 418 | <set> | 418 | <set> |
| 419 | <if test="loginName != null"> | 419 | <if test="loginName != null"> |
| 420 | LOGIN_NAME = #{loginName,jdbcType=VARCHAR}, | 420 | LOGIN_NAME = #{loginName,jdbcType=VARCHAR}, |
| ... | @@ -489,7 +489,7 @@ | ... | @@ -489,7 +489,7 @@ |
| 489 | where ID = #{id,jdbcType=NUMERIC} | 489 | where ID = #{id,jdbcType=NUMERIC} |
| 490 | </update> | 490 | </update> |
| 491 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.User"> | 491 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.User"> |
| 492 | - update ICLEARIMP.T_SYS_USER | 492 | + update iclconnect.T_SYS_USER |
| 493 | set LOGIN_NAME = #{loginName,jdbcType=VARCHAR}, | 493 | set LOGIN_NAME = #{loginName,jdbcType=VARCHAR}, |
| 494 | USER_NAME = #{userName,jdbcType=VARCHAR}, | 494 | USER_NAME = #{userName,jdbcType=VARCHAR}, |
| 495 | PASSWORD = #{password,jdbcType=VARCHAR}, | 495 | PASSWORD = #{password,jdbcType=VARCHAR}, | ... | ... |
| ... | @@ -83,7 +83,7 @@ | ... | @@ -83,7 +83,7 @@ |
| 83 | </if> | 83 | </if> |
| 84 | 'true' as QUERYID, | 84 | 'true' as QUERYID, |
| 85 | <include refid="Base_Column_List" /> | 85 | <include refid="Base_Column_List" /> |
| 86 | - from ICLEARIMP.T_SYS_USER_ROLE | 86 | + from iclconnect.T_SYS_USER_ROLE |
| 87 | <if test="_parameter != null"> | 87 | <if test="_parameter != null"> |
| 88 | <include refid="Example_Where_Clause" /> | 88 | <include refid="Example_Where_Clause" /> |
| 89 | </if> | 89 | </if> |
| ... | @@ -95,15 +95,15 @@ | ... | @@ -95,15 +95,15 @@ |
| 95 | <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> | 95 | <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> |
| 96 | select | 96 | select |
| 97 | <include refid="Base_Column_List" /> | 97 | <include refid="Base_Column_List" /> |
| 98 | - from ICLEARIMP.T_SYS_USER_ROLE | 98 | + from iclconnect.T_SYS_USER_ROLE |
| 99 | where ID = #{id,jdbcType=NUMERIC} | 99 | where ID = #{id,jdbcType=NUMERIC} |
| 100 | </select> | 100 | </select> |
| 101 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> | 101 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> |
| 102 | - delete from ICLEARIMP.T_SYS_USER_ROLE | 102 | + delete from iclconnect.T_SYS_USER_ROLE |
| 103 | where ID = #{id,jdbcType=NUMERIC} | 103 | where ID = #{id,jdbcType=NUMERIC} |
| 104 | </delete> | 104 | </delete> |
| 105 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.UserRoleExample"> | 105 | <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.UserRoleExample"> |
| 106 | - delete from ICLEARIMP.T_SYS_USER_ROLE | 106 | + delete from iclconnect.T_SYS_USER_ROLE |
| 107 | <if test="_parameter != null"> | 107 | <if test="_parameter != null"> |
| 108 | <include refid="Example_Where_Clause" /> | 108 | <include refid="Example_Where_Clause" /> |
| 109 | </if> | 109 | </if> |
| ... | @@ -112,7 +112,7 @@ | ... | @@ -112,7 +112,7 @@ |
| 112 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 112 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 113 | SELECT SEQ_T_SYS_USER_ROLE.NEXTVAL FROM DUAL | 113 | SELECT SEQ_T_SYS_USER_ROLE.NEXTVAL FROM DUAL |
| 114 | </selectKey> | 114 | </selectKey> |
| 115 | - insert into ICLEARIMP.T_SYS_USER_ROLE (ID, USER_ID, ROLE_ID, | 115 | + insert into iclconnect.T_SYS_USER_ROLE (ID, USER_ID, ROLE_ID, |
| 116 | STATUS, CREATE_TIME, CREATE_USER_ID, | 116 | STATUS, CREATE_TIME, CREATE_USER_ID, |
| 117 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, | 117 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, |
| 118 | MODIFY_USER_NAME) | 118 | MODIFY_USER_NAME) |
| ... | @@ -125,7 +125,7 @@ | ... | @@ -125,7 +125,7 @@ |
| 125 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 125 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 126 | SELECT SEQ_T_SYS_USER_ROLE.NEXTVAL FROM DUAL | 126 | SELECT SEQ_T_SYS_USER_ROLE.NEXTVAL FROM DUAL |
| 127 | </selectKey> | 127 | </selectKey> |
| 128 | - insert into ICLEARIMP.T_SYS_USER_ROLE | 128 | + insert into iclconnect.T_SYS_USER_ROLE |
| 129 | <trim prefix="(" suffix=")" suffixOverrides=","> | 129 | <trim prefix="(" suffix=")" suffixOverrides=","> |
| 130 | ID, | 130 | ID, |
| 131 | <if test="userId != null"> | 131 | <if test="userId != null"> |
| ... | @@ -188,13 +188,13 @@ | ... | @@ -188,13 +188,13 @@ |
| 188 | </trim> | 188 | </trim> |
| 189 | </insert> | 189 | </insert> |
| 190 | <select id="countByExample" parameterType="com.fedex.connect.common.model.sys.UserRoleExample" resultType="java.lang.Long"> | 190 | <select id="countByExample" parameterType="com.fedex.connect.common.model.sys.UserRoleExample" resultType="java.lang.Long"> |
| 191 | - select count(*) from ICLEARIMP.T_SYS_USER_ROLE | 191 | + select count(*) from iclconnect.T_SYS_USER_ROLE |
| 192 | <if test="_parameter != null"> | 192 | <if test="_parameter != null"> |
| 193 | <include refid="Example_Where_Clause" /> | 193 | <include refid="Example_Where_Clause" /> |
| 194 | </if> | 194 | </if> |
| 195 | </select> | 195 | </select> |
| 196 | <update id="updateByExampleSelective" parameterType="map"> | 196 | <update id="updateByExampleSelective" parameterType="map"> |
| 197 | - update ICLEARIMP.T_SYS_USER_ROLE | 197 | + update iclconnect.T_SYS_USER_ROLE |
| 198 | <set> | 198 | <set> |
| 199 | <if test="record.id != null"> | 199 | <if test="record.id != null"> |
| 200 | ID = #{record.id,jdbcType=NUMERIC}, | 200 | ID = #{record.id,jdbcType=NUMERIC}, |
| ... | @@ -232,7 +232,7 @@ | ... | @@ -232,7 +232,7 @@ |
| 232 | </if> | 232 | </if> |
| 233 | </update> | 233 | </update> |
| 234 | <update id="updateByExample" parameterType="map"> | 234 | <update id="updateByExample" parameterType="map"> |
| 235 | - update ICLEARIMP.T_SYS_USER_ROLE | 235 | + update iclconnect.T_SYS_USER_ROLE |
| 236 | set ID = #{record.id,jdbcType=NUMERIC}, | 236 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 237 | USER_ID = #{record.userId,jdbcType=NUMERIC}, | 237 | USER_ID = #{record.userId,jdbcType=NUMERIC}, |
| 238 | ROLE_ID = #{record.roleId,jdbcType=NUMERIC}, | 238 | ROLE_ID = #{record.roleId,jdbcType=NUMERIC}, |
| ... | @@ -248,7 +248,7 @@ | ... | @@ -248,7 +248,7 @@ |
| 248 | </if> | 248 | </if> |
| 249 | </update> | 249 | </update> |
| 250 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.UserRole"> | 250 | <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.UserRole"> |
| 251 | - update ICLEARIMP.T_SYS_USER_ROLE | 251 | + update iclconnect.T_SYS_USER_ROLE |
| 252 | <set> | 252 | <set> |
| 253 | <if test="userId != null"> | 253 | <if test="userId != null"> |
| 254 | USER_ID = #{userId,jdbcType=NUMERIC}, | 254 | USER_ID = #{userId,jdbcType=NUMERIC}, |
| ... | @@ -281,7 +281,7 @@ | ... | @@ -281,7 +281,7 @@ |
| 281 | where ID = #{id,jdbcType=NUMERIC} | 281 | where ID = #{id,jdbcType=NUMERIC} |
| 282 | </update> | 282 | </update> |
| 283 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.UserRole"> | 283 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.UserRole"> |
| 284 | - update ICLEARIMP.T_SYS_USER_ROLE | 284 | + update iclconnect.T_SYS_USER_ROLE |
| 285 | set USER_ID = #{userId,jdbcType=NUMERIC}, | 285 | set USER_ID = #{userId,jdbcType=NUMERIC}, |
| 286 | ROLE_ID = #{roleId,jdbcType=NUMERIC}, | 286 | ROLE_ID = #{roleId,jdbcType=NUMERIC}, |
| 287 | STATUS = #{status,jdbcType=NUMERIC}, | 287 | STATUS = #{status,jdbcType=NUMERIC}, | ... | ... |
| ... | @@ -9,7 +9,7 @@ import java.util.Date; | ... | @@ -9,7 +9,7 @@ import java.util.Date; |
| 9 | 9 | ||
| 10 | /** | 10 | /** |
| 11 | * DESC: CE501报文业务表,增加需要加密标志 | 11 | * DESC: CE501报文业务表,增加需要加密标志 |
| 12 | - * TABLE: ICLEARIMP.T_BIZ_CE_INFO | 12 | + * TABLE: iclconnect.T_BIZ_CE_INFO |
| 13 | */ | 13 | */ |
| 14 | @SensitiveEntity | 14 | @SensitiveEntity |
| 15 | public class CeInfo implements Serializable { | 15 | public class CeInfo implements Serializable { | ... | ... |
| ... | @@ -5,7 +5,7 @@ import java.util.Date; | ... | @@ -5,7 +5,7 @@ import java.util.Date; |
| 5 | 5 | ||
| 6 | /** | 6 | /** |
| 7 | * DESC: 用户运单关系映射表 | 7 | * DESC: 用户运单关系映射表 |
| 8 | - * TABLE: ICLEARIMP.T_BIZ_USER_CONSIGNMENT_MAPPING | 8 | + * TABLE: iclconnect.T_BIZ_USER_CONSIGNMENT_MAPPING |
| 9 | */ | 9 | */ |
| 10 | public class UserConsignmentMapping implements Serializable { | 10 | public class UserConsignmentMapping implements Serializable { |
| 11 | /** | 11 | /** | ... | ... |
| ... | @@ -5,7 +5,7 @@ import java.util.Date; | ... | @@ -5,7 +5,7 @@ import java.util.Date; |
| 5 | 5 | ||
| 6 | /** | 6 | /** |
| 7 | * DESC: 操作日志 | 7 | * DESC: 操作日志 |
| 8 | - * TABLE: ICLEARIMP.T_LOG_OPERATION | 8 | + * TABLE: iclconnect.T_LOG_OPERATION |
| 9 | */ | 9 | */ |
| 10 | public class Operation implements Serializable { | 10 | public class Operation implements Serializable { |
| 11 | /** | 11 | /** | ... | ... |
| ... | @@ -4,7 +4,7 @@ import java.io.Serializable; | ... | @@ -4,7 +4,7 @@ import java.io.Serializable; |
| 4 | 4 | ||
| 5 | /** | 5 | /** |
| 6 | * DESC: 操作日志 | 6 | * DESC: 操作日志 |
| 7 | - * TABLE: ICLEARIMP.T_LOG_OPERATION | 7 | + * TABLE: iclconnect.T_LOG_OPERATION |
| 8 | */ | 8 | */ |
| 9 | public class OperationWithBLOBs extends Operation implements Serializable { | 9 | public class OperationWithBLOBs extends Operation implements Serializable { |
| 10 | /** | 10 | /** | ... | ... |
| ... | @@ -5,7 +5,7 @@ import java.util.Date; | ... | @@ -5,7 +5,7 @@ import java.util.Date; |
| 5 | 5 | ||
| 6 | /** | 6 | /** |
| 7 | * DESC: KAFKA数据历史表 | 7 | * DESC: KAFKA数据历史表 |
| 8 | - * TABLE: ICLEARIMP.T_SYS_KAFKA_STORAGE_HISTORY | 8 | + * TABLE: iclconnect.T_SYS_KAFKA_STORAGE_HISTORY |
| 9 | */ | 9 | */ |
| 10 | public class KafkaStorageHistory implements Serializable { | 10 | public class KafkaStorageHistory implements Serializable { |
| 11 | /** | 11 | /** | ... | ... |
| ... | @@ -5,7 +5,7 @@ import java.util.Date; | ... | @@ -5,7 +5,7 @@ import java.util.Date; |
| 5 | 5 | ||
| 6 | /** | 6 | /** |
| 7 | * DESC: KAFKA临时表 | 7 | * DESC: KAFKA临时表 |
| 8 | - * TABLE: ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE | 8 | + * TABLE: iclconnect.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 9 | */ | 9 | */ |
| 10 | public class KafkaTemporaryStorage implements Serializable { | 10 | public class KafkaTemporaryStorage implements Serializable { |
| 11 | /** | 11 | /** | ... | ... |
| ... | @@ -5,7 +5,7 @@ import java.util.Date; | ... | @@ -5,7 +5,7 @@ import java.util.Date; |
| 5 | 5 | ||
| 6 | /** | 6 | /** |
| 7 | * DESC: 系统参数配置表 | 7 | * DESC: 系统参数配置表 |
| 8 | - * TABLE: ICLEARIMP.T_SYS_PARAM_CONFIG | 8 | + * TABLE: iclconnect.T_SYS_PARAM_CONFIG |
| 9 | */ | 9 | */ |
| 10 | public class ParamConfig implements Serializable { | 10 | public class ParamConfig implements Serializable { |
| 11 | /** | 11 | /** | ... | ... |
| ... | @@ -8,7 +8,7 @@ import java.util.Date; | ... | @@ -8,7 +8,7 @@ import java.util.Date; |
| 8 | 8 | ||
| 9 | /** | 9 | /** |
| 10 | * DESC: 用户表 | 10 | * DESC: 用户表 |
| 11 | - * TABLE: ICLEARIMP.T_SYS_USER | 11 | + * TABLE: iclconnect.T_SYS_USER |
| 12 | */ | 12 | */ |
| 13 | @SensitiveEntity | 13 | @SensitiveEntity |
| 14 | public class User implements Serializable { | 14 | public class User implements Serializable { | ... | ... |
| ... | @@ -5,7 +5,7 @@ import java.util.Date; | ... | @@ -5,7 +5,7 @@ import java.util.Date; |
| 5 | 5 | ||
| 6 | /** | 6 | /** |
| 7 | * DESC: 用户角色表 | 7 | * DESC: 用户角色表 |
| 8 | - * TABLE: ICLEARIMP.T_SYS_USER_ROLE | 8 | + * TABLE: iclconnect.T_SYS_USER_ROLE |
| 9 | */ | 9 | */ |
| 10 | public class UserRole implements Serializable { | 10 | public class UserRole implements Serializable { |
| 11 | /** | 11 | /** | ... | ... |
-
Please register or login to post a comment