Showing
51 changed files
with
879 additions
and
745 deletions
| ... | @@ -2,9 +2,8 @@ package com.fedex.connect.common.dao.bi; | ... | @@ -2,9 +2,8 @@ package com.fedex.connect.common.dao.bi; |
| 2 | 2 | ||
| 3 | import com.fedex.connect.common.model.bi.PortclearEmailMapping; | 3 | import com.fedex.connect.common.model.bi.PortclearEmailMapping; |
| 4 | import com.fedex.connect.common.model.bi.PortclearEmailMappingExample; | 4 | import com.fedex.connect.common.model.bi.PortclearEmailMappingExample; |
| 5 | -import org.apache.ibatis.annotations.Param; | ||
| 6 | - | ||
| 7 | import java.util.List; | 5 | import java.util.List; |
| 6 | +import org.apache.ibatis.annotations.Param; | ||
| 8 | 7 | ||
| 9 | public interface PortclearEmailMappingMapper { | 8 | public interface PortclearEmailMappingMapper { |
| 10 | long countByExample(PortclearEmailMappingExample example); | 9 | long countByExample(PortclearEmailMappingExample example); | ... | ... |
| ... | @@ -2,9 +2,8 @@ package com.fedex.connect.common.dao.log; | ... | @@ -2,9 +2,8 @@ package com.fedex.connect.common.dao.log; |
| 2 | 2 | ||
| 3 | import com.fedex.connect.common.model.log.EmailHistory; | 3 | import com.fedex.connect.common.model.log.EmailHistory; |
| 4 | import com.fedex.connect.common.model.log.EmailHistoryExample; | 4 | import com.fedex.connect.common.model.log.EmailHistoryExample; |
| 5 | -import org.apache.ibatis.annotations.Param; | ||
| 6 | - | ||
| 7 | import java.util.List; | 5 | import java.util.List; |
| 6 | +import org.apache.ibatis.annotations.Param; | ||
| 8 | 7 | ||
| 9 | public interface EmailHistoryMapper { | 8 | public interface EmailHistoryMapper { |
| 10 | long countByExample(EmailHistoryExample example); | 9 | long countByExample(EmailHistoryExample example); | ... | ... |
| ... | @@ -2,9 +2,8 @@ package com.fedex.connect.common.dao.log; | ... | @@ -2,9 +2,8 @@ package com.fedex.connect.common.dao.log; |
| 2 | 2 | ||
| 3 | import com.fedex.connect.common.model.log.UserLoginInfo; | 3 | import com.fedex.connect.common.model.log.UserLoginInfo; |
| 4 | import com.fedex.connect.common.model.log.UserLoginInfoExample; | 4 | import com.fedex.connect.common.model.log.UserLoginInfoExample; |
| 5 | -import org.apache.ibatis.annotations.Param; | ||
| 6 | - | ||
| 7 | import java.util.List; | 5 | import java.util.List; |
| 6 | +import org.apache.ibatis.annotations.Param; | ||
| 8 | 7 | ||
| 9 | public interface UserLoginInfoMapper { | 8 | public interface UserLoginInfoMapper { |
| 10 | long countByExample(UserLoginInfoExample example); | 9 | long countByExample(UserLoginInfoExample example); | ... | ... |
| ... | @@ -2,9 +2,8 @@ package com.fedex.connect.common.dao.sys; | ... | @@ -2,9 +2,8 @@ package com.fedex.connect.common.dao.sys; |
| 2 | 2 | ||
| 3 | import com.fedex.connect.common.model.sys.Privilege; | 3 | import com.fedex.connect.common.model.sys.Privilege; |
| 4 | import com.fedex.connect.common.model.sys.PrivilegeExample; | 4 | import com.fedex.connect.common.model.sys.PrivilegeExample; |
| 5 | -import org.apache.ibatis.annotations.Param; | ||
| 6 | - | ||
| 7 | import java.util.List; | 5 | import java.util.List; |
| 6 | +import org.apache.ibatis.annotations.Param; | ||
| 8 | 7 | ||
| 9 | public interface PrivilegeMapper { | 8 | public interface PrivilegeMapper { |
| 10 | long countByExample(PrivilegeExample example); | 9 | long countByExample(PrivilegeExample example); | ... | ... |
server/common-dao/src/main/java/com/fedex/connect/common/dao/sys/RedisSlabMapper.java
deleted
100644 → 0
| 1 | -package com.fedex.connect.common.dao.sys; | ||
| 2 | - | ||
| 3 | -import com.fedex.connect.common.model.sys.RedisSlab; | ||
| 4 | -import com.fedex.connect.common.model.sys.RedisSlabExample; | ||
| 5 | -import org.apache.ibatis.annotations.Param; | ||
| 6 | - | ||
| 7 | -import java.util.List; | ||
| 8 | - | ||
| 9 | -public interface RedisSlabMapper { | ||
| 10 | - long countByExample(RedisSlabExample example); | ||
| 11 | - | ||
| 12 | - int deleteByExample(RedisSlabExample example); | ||
| 13 | - | ||
| 14 | - int deleteByPrimaryKey(Long id); | ||
| 15 | - | ||
| 16 | - int insert(RedisSlab record); | ||
| 17 | - | ||
| 18 | - int insertSelective(RedisSlab record); | ||
| 19 | - | ||
| 20 | - List<RedisSlab> selectByExample(RedisSlabExample example); | ||
| 21 | - | ||
| 22 | - RedisSlab selectByPrimaryKey(Long id); | ||
| 23 | - | ||
| 24 | - int updateByExampleSelective(@Param("record") RedisSlab record, @Param("example") RedisSlabExample example); | ||
| 25 | - | ||
| 26 | - int updateByExample(@Param("record") RedisSlab record, @Param("example") RedisSlabExample example); | ||
| 27 | - | ||
| 28 | - int updateByPrimaryKeySelective(RedisSlab record); | ||
| 29 | - | ||
| 30 | - int updateByPrimaryKey(RedisSlab record); | ||
| 31 | -} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| ... | @@ -2,9 +2,8 @@ package com.fedex.connect.common.dao.sys; | ... | @@ -2,9 +2,8 @@ package com.fedex.connect.common.dao.sys; |
| 2 | 2 | ||
| 3 | import com.fedex.connect.common.model.sys.Role; | 3 | import com.fedex.connect.common.model.sys.Role; |
| 4 | import com.fedex.connect.common.model.sys.RoleExample; | 4 | import com.fedex.connect.common.model.sys.RoleExample; |
| 5 | -import org.apache.ibatis.annotations.Param; | ||
| 6 | - | ||
| 7 | import java.util.List; | 5 | import java.util.List; |
| 6 | +import org.apache.ibatis.annotations.Param; | ||
| 8 | 7 | ||
| 9 | public interface RoleMapper { | 8 | public interface RoleMapper { |
| 10 | long countByExample(RoleExample example); | 9 | long countByExample(RoleExample example); | ... | ... |
| 1 | +package com.fedex.connect.common.dao.sys; | ||
| 2 | + | ||
| 3 | +import com.fedex.connect.common.model.sys.redisSlab; | ||
| 4 | +import com.fedex.connect.common.model.sys.redisSlabExample; | ||
| 5 | +import java.util.List; | ||
| 6 | +import org.apache.ibatis.annotations.Param; | ||
| 7 | + | ||
| 8 | +public interface redisSlabMapper { | ||
| 9 | + long countByExample(redisSlabExample example); | ||
| 10 | + | ||
| 11 | + int deleteByExample(redisSlabExample example); | ||
| 12 | + | ||
| 13 | + int deleteByPrimaryKey(Long id); | ||
| 14 | + | ||
| 15 | + int insert(redisSlab record); | ||
| 16 | + | ||
| 17 | + int insertSelective(redisSlab record); | ||
| 18 | + | ||
| 19 | + List<redisSlab> selectByExample(redisSlabExample example); | ||
| 20 | + | ||
| 21 | + redisSlab selectByPrimaryKey(Long id); | ||
| 22 | + | ||
| 23 | + int updateByExampleSelective(@Param("record") redisSlab record, @Param("example") redisSlabExample example); | ||
| 24 | + | ||
| 25 | + int updateByExample(@Param("record") redisSlab record, @Param("example") redisSlabExample example); | ||
| 26 | + | ||
| 27 | + int updateByPrimaryKeySelective(redisSlab record); | ||
| 28 | + | ||
| 29 | + int updateByPrimaryKey(redisSlab record); | ||
| 30 | +} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
| ... | @@ -8,9 +8,9 @@ | ... | @@ -8,9 +8,9 @@ |
| 8 | <result column="TO_ADDRESS" jdbcType="VARCHAR" property="toAddress" /> | 8 | <result column="TO_ADDRESS" jdbcType="VARCHAR" property="toAddress" /> |
| 9 | <result column="CC_ADDRESS" jdbcType="VARCHAR" property="ccAddress" /> | 9 | <result column="CC_ADDRESS" jdbcType="VARCHAR" property="ccAddress" /> |
| 10 | <result column="SUBJECT" jdbcType="VARCHAR" property="subject" /> | 10 | <result column="SUBJECT" jdbcType="VARCHAR" property="subject" /> |
| 11 | - <result column="TYPE_ID" jdbcType="NUMERIC" property="typeId" /> | 11 | + <result column="TYPE_CODE" jdbcType="VARCHAR" property="typeCode" /> |
| 12 | <result column="TYPE_NAME" jdbcType="VARCHAR" property="typeName" /> | 12 | <result column="TYPE_NAME" jdbcType="VARCHAR" property="typeName" /> |
| 13 | - <result column="STATUS_ID" jdbcType="NUMERIC" property="statusId" /> | 13 | + <result column="STATUS_CODE" jdbcType="VARCHAR" property="statusCode" /> |
| 14 | <result column="STATUS_NAME" jdbcType="VARCHAR" property="statusName" /> | 14 | <result column="STATUS_NAME" jdbcType="VARCHAR" property="statusName" /> |
| 15 | <result column="SEND_NUM" jdbcType="NUMERIC" property="sendNum" /> | 15 | <result column="SEND_NUM" jdbcType="NUMERIC" property="sendNum" /> |
| 16 | <result column="SEND_TIME" jdbcType="TIMESTAMP" property="sendTime" /> | 16 | <result column="SEND_TIME" jdbcType="TIMESTAMP" property="sendTime" /> |
| ... | @@ -83,7 +83,7 @@ | ... | @@ -83,7 +83,7 @@ |
| 83 | </where> | 83 | </where> |
| 84 | </sql> | 84 | </sql> |
| 85 | <sql id="Base_Column_List"> | 85 | <sql id="Base_Column_List"> |
| 86 | - ID, BIZ_ID, BIZ_CODE, TO_ADDRESS, CC_ADDRESS, SUBJECT, TYPE_ID, TYPE_NAME, STATUS_ID, | 86 | + ID, BIZ_ID, BIZ_CODE, TO_ADDRESS, CC_ADDRESS, SUBJECT, TYPE_CODE, TYPE_NAME, STATUS_CODE, |
| 87 | STATUS_NAME, SEND_NUM, SEND_TIME, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, | 87 | STATUS_NAME, SEND_NUM, SEND_TIME, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, |
| 88 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME | 88 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME |
| 89 | </sql> | 89 | </sql> |
| ... | @@ -148,14 +148,14 @@ | ... | @@ -148,14 +148,14 @@ |
| 148 | </selectKey> | 148 | </selectKey> |
| 149 | insert into T_BIZ_EMAIL (ID, BIZ_ID, BIZ_CODE, | 149 | insert into T_BIZ_EMAIL (ID, BIZ_ID, BIZ_CODE, |
| 150 | TO_ADDRESS, CC_ADDRESS, SUBJECT, | 150 | TO_ADDRESS, CC_ADDRESS, SUBJECT, |
| 151 | - TYPE_ID, TYPE_NAME, STATUS_ID, | 151 | + TYPE_CODE, TYPE_NAME, STATUS_CODE, |
| 152 | STATUS_NAME, SEND_NUM, SEND_TIME, | 152 | STATUS_NAME, SEND_NUM, SEND_TIME, |
| 153 | CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, | 153 | CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, |
| 154 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME, | 154 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME, |
| 155 | BODY) | 155 | BODY) |
| 156 | values (#{id,jdbcType=NUMERIC}, #{bizId,jdbcType=NUMERIC}, #{bizCode,jdbcType=VARCHAR}, | 156 | values (#{id,jdbcType=NUMERIC}, #{bizId,jdbcType=NUMERIC}, #{bizCode,jdbcType=VARCHAR}, |
| 157 | #{toAddress,jdbcType=VARCHAR}, #{ccAddress,jdbcType=VARCHAR}, #{subject,jdbcType=VARCHAR}, | 157 | #{toAddress,jdbcType=VARCHAR}, #{ccAddress,jdbcType=VARCHAR}, #{subject,jdbcType=VARCHAR}, |
| 158 | - #{typeId,jdbcType=NUMERIC}, #{typeName,jdbcType=VARCHAR}, #{statusId,jdbcType=NUMERIC}, | 158 | + #{typeCode,jdbcType=VARCHAR}, #{typeName,jdbcType=VARCHAR}, #{statusCode,jdbcType=VARCHAR}, |
| 159 | #{statusName,jdbcType=VARCHAR}, #{sendNum,jdbcType=NUMERIC}, #{sendTime,jdbcType=TIMESTAMP}, | 159 | #{statusName,jdbcType=VARCHAR}, #{sendNum,jdbcType=NUMERIC}, #{sendTime,jdbcType=TIMESTAMP}, |
| 160 | #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, | 160 | #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, |
| 161 | #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}, | 161 | #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}, |
| ... | @@ -183,14 +183,14 @@ | ... | @@ -183,14 +183,14 @@ |
| 183 | <if test="subject != null"> | 183 | <if test="subject != null"> |
| 184 | SUBJECT, | 184 | SUBJECT, |
| 185 | </if> | 185 | </if> |
| 186 | - <if test="typeId != null"> | 186 | + <if test="typeCode != null"> |
| 187 | - TYPE_ID, | 187 | + TYPE_CODE, |
| 188 | </if> | 188 | </if> |
| 189 | <if test="typeName != null"> | 189 | <if test="typeName != null"> |
| 190 | TYPE_NAME, | 190 | TYPE_NAME, |
| 191 | </if> | 191 | </if> |
| 192 | - <if test="statusId != null"> | 192 | + <if test="statusCode != null"> |
| 193 | - STATUS_ID, | 193 | + STATUS_CODE, |
| 194 | </if> | 194 | </if> |
| 195 | <if test="statusName != null"> | 195 | <if test="statusName != null"> |
| 196 | STATUS_NAME, | 196 | STATUS_NAME, |
| ... | @@ -240,14 +240,14 @@ | ... | @@ -240,14 +240,14 @@ |
| 240 | <if test="subject != null"> | 240 | <if test="subject != null"> |
| 241 | #{subject,jdbcType=VARCHAR}, | 241 | #{subject,jdbcType=VARCHAR}, |
| 242 | </if> | 242 | </if> |
| 243 | - <if test="typeId != null"> | 243 | + <if test="typeCode != null"> |
| 244 | - #{typeId,jdbcType=NUMERIC}, | 244 | + #{typeCode,jdbcType=VARCHAR}, |
| 245 | </if> | 245 | </if> |
| 246 | <if test="typeName != null"> | 246 | <if test="typeName != null"> |
| 247 | #{typeName,jdbcType=VARCHAR}, | 247 | #{typeName,jdbcType=VARCHAR}, |
| 248 | </if> | 248 | </if> |
| 249 | - <if test="statusId != null"> | 249 | + <if test="statusCode != null"> |
| 250 | - #{statusId,jdbcType=NUMERIC}, | 250 | + #{statusCode,jdbcType=VARCHAR}, |
| 251 | </if> | 251 | </if> |
| 252 | <if test="statusName != null"> | 252 | <if test="statusName != null"> |
| 253 | #{statusName,jdbcType=VARCHAR}, | 253 | #{statusName,jdbcType=VARCHAR}, |
| ... | @@ -308,14 +308,14 @@ | ... | @@ -308,14 +308,14 @@ |
| 308 | <if test="record.subject != null"> | 308 | <if test="record.subject != null"> |
| 309 | SUBJECT = #{record.subject,jdbcType=VARCHAR}, | 309 | SUBJECT = #{record.subject,jdbcType=VARCHAR}, |
| 310 | </if> | 310 | </if> |
| 311 | - <if test="record.typeId != null"> | 311 | + <if test="record.typeCode != null"> |
| 312 | - TYPE_ID = #{record.typeId,jdbcType=NUMERIC}, | 312 | + TYPE_CODE = #{record.typeCode,jdbcType=VARCHAR}, |
| 313 | </if> | 313 | </if> |
| 314 | <if test="record.typeName != null"> | 314 | <if test="record.typeName != null"> |
| 315 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, | 315 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, |
| 316 | </if> | 316 | </if> |
| 317 | - <if test="record.statusId != null"> | 317 | + <if test="record.statusCode != null"> |
| 318 | - STATUS_ID = #{record.statusId,jdbcType=NUMERIC}, | 318 | + STATUS_CODE = #{record.statusCode,jdbcType=VARCHAR}, |
| 319 | </if> | 319 | </if> |
| 320 | <if test="record.statusName != null"> | 320 | <if test="record.statusName != null"> |
| 321 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, | 321 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, |
| ... | @@ -360,9 +360,9 @@ | ... | @@ -360,9 +360,9 @@ |
| 360 | TO_ADDRESS = #{record.toAddress,jdbcType=VARCHAR}, | 360 | TO_ADDRESS = #{record.toAddress,jdbcType=VARCHAR}, |
| 361 | CC_ADDRESS = #{record.ccAddress,jdbcType=VARCHAR}, | 361 | CC_ADDRESS = #{record.ccAddress,jdbcType=VARCHAR}, |
| 362 | SUBJECT = #{record.subject,jdbcType=VARCHAR}, | 362 | SUBJECT = #{record.subject,jdbcType=VARCHAR}, |
| 363 | - TYPE_ID = #{record.typeId,jdbcType=NUMERIC}, | 363 | + TYPE_CODE = #{record.typeCode,jdbcType=VARCHAR}, |
| 364 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, | 364 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, |
| 365 | - STATUS_ID = #{record.statusId,jdbcType=NUMERIC}, | 365 | + STATUS_CODE = #{record.statusCode,jdbcType=VARCHAR}, |
| 366 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, | 366 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, |
| 367 | SEND_NUM = #{record.sendNum,jdbcType=NUMERIC}, | 367 | SEND_NUM = #{record.sendNum,jdbcType=NUMERIC}, |
| 368 | SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP}, | 368 | SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP}, |
| ... | @@ -385,9 +385,9 @@ | ... | @@ -385,9 +385,9 @@ |
| 385 | TO_ADDRESS = #{record.toAddress,jdbcType=VARCHAR}, | 385 | TO_ADDRESS = #{record.toAddress,jdbcType=VARCHAR}, |
| 386 | CC_ADDRESS = #{record.ccAddress,jdbcType=VARCHAR}, | 386 | CC_ADDRESS = #{record.ccAddress,jdbcType=VARCHAR}, |
| 387 | SUBJECT = #{record.subject,jdbcType=VARCHAR}, | 387 | SUBJECT = #{record.subject,jdbcType=VARCHAR}, |
| 388 | - TYPE_ID = #{record.typeId,jdbcType=NUMERIC}, | 388 | + TYPE_CODE = #{record.typeCode,jdbcType=VARCHAR}, |
| 389 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, | 389 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, |
| 390 | - STATUS_ID = #{record.statusId,jdbcType=NUMERIC}, | 390 | + STATUS_CODE = #{record.statusCode,jdbcType=VARCHAR}, |
| 391 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, | 391 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, |
| 392 | SEND_NUM = #{record.sendNum,jdbcType=NUMERIC}, | 392 | SEND_NUM = #{record.sendNum,jdbcType=NUMERIC}, |
| 393 | SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP}, | 393 | SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP}, |
| ... | @@ -419,14 +419,14 @@ | ... | @@ -419,14 +419,14 @@ |
| 419 | <if test="subject != null"> | 419 | <if test="subject != null"> |
| 420 | SUBJECT = #{subject,jdbcType=VARCHAR}, | 420 | SUBJECT = #{subject,jdbcType=VARCHAR}, |
| 421 | </if> | 421 | </if> |
| 422 | - <if test="typeId != null"> | 422 | + <if test="typeCode != null"> |
| 423 | - TYPE_ID = #{typeId,jdbcType=NUMERIC}, | 423 | + TYPE_CODE = #{typeCode,jdbcType=VARCHAR}, |
| 424 | </if> | 424 | </if> |
| 425 | <if test="typeName != null"> | 425 | <if test="typeName != null"> |
| 426 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, | 426 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, |
| 427 | </if> | 427 | </if> |
| 428 | - <if test="statusId != null"> | 428 | + <if test="statusCode != null"> |
| 429 | - STATUS_ID = #{statusId,jdbcType=NUMERIC}, | 429 | + STATUS_CODE = #{statusCode,jdbcType=VARCHAR}, |
| 430 | </if> | 430 | </if> |
| 431 | <if test="statusName != null"> | 431 | <if test="statusName != null"> |
| 432 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, | 432 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, |
| ... | @@ -468,9 +468,9 @@ | ... | @@ -468,9 +468,9 @@ |
| 468 | TO_ADDRESS = #{toAddress,jdbcType=VARCHAR}, | 468 | TO_ADDRESS = #{toAddress,jdbcType=VARCHAR}, |
| 469 | CC_ADDRESS = #{ccAddress,jdbcType=VARCHAR}, | 469 | CC_ADDRESS = #{ccAddress,jdbcType=VARCHAR}, |
| 470 | SUBJECT = #{subject,jdbcType=VARCHAR}, | 470 | SUBJECT = #{subject,jdbcType=VARCHAR}, |
| 471 | - TYPE_ID = #{typeId,jdbcType=NUMERIC}, | 471 | + TYPE_CODE = #{typeCode,jdbcType=VARCHAR}, |
| 472 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, | 472 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, |
| 473 | - STATUS_ID = #{statusId,jdbcType=NUMERIC}, | 473 | + STATUS_CODE = #{statusCode,jdbcType=VARCHAR}, |
| 474 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, | 474 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, |
| 475 | SEND_NUM = #{sendNum,jdbcType=NUMERIC}, | 475 | SEND_NUM = #{sendNum,jdbcType=NUMERIC}, |
| 476 | SEND_TIME = #{sendTime,jdbcType=TIMESTAMP}, | 476 | SEND_TIME = #{sendTime,jdbcType=TIMESTAMP}, |
| ... | @@ -490,9 +490,9 @@ | ... | @@ -490,9 +490,9 @@ |
| 490 | TO_ADDRESS = #{toAddress,jdbcType=VARCHAR}, | 490 | TO_ADDRESS = #{toAddress,jdbcType=VARCHAR}, |
| 491 | CC_ADDRESS = #{ccAddress,jdbcType=VARCHAR}, | 491 | CC_ADDRESS = #{ccAddress,jdbcType=VARCHAR}, |
| 492 | SUBJECT = #{subject,jdbcType=VARCHAR}, | 492 | SUBJECT = #{subject,jdbcType=VARCHAR}, |
| 493 | - TYPE_ID = #{typeId,jdbcType=NUMERIC}, | 493 | + TYPE_CODE = #{typeCode,jdbcType=VARCHAR}, |
| 494 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, | 494 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, |
| 495 | - STATUS_ID = #{statusId,jdbcType=NUMERIC}, | 495 | + STATUS_CODE = #{statusCode,jdbcType=VARCHAR}, |
| 496 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, | 496 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, |
| 497 | SEND_NUM = #{sendNum,jdbcType=NUMERIC}, | 497 | SEND_NUM = #{sendNum,jdbcType=NUMERIC}, |
| 498 | SEND_TIME = #{sendTime,jdbcType=TIMESTAMP}, | 498 | SEND_TIME = #{sendTime,jdbcType=TIMESTAMP}, | ... | ... |
| ... | @@ -5,9 +5,9 @@ | ... | @@ -5,9 +5,9 @@ |
| 5 | <id column="ID" jdbcType="NUMERIC" property="id" /> | 5 | <id column="ID" jdbcType="NUMERIC" property="id" /> |
| 6 | <result column="CONSIGNMENT_CODE" jdbcType="VARCHAR" property="consignmentCode" /> | 6 | <result column="CONSIGNMENT_CODE" jdbcType="VARCHAR" property="consignmentCode" /> |
| 7 | <result column="CONSIGNMENT_ID" jdbcType="NUMERIC" property="consignmentId" /> | 7 | <result column="CONSIGNMENT_ID" jdbcType="NUMERIC" property="consignmentId" /> |
| 8 | - <result column="STATUS_ID" jdbcType="NUMERIC" property="statusId" /> | 8 | + <result column="STATUS_CODE" jdbcType="VARCHAR" property="statusCode" /> |
| 9 | <result column="STATUS_NAME" jdbcType="VARCHAR" property="statusName" /> | 9 | <result column="STATUS_NAME" jdbcType="VARCHAR" property="statusName" /> |
| 10 | - <result column="FILE_TYPE_ID" jdbcType="NUMERIC" property="fileTypeId" /> | 10 | + <result column="FILE_TYPE_CODE" jdbcType="VARCHAR" property="fileTypeCode" /> |
| 11 | <result column="FILE_TYPE" jdbcType="VARCHAR" property="fileType" /> | 11 | <result column="FILE_TYPE" jdbcType="VARCHAR" property="fileType" /> |
| 12 | <result column="FILE_NAME" jdbcType="VARCHAR" property="fileName" /> | 12 | <result column="FILE_NAME" jdbcType="VARCHAR" property="fileName" /> |
| 13 | <result column="PUSH_OB_ID" jdbcType="NUMERIC" property="pushObId" /> | 13 | <result column="PUSH_OB_ID" jdbcType="NUMERIC" property="pushObId" /> |
| ... | @@ -79,7 +79,7 @@ | ... | @@ -79,7 +79,7 @@ |
| 79 | </where> | 79 | </where> |
| 80 | </sql> | 80 | </sql> |
| 81 | <sql id="Base_Column_List"> | 81 | <sql id="Base_Column_List"> |
| 82 | - ID, CONSIGNMENT_CODE, CONSIGNMENT_ID, STATUS_ID, STATUS_NAME, FILE_TYPE_ID, FILE_TYPE, | 82 | + ID, CONSIGNMENT_CODE, CONSIGNMENT_ID, STATUS_CODE, STATUS_NAME, FILE_TYPE_CODE, FILE_TYPE, |
| 83 | FILE_NAME, PUSH_OB_ID, PUSH_TIME, REMARK, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, | 83 | FILE_NAME, PUSH_OB_ID, PUSH_TIME, REMARK, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, |
| 84 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME | 84 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME |
| 85 | </sql> | 85 | </sql> |
| ... | @@ -121,13 +121,13 @@ | ... | @@ -121,13 +121,13 @@ |
| 121 | SELECT SEQ_T_BIZ_PUSH_OB_DETAIL.NEXTVAL FROM DUAL | 121 | SELECT SEQ_T_BIZ_PUSH_OB_DETAIL.NEXTVAL FROM DUAL |
| 122 | </selectKey> | 122 | </selectKey> |
| 123 | insert into T_BIZ_PUSH_OB_DETAIL (ID, CONSIGNMENT_CODE, CONSIGNMENT_ID, | 123 | insert into T_BIZ_PUSH_OB_DETAIL (ID, CONSIGNMENT_CODE, CONSIGNMENT_ID, |
| 124 | - STATUS_ID, STATUS_NAME, FILE_TYPE_ID, | 124 | + STATUS_CODE, STATUS_NAME, FILE_TYPE_CODE, |
| 125 | FILE_TYPE, FILE_NAME, PUSH_OB_ID, | 125 | FILE_TYPE, FILE_NAME, PUSH_OB_ID, |
| 126 | PUSH_TIME, REMARK, CREATE_TIME, | 126 | PUSH_TIME, REMARK, CREATE_TIME, |
| 127 | CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, | 127 | CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, |
| 128 | MODIFY_USER_ID, MODIFY_USER_NAME) | 128 | MODIFY_USER_ID, MODIFY_USER_NAME) |
| 129 | values (#{id,jdbcType=NUMERIC}, #{consignmentCode,jdbcType=VARCHAR}, #{consignmentId,jdbcType=NUMERIC}, | 129 | values (#{id,jdbcType=NUMERIC}, #{consignmentCode,jdbcType=VARCHAR}, #{consignmentId,jdbcType=NUMERIC}, |
| 130 | - #{statusId,jdbcType=NUMERIC}, #{statusName,jdbcType=VARCHAR}, #{fileTypeId,jdbcType=NUMERIC}, | 130 | + #{statusCode,jdbcType=VARCHAR}, #{statusName,jdbcType=VARCHAR}, #{fileTypeCode,jdbcType=VARCHAR}, |
| 131 | #{fileType,jdbcType=VARCHAR}, #{fileName,jdbcType=VARCHAR}, #{pushObId,jdbcType=NUMERIC}, | 131 | #{fileType,jdbcType=VARCHAR}, #{fileName,jdbcType=VARCHAR}, #{pushObId,jdbcType=NUMERIC}, |
| 132 | #{pushTime,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, | 132 | #{pushTime,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, |
| 133 | #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, | 133 | #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, |
| ... | @@ -146,14 +146,14 @@ | ... | @@ -146,14 +146,14 @@ |
| 146 | <if test="consignmentId != null"> | 146 | <if test="consignmentId != null"> |
| 147 | CONSIGNMENT_ID, | 147 | CONSIGNMENT_ID, |
| 148 | </if> | 148 | </if> |
| 149 | - <if test="statusId != null"> | 149 | + <if test="statusCode != null"> |
| 150 | - STATUS_ID, | 150 | + STATUS_CODE, |
| 151 | </if> | 151 | </if> |
| 152 | <if test="statusName != null"> | 152 | <if test="statusName != null"> |
| 153 | STATUS_NAME, | 153 | STATUS_NAME, |
| 154 | </if> | 154 | </if> |
| 155 | - <if test="fileTypeId != null"> | 155 | + <if test="fileTypeCode != null"> |
| 156 | - FILE_TYPE_ID, | 156 | + FILE_TYPE_CODE, |
| 157 | </if> | 157 | </if> |
| 158 | <if test="fileType != null"> | 158 | <if test="fileType != null"> |
| 159 | FILE_TYPE, | 159 | FILE_TYPE, |
| ... | @@ -197,14 +197,14 @@ | ... | @@ -197,14 +197,14 @@ |
| 197 | <if test="consignmentId != null"> | 197 | <if test="consignmentId != null"> |
| 198 | #{consignmentId,jdbcType=NUMERIC}, | 198 | #{consignmentId,jdbcType=NUMERIC}, |
| 199 | </if> | 199 | </if> |
| 200 | - <if test="statusId != null"> | 200 | + <if test="statusCode != null"> |
| 201 | - #{statusId,jdbcType=NUMERIC}, | 201 | + #{statusCode,jdbcType=VARCHAR}, |
| 202 | </if> | 202 | </if> |
| 203 | <if test="statusName != null"> | 203 | <if test="statusName != null"> |
| 204 | #{statusName,jdbcType=VARCHAR}, | 204 | #{statusName,jdbcType=VARCHAR}, |
| 205 | </if> | 205 | </if> |
| 206 | - <if test="fileTypeId != null"> | 206 | + <if test="fileTypeCode != null"> |
| 207 | - #{fileTypeId,jdbcType=NUMERIC}, | 207 | + #{fileTypeCode,jdbcType=VARCHAR}, |
| 208 | </if> | 208 | </if> |
| 209 | <if test="fileType != null"> | 209 | <if test="fileType != null"> |
| 210 | #{fileType,jdbcType=VARCHAR}, | 210 | #{fileType,jdbcType=VARCHAR}, |
| ... | @@ -259,14 +259,14 @@ | ... | @@ -259,14 +259,14 @@ |
| 259 | <if test="record.consignmentId != null"> | 259 | <if test="record.consignmentId != null"> |
| 260 | CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC}, | 260 | CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC}, |
| 261 | </if> | 261 | </if> |
| 262 | - <if test="record.statusId != null"> | 262 | + <if test="record.statusCode != null"> |
| 263 | - STATUS_ID = #{record.statusId,jdbcType=NUMERIC}, | 263 | + STATUS_CODE = #{record.statusCode,jdbcType=VARCHAR}, |
| 264 | </if> | 264 | </if> |
| 265 | <if test="record.statusName != null"> | 265 | <if test="record.statusName != null"> |
| 266 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, | 266 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, |
| 267 | </if> | 267 | </if> |
| 268 | - <if test="record.fileTypeId != null"> | 268 | + <if test="record.fileTypeCode != null"> |
| 269 | - FILE_TYPE_ID = #{record.fileTypeId,jdbcType=NUMERIC}, | 269 | + FILE_TYPE_CODE = #{record.fileTypeCode,jdbcType=VARCHAR}, |
| 270 | </if> | 270 | </if> |
| 271 | <if test="record.fileType != null"> | 271 | <if test="record.fileType != null"> |
| 272 | FILE_TYPE = #{record.fileType,jdbcType=VARCHAR}, | 272 | FILE_TYPE = #{record.fileType,jdbcType=VARCHAR}, |
| ... | @@ -311,9 +311,9 @@ | ... | @@ -311,9 +311,9 @@ |
| 311 | set ID = #{record.id,jdbcType=NUMERIC}, | 311 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 312 | CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR}, | 312 | CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR}, |
| 313 | CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC}, | 313 | CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC}, |
| 314 | - STATUS_ID = #{record.statusId,jdbcType=NUMERIC}, | 314 | + STATUS_CODE = #{record.statusCode,jdbcType=VARCHAR}, |
| 315 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, | 315 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, |
| 316 | - FILE_TYPE_ID = #{record.fileTypeId,jdbcType=NUMERIC}, | 316 | + FILE_TYPE_CODE = #{record.fileTypeCode,jdbcType=VARCHAR}, |
| 317 | FILE_TYPE = #{record.fileType,jdbcType=VARCHAR}, | 317 | FILE_TYPE = #{record.fileType,jdbcType=VARCHAR}, |
| 318 | FILE_NAME = #{record.fileName,jdbcType=VARCHAR}, | 318 | FILE_NAME = #{record.fileName,jdbcType=VARCHAR}, |
| 319 | PUSH_OB_ID = #{record.pushObId,jdbcType=NUMERIC}, | 319 | PUSH_OB_ID = #{record.pushObId,jdbcType=NUMERIC}, |
| ... | @@ -338,14 +338,14 @@ | ... | @@ -338,14 +338,14 @@ |
| 338 | <if test="consignmentId != null"> | 338 | <if test="consignmentId != null"> |
| 339 | CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC}, | 339 | CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC}, |
| 340 | </if> | 340 | </if> |
| 341 | - <if test="statusId != null"> | 341 | + <if test="statusCode != null"> |
| 342 | - STATUS_ID = #{statusId,jdbcType=NUMERIC}, | 342 | + STATUS_CODE = #{statusCode,jdbcType=VARCHAR}, |
| 343 | </if> | 343 | </if> |
| 344 | <if test="statusName != null"> | 344 | <if test="statusName != null"> |
| 345 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, | 345 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, |
| 346 | </if> | 346 | </if> |
| 347 | - <if test="fileTypeId != null"> | 347 | + <if test="fileTypeCode != null"> |
| 348 | - FILE_TYPE_ID = #{fileTypeId,jdbcType=NUMERIC}, | 348 | + FILE_TYPE_CODE = #{fileTypeCode,jdbcType=VARCHAR}, |
| 349 | </if> | 349 | </if> |
| 350 | <if test="fileType != null"> | 350 | <if test="fileType != null"> |
| 351 | FILE_TYPE = #{fileType,jdbcType=VARCHAR}, | 351 | FILE_TYPE = #{fileType,jdbcType=VARCHAR}, |
| ... | @@ -387,9 +387,9 @@ | ... | @@ -387,9 +387,9 @@ |
| 387 | update T_BIZ_PUSH_OB_DETAIL | 387 | update T_BIZ_PUSH_OB_DETAIL |
| 388 | set CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR}, | 388 | set CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR}, |
| 389 | CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC}, | 389 | CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC}, |
| 390 | - STATUS_ID = #{statusId,jdbcType=NUMERIC}, | 390 | + STATUS_CODE = #{statusCode,jdbcType=VARCHAR}, |
| 391 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, | 391 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, |
| 392 | - FILE_TYPE_ID = #{fileTypeId,jdbcType=NUMERIC}, | 392 | + FILE_TYPE_CODE = #{fileTypeCode,jdbcType=VARCHAR}, |
| 393 | FILE_TYPE = #{fileType,jdbcType=VARCHAR}, | 393 | FILE_TYPE = #{fileType,jdbcType=VARCHAR}, |
| 394 | FILE_NAME = #{fileName,jdbcType=VARCHAR}, | 394 | FILE_NAME = #{fileName,jdbcType=VARCHAR}, |
| 395 | PUSH_OB_ID = #{pushObId,jdbcType=NUMERIC}, | 395 | PUSH_OB_ID = #{pushObId,jdbcType=NUMERIC}, | ... | ... |
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | <result column="CONSIGNMENT_CODE" jdbcType="VARCHAR" property="consignmentCode" /> | 6 | <result column="CONSIGNMENT_CODE" jdbcType="VARCHAR" property="consignmentCode" /> |
| 7 | <result column="CONSIGNMENT_ID" jdbcType="NUMERIC" property="consignmentId" /> | 7 | <result column="CONSIGNMENT_ID" jdbcType="NUMERIC" property="consignmentId" /> |
| 8 | <result column="PUSH_TIME" jdbcType="TIMESTAMP" property="pushTime" /> | 8 | <result column="PUSH_TIME" jdbcType="TIMESTAMP" property="pushTime" /> |
| 9 | - <result column="STATUS_ID" jdbcType="NUMERIC" property="statusId" /> | 9 | + <result column="STATUS_CODE" jdbcType="VARCHAR" property="statusCode" /> |
| 10 | <result column="STATUS_NAME" jdbcType="VARCHAR" property="statusName" /> | 10 | <result column="STATUS_NAME" jdbcType="VARCHAR" property="statusName" /> |
| 11 | <result column="PUSH_NUM" jdbcType="NUMERIC" property="pushNum" /> | 11 | <result column="PUSH_NUM" jdbcType="NUMERIC" property="pushNum" /> |
| 12 | <result column="FILE_PATH" jdbcType="VARCHAR" property="filePath" /> | 12 | <result column="FILE_PATH" jdbcType="VARCHAR" property="filePath" /> |
| ... | @@ -79,7 +79,7 @@ | ... | @@ -79,7 +79,7 @@ |
| 79 | </where> | 79 | </where> |
| 80 | </sql> | 80 | </sql> |
| 81 | <sql id="Base_Column_List"> | 81 | <sql id="Base_Column_List"> |
| 82 | - ID, CONSIGNMENT_CODE, CONSIGNMENT_ID, PUSH_TIME, STATUS_ID, STATUS_NAME, PUSH_NUM, | 82 | + ID, CONSIGNMENT_CODE, CONSIGNMENT_ID, PUSH_TIME, STATUS_CODE, STATUS_NAME, PUSH_NUM, |
| 83 | FILE_PATH, FILE_BACK_PATH, FILE_NAME, REMARK, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, | 83 | FILE_PATH, FILE_BACK_PATH, FILE_NAME, REMARK, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, |
| 84 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME | 84 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME |
| 85 | </sql> | 85 | </sql> |
| ... | @@ -121,13 +121,13 @@ | ... | @@ -121,13 +121,13 @@ |
| 121 | SELECT SEQ_T_BIZ_PUSH_OB.NEXTVAL FROM DUAL | 121 | SELECT SEQ_T_BIZ_PUSH_OB.NEXTVAL FROM DUAL |
| 122 | </selectKey> | 122 | </selectKey> |
| 123 | insert into T_BIZ_PUSH_OB (ID, CONSIGNMENT_CODE, CONSIGNMENT_ID, | 123 | insert into T_BIZ_PUSH_OB (ID, CONSIGNMENT_CODE, CONSIGNMENT_ID, |
| 124 | - PUSH_TIME, STATUS_ID, STATUS_NAME, | 124 | + PUSH_TIME, STATUS_CODE, STATUS_NAME, |
| 125 | PUSH_NUM, FILE_PATH, FILE_BACK_PATH, | 125 | PUSH_NUM, FILE_PATH, FILE_BACK_PATH, |
| 126 | FILE_NAME, REMARK, CREATE_TIME, | 126 | FILE_NAME, REMARK, CREATE_TIME, |
| 127 | CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, | 127 | CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, |
| 128 | MODIFY_USER_ID, MODIFY_USER_NAME) | 128 | MODIFY_USER_ID, MODIFY_USER_NAME) |
| 129 | values (#{id,jdbcType=NUMERIC}, #{consignmentCode,jdbcType=VARCHAR}, #{consignmentId,jdbcType=NUMERIC}, | 129 | values (#{id,jdbcType=NUMERIC}, #{consignmentCode,jdbcType=VARCHAR}, #{consignmentId,jdbcType=NUMERIC}, |
| 130 | - #{pushTime,jdbcType=TIMESTAMP}, #{statusId,jdbcType=NUMERIC}, #{statusName,jdbcType=VARCHAR}, | 130 | + #{pushTime,jdbcType=TIMESTAMP}, #{statusCode,jdbcType=VARCHAR}, #{statusName,jdbcType=VARCHAR}, |
| 131 | #{pushNum,jdbcType=NUMERIC}, #{filePath,jdbcType=VARCHAR}, #{fileBackPath,jdbcType=VARCHAR}, | 131 | #{pushNum,jdbcType=NUMERIC}, #{filePath,jdbcType=VARCHAR}, #{fileBackPath,jdbcType=VARCHAR}, |
| 132 | #{fileName,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, | 132 | #{fileName,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, |
| 133 | #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, | 133 | #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, |
| ... | @@ -149,8 +149,8 @@ | ... | @@ -149,8 +149,8 @@ |
| 149 | <if test="pushTime != null"> | 149 | <if test="pushTime != null"> |
| 150 | PUSH_TIME, | 150 | PUSH_TIME, |
| 151 | </if> | 151 | </if> |
| 152 | - <if test="statusId != null"> | 152 | + <if test="statusCode != null"> |
| 153 | - STATUS_ID, | 153 | + STATUS_CODE, |
| 154 | </if> | 154 | </if> |
| 155 | <if test="statusName != null"> | 155 | <if test="statusName != null"> |
| 156 | STATUS_NAME, | 156 | STATUS_NAME, |
| ... | @@ -200,8 +200,8 @@ | ... | @@ -200,8 +200,8 @@ |
| 200 | <if test="pushTime != null"> | 200 | <if test="pushTime != null"> |
| 201 | #{pushTime,jdbcType=TIMESTAMP}, | 201 | #{pushTime,jdbcType=TIMESTAMP}, |
| 202 | </if> | 202 | </if> |
| 203 | - <if test="statusId != null"> | 203 | + <if test="statusCode != null"> |
| 204 | - #{statusId,jdbcType=NUMERIC}, | 204 | + #{statusCode,jdbcType=VARCHAR}, |
| 205 | </if> | 205 | </if> |
| 206 | <if test="statusName != null"> | 206 | <if test="statusName != null"> |
| 207 | #{statusName,jdbcType=VARCHAR}, | 207 | #{statusName,jdbcType=VARCHAR}, |
| ... | @@ -262,8 +262,8 @@ | ... | @@ -262,8 +262,8 @@ |
| 262 | <if test="record.pushTime != null"> | 262 | <if test="record.pushTime != null"> |
| 263 | PUSH_TIME = #{record.pushTime,jdbcType=TIMESTAMP}, | 263 | PUSH_TIME = #{record.pushTime,jdbcType=TIMESTAMP}, |
| 264 | </if> | 264 | </if> |
| 265 | - <if test="record.statusId != null"> | 265 | + <if test="record.statusCode != null"> |
| 266 | - STATUS_ID = #{record.statusId,jdbcType=NUMERIC}, | 266 | + STATUS_CODE = #{record.statusCode,jdbcType=VARCHAR}, |
| 267 | </if> | 267 | </if> |
| 268 | <if test="record.statusName != null"> | 268 | <if test="record.statusName != null"> |
| 269 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, | 269 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, |
| ... | @@ -312,7 +312,7 @@ | ... | @@ -312,7 +312,7 @@ |
| 312 | CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR}, | 312 | CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR}, |
| 313 | CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC}, | 313 | CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC}, |
| 314 | PUSH_TIME = #{record.pushTime,jdbcType=TIMESTAMP}, | 314 | PUSH_TIME = #{record.pushTime,jdbcType=TIMESTAMP}, |
| 315 | - STATUS_ID = #{record.statusId,jdbcType=NUMERIC}, | 315 | + STATUS_CODE = #{record.statusCode,jdbcType=VARCHAR}, |
| 316 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, | 316 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, |
| 317 | PUSH_NUM = #{record.pushNum,jdbcType=NUMERIC}, | 317 | PUSH_NUM = #{record.pushNum,jdbcType=NUMERIC}, |
| 318 | FILE_PATH = #{record.filePath,jdbcType=VARCHAR}, | 318 | FILE_PATH = #{record.filePath,jdbcType=VARCHAR}, |
| ... | @@ -341,8 +341,8 @@ | ... | @@ -341,8 +341,8 @@ |
| 341 | <if test="pushTime != null"> | 341 | <if test="pushTime != null"> |
| 342 | PUSH_TIME = #{pushTime,jdbcType=TIMESTAMP}, | 342 | PUSH_TIME = #{pushTime,jdbcType=TIMESTAMP}, |
| 343 | </if> | 343 | </if> |
| 344 | - <if test="statusId != null"> | 344 | + <if test="statusCode != null"> |
| 345 | - STATUS_ID = #{statusId,jdbcType=NUMERIC}, | 345 | + STATUS_CODE = #{statusCode,jdbcType=VARCHAR}, |
| 346 | </if> | 346 | </if> |
| 347 | <if test="statusName != null"> | 347 | <if test="statusName != null"> |
| 348 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, | 348 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, |
| ... | @@ -388,7 +388,7 @@ | ... | @@ -388,7 +388,7 @@ |
| 388 | set CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR}, | 388 | set CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR}, |
| 389 | CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC}, | 389 | CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC}, |
| 390 | PUSH_TIME = #{pushTime,jdbcType=TIMESTAMP}, | 390 | PUSH_TIME = #{pushTime,jdbcType=TIMESTAMP}, |
| 391 | - STATUS_ID = #{statusId,jdbcType=NUMERIC}, | 391 | + STATUS_CODE = #{statusCode,jdbcType=VARCHAR}, |
| 392 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, | 392 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, |
| 393 | PUSH_NUM = #{pushNum,jdbcType=NUMERIC}, | 393 | PUSH_NUM = #{pushNum,jdbcType=NUMERIC}, |
| 394 | FILE_PATH = #{filePath,jdbcType=VARCHAR}, | 394 | FILE_PATH = #{filePath,jdbcType=VARCHAR}, | ... | ... |
| ... | @@ -4,14 +4,15 @@ | ... | @@ -4,14 +4,15 @@ |
| 4 | <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.biz.UploadRecord"> | 4 | <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.biz.UploadRecord"> |
| 5 | <id column="ID" jdbcType="NUMERIC" property="id" /> | 5 | <id column="ID" jdbcType="NUMERIC" property="id" /> |
| 6 | <result column="CONSIGNMENT_ID" jdbcType="NUMERIC" property="consignmentId" /> | 6 | <result column="CONSIGNMENT_ID" jdbcType="NUMERIC" property="consignmentId" /> |
| 7 | - <result column="UPLOAD_STATUS" jdbcType="VARCHAR" property="uploadStatus" /> | 7 | + <result column="STATUS_CODE" jdbcType="VARCHAR" property="statusCode" /> |
| 8 | - <result column="STATUS" jdbcType="NUMERIC" property="status" /> | 8 | + <result column="STATUS_NAME" jdbcType="VARCHAR" property="statusName" /> |
| 9 | <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" /> | 9 | <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" /> |
| 10 | <result column="CREATE_USER_ID" jdbcType="NUMERIC" property="createUserId" /> | 10 | <result column="CREATE_USER_ID" jdbcType="NUMERIC" property="createUserId" /> |
| 11 | <result column="CREATE_USER_NAME" jdbcType="VARCHAR" property="createUserName" /> | 11 | <result column="CREATE_USER_NAME" jdbcType="VARCHAR" property="createUserName" /> |
| 12 | <result column="MODIFY_TIME" jdbcType="TIMESTAMP" property="modifyTime" /> | 12 | <result column="MODIFY_TIME" jdbcType="TIMESTAMP" property="modifyTime" /> |
| 13 | <result column="MODIFY_USER_ID" jdbcType="NUMERIC" property="modifyUserId" /> | 13 | <result column="MODIFY_USER_ID" jdbcType="NUMERIC" property="modifyUserId" /> |
| 14 | <result column="MODIFY_USER_NAME" jdbcType="VARCHAR" property="modifyUserName" /> | 14 | <result column="MODIFY_USER_NAME" jdbcType="VARCHAR" property="modifyUserName" /> |
| 15 | + <result column="CONSIGNMENT_CODE" jdbcType="VARCHAR" property="consignmentCode" /> | ||
| 15 | </resultMap> | 16 | </resultMap> |
| 16 | <sql id="Example_Where_Clause"> | 17 | <sql id="Example_Where_Clause"> |
| 17 | <where> | 18 | <where> |
| ... | @@ -72,8 +73,8 @@ | ... | @@ -72,8 +73,8 @@ |
| 72 | </where> | 73 | </where> |
| 73 | </sql> | 74 | </sql> |
| 74 | <sql id="Base_Column_List"> | 75 | <sql id="Base_Column_List"> |
| 75 | - ID, CONSIGNMENT_ID, UPLOAD_STATUS, STATUS, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, | 76 | + ID, CONSIGNMENT_ID, STATUS_CODE, STATUS_NAME, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, |
| 76 | - MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME | 77 | + MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME, CONSIGNMENT_CODE |
| 77 | </sql> | 78 | </sql> |
| 78 | <select id="selectByExample" parameterType="com.fedex.connect.common.model.biz.UploadRecordExample" resultMap="BaseResultMap"> | 79 | <select id="selectByExample" parameterType="com.fedex.connect.common.model.biz.UploadRecordExample" resultMap="BaseResultMap"> |
| 79 | <include refid="OracleDialectPrefix" /> | 80 | <include refid="OracleDialectPrefix" /> |
| ... | @@ -112,14 +113,14 @@ | ... | @@ -112,14 +113,14 @@ |
| 112 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 113 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 113 | SELECT SEQ_T_BIZ_UPLOAD_RECORD.NEXTVAL FROM DUAL | 114 | SELECT SEQ_T_BIZ_UPLOAD_RECORD.NEXTVAL FROM DUAL |
| 114 | </selectKey> | 115 | </selectKey> |
| 115 | - insert into T_BIZ_UPLOAD_RECORD (ID, CONSIGNMENT_ID, UPLOAD_STATUS, | 116 | + insert into T_BIZ_UPLOAD_RECORD (ID, CONSIGNMENT_ID, STATUS_CODE, |
| 116 | - STATUS, CREATE_TIME, CREATE_USER_ID, | 117 | + STATUS_NAME, CREATE_TIME, CREATE_USER_ID, |
| 117 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, | 118 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, |
| 118 | - MODIFY_USER_NAME) | 119 | + MODIFY_USER_NAME, CONSIGNMENT_CODE) |
| 119 | - values (#{id,jdbcType=NUMERIC}, #{consignmentId,jdbcType=NUMERIC}, #{uploadStatus,jdbcType=VARCHAR}, | 120 | + values (#{id,jdbcType=NUMERIC}, #{consignmentId,jdbcType=NUMERIC}, #{statusCode,jdbcType=VARCHAR}, |
| 120 | - #{status,jdbcType=NUMERIC}, #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, | 121 | + #{statusName,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, |
| 121 | #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, | 122 | #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, |
| 122 | - #{modifyUserName,jdbcType=VARCHAR}) | 123 | + #{modifyUserName,jdbcType=VARCHAR}, #{consignmentCode,jdbcType=VARCHAR}) |
| 123 | </insert> | 124 | </insert> |
| 124 | <insert id="insertSelective" parameterType="com.fedex.connect.common.model.biz.UploadRecord"> | 125 | <insert id="insertSelective" parameterType="com.fedex.connect.common.model.biz.UploadRecord"> |
| 125 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 126 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| ... | @@ -131,11 +132,11 @@ | ... | @@ -131,11 +132,11 @@ |
| 131 | <if test="consignmentId != null"> | 132 | <if test="consignmentId != null"> |
| 132 | CONSIGNMENT_ID, | 133 | CONSIGNMENT_ID, |
| 133 | </if> | 134 | </if> |
| 134 | - <if test="uploadStatus != null"> | 135 | + <if test="statusCode != null"> |
| 135 | - UPLOAD_STATUS, | 136 | + STATUS_CODE, |
| 136 | </if> | 137 | </if> |
| 137 | - <if test="status != null"> | 138 | + <if test="statusName != null"> |
| 138 | - STATUS, | 139 | + STATUS_NAME, |
| 139 | </if> | 140 | </if> |
| 140 | <if test="createTime != null"> | 141 | <if test="createTime != null"> |
| 141 | CREATE_TIME, | 142 | CREATE_TIME, |
| ... | @@ -155,17 +156,20 @@ | ... | @@ -155,17 +156,20 @@ |
| 155 | <if test="modifyUserName != null"> | 156 | <if test="modifyUserName != null"> |
| 156 | MODIFY_USER_NAME, | 157 | MODIFY_USER_NAME, |
| 157 | </if> | 158 | </if> |
| 159 | + <if test="consignmentCode != null"> | ||
| 160 | + CONSIGNMENT_CODE, | ||
| 161 | + </if> | ||
| 158 | </trim> | 162 | </trim> |
| 159 | <trim prefix="values (" suffix=")" suffixOverrides=","> | 163 | <trim prefix="values (" suffix=")" suffixOverrides=","> |
| 160 | #{id,jdbcType=NUMERIC}, | 164 | #{id,jdbcType=NUMERIC}, |
| 161 | <if test="consignmentId != null"> | 165 | <if test="consignmentId != null"> |
| 162 | #{consignmentId,jdbcType=NUMERIC}, | 166 | #{consignmentId,jdbcType=NUMERIC}, |
| 163 | </if> | 167 | </if> |
| 164 | - <if test="uploadStatus != null"> | 168 | + <if test="statusCode != null"> |
| 165 | - #{uploadStatus,jdbcType=VARCHAR}, | 169 | + #{statusCode,jdbcType=VARCHAR}, |
| 166 | </if> | 170 | </if> |
| 167 | - <if test="status != null"> | 171 | + <if test="statusName != null"> |
| 168 | - #{status,jdbcType=NUMERIC}, | 172 | + #{statusName,jdbcType=VARCHAR}, |
| 169 | </if> | 173 | </if> |
| 170 | <if test="createTime != null"> | 174 | <if test="createTime != null"> |
| 171 | #{createTime,jdbcType=TIMESTAMP}, | 175 | #{createTime,jdbcType=TIMESTAMP}, |
| ... | @@ -185,6 +189,9 @@ | ... | @@ -185,6 +189,9 @@ |
| 185 | <if test="modifyUserName != null"> | 189 | <if test="modifyUserName != null"> |
| 186 | #{modifyUserName,jdbcType=VARCHAR}, | 190 | #{modifyUserName,jdbcType=VARCHAR}, |
| 187 | </if> | 191 | </if> |
| 192 | + <if test="consignmentCode != null"> | ||
| 193 | + #{consignmentCode,jdbcType=VARCHAR}, | ||
| 194 | + </if> | ||
| 188 | </trim> | 195 | </trim> |
| 189 | </insert> | 196 | </insert> |
| 190 | <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.UploadRecordExample" resultType="java.lang.Long"> | 197 | <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.UploadRecordExample" resultType="java.lang.Long"> |
| ... | @@ -202,11 +209,11 @@ | ... | @@ -202,11 +209,11 @@ |
| 202 | <if test="record.consignmentId != null"> | 209 | <if test="record.consignmentId != null"> |
| 203 | CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC}, | 210 | CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC}, |
| 204 | </if> | 211 | </if> |
| 205 | - <if test="record.uploadStatus != null"> | 212 | + <if test="record.statusCode != null"> |
| 206 | - UPLOAD_STATUS = #{record.uploadStatus,jdbcType=VARCHAR}, | 213 | + STATUS_CODE = #{record.statusCode,jdbcType=VARCHAR}, |
| 207 | </if> | 214 | </if> |
| 208 | - <if test="record.status != null"> | 215 | + <if test="record.statusName != null"> |
| 209 | - STATUS = #{record.status,jdbcType=NUMERIC}, | 216 | + STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, |
| 210 | </if> | 217 | </if> |
| 211 | <if test="record.createTime != null"> | 218 | <if test="record.createTime != null"> |
| 212 | CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP}, | 219 | CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP}, |
| ... | @@ -226,6 +233,9 @@ | ... | @@ -226,6 +233,9 @@ |
| 226 | <if test="record.modifyUserName != null"> | 233 | <if test="record.modifyUserName != null"> |
| 227 | MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR}, | 234 | MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR}, |
| 228 | </if> | 235 | </if> |
| 236 | + <if test="record.consignmentCode != null"> | ||
| 237 | + CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR}, | ||
| 238 | + </if> | ||
| 229 | </set> | 239 | </set> |
| 230 | <if test="_parameter != null"> | 240 | <if test="_parameter != null"> |
| 231 | <include refid="Update_By_Example_Where_Clause" /> | 241 | <include refid="Update_By_Example_Where_Clause" /> |
| ... | @@ -235,14 +245,15 @@ | ... | @@ -235,14 +245,15 @@ |
| 235 | update T_BIZ_UPLOAD_RECORD | 245 | update T_BIZ_UPLOAD_RECORD |
| 236 | set ID = #{record.id,jdbcType=NUMERIC}, | 246 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 237 | CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC}, | 247 | CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC}, |
| 238 | - UPLOAD_STATUS = #{record.uploadStatus,jdbcType=VARCHAR}, | 248 | + STATUS_CODE = #{record.statusCode,jdbcType=VARCHAR}, |
| 239 | - STATUS = #{record.status,jdbcType=NUMERIC}, | 249 | + STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, |
| 240 | CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP}, | 250 | CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP}, |
| 241 | CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC}, | 251 | CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC}, |
| 242 | CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR}, | 252 | CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR}, |
| 243 | MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP}, | 253 | MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP}, |
| 244 | MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC}, | 254 | MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC}, |
| 245 | - MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR} | 255 | + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR}, |
| 256 | + CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR} | ||
| 246 | <if test="_parameter != null"> | 257 | <if test="_parameter != null"> |
| 247 | <include refid="Update_By_Example_Where_Clause" /> | 258 | <include refid="Update_By_Example_Where_Clause" /> |
| 248 | </if> | 259 | </if> |
| ... | @@ -253,11 +264,11 @@ | ... | @@ -253,11 +264,11 @@ |
| 253 | <if test="consignmentId != null"> | 264 | <if test="consignmentId != null"> |
| 254 | CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC}, | 265 | CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC}, |
| 255 | </if> | 266 | </if> |
| 256 | - <if test="uploadStatus != null"> | 267 | + <if test="statusCode != null"> |
| 257 | - UPLOAD_STATUS = #{uploadStatus,jdbcType=VARCHAR}, | 268 | + STATUS_CODE = #{statusCode,jdbcType=VARCHAR}, |
| 258 | </if> | 269 | </if> |
| 259 | - <if test="status != null"> | 270 | + <if test="statusName != null"> |
| 260 | - STATUS = #{status,jdbcType=NUMERIC}, | 271 | + STATUS_NAME = #{statusName,jdbcType=VARCHAR}, |
| 261 | </if> | 272 | </if> |
| 262 | <if test="createTime != null"> | 273 | <if test="createTime != null"> |
| 263 | CREATE_TIME = #{createTime,jdbcType=TIMESTAMP}, | 274 | CREATE_TIME = #{createTime,jdbcType=TIMESTAMP}, |
| ... | @@ -277,20 +288,24 @@ | ... | @@ -277,20 +288,24 @@ |
| 277 | <if test="modifyUserName != null"> | 288 | <if test="modifyUserName != null"> |
| 278 | MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR}, | 289 | MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR}, |
| 279 | </if> | 290 | </if> |
| 291 | + <if test="consignmentCode != null"> | ||
| 292 | + CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR}, | ||
| 293 | + </if> | ||
| 280 | </set> | 294 | </set> |
| 281 | where ID = #{id,jdbcType=NUMERIC} | 295 | where ID = #{id,jdbcType=NUMERIC} |
| 282 | </update> | 296 | </update> |
| 283 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.UploadRecord"> | 297 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.UploadRecord"> |
| 284 | update T_BIZ_UPLOAD_RECORD | 298 | update T_BIZ_UPLOAD_RECORD |
| 285 | set CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC}, | 299 | set CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC}, |
| 286 | - UPLOAD_STATUS = #{uploadStatus,jdbcType=VARCHAR}, | 300 | + STATUS_CODE = #{statusCode,jdbcType=VARCHAR}, |
| 287 | - STATUS = #{status,jdbcType=NUMERIC}, | 301 | + STATUS_NAME = #{statusName,jdbcType=VARCHAR}, |
| 288 | CREATE_TIME = #{createTime,jdbcType=TIMESTAMP}, | 302 | CREATE_TIME = #{createTime,jdbcType=TIMESTAMP}, |
| 289 | CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC}, | 303 | CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC}, |
| 290 | CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR}, | 304 | CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR}, |
| 291 | MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP}, | 305 | MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP}, |
| 292 | MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC}, | 306 | MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC}, |
| 293 | - MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR} | 307 | + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR}, |
| 308 | + CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR} | ||
| 294 | where ID = #{id,jdbcType=NUMERIC} | 309 | where ID = #{id,jdbcType=NUMERIC} |
| 295 | </update> | 310 | </update> |
| 296 | <sql id="OracleDialectPrefix"> | 311 | <sql id="OracleDialectPrefix"> | ... | ... |
| ... | @@ -8,9 +8,9 @@ | ... | @@ -8,9 +8,9 @@ |
| 8 | <result column="TO_ADDRESS" jdbcType="VARCHAR" property="toAddress" /> | 8 | <result column="TO_ADDRESS" jdbcType="VARCHAR" property="toAddress" /> |
| 9 | <result column="CC_ADDRESS" jdbcType="VARCHAR" property="ccAddress" /> | 9 | <result column="CC_ADDRESS" jdbcType="VARCHAR" property="ccAddress" /> |
| 10 | <result column="SUBJECT" jdbcType="VARCHAR" property="subject" /> | 10 | <result column="SUBJECT" jdbcType="VARCHAR" property="subject" /> |
| 11 | - <result column="TYPE_ID" jdbcType="NUMERIC" property="typeId" /> | 11 | + <result column="TYPE_CODE" jdbcType="VARCHAR" property="typeCode" /> |
| 12 | <result column="TYPE_NAME" jdbcType="VARCHAR" property="typeName" /> | 12 | <result column="TYPE_NAME" jdbcType="VARCHAR" property="typeName" /> |
| 13 | - <result column="STATUS_ID" jdbcType="NUMERIC" property="statusId" /> | 13 | + <result column="STATUS_CODE" jdbcType="VARCHAR" property="statusCode" /> |
| 14 | <result column="STATUS_NAME" jdbcType="VARCHAR" property="statusName" /> | 14 | <result column="STATUS_NAME" jdbcType="VARCHAR" property="statusName" /> |
| 15 | <result column="SEND_NUM" jdbcType="NUMERIC" property="sendNum" /> | 15 | <result column="SEND_NUM" jdbcType="NUMERIC" property="sendNum" /> |
| 16 | <result column="SEND_TIME" jdbcType="TIMESTAMP" property="sendTime" /> | 16 | <result column="SEND_TIME" jdbcType="TIMESTAMP" property="sendTime" /> |
| ... | @@ -83,7 +83,7 @@ | ... | @@ -83,7 +83,7 @@ |
| 83 | </where> | 83 | </where> |
| 84 | </sql> | 84 | </sql> |
| 85 | <sql id="Base_Column_List"> | 85 | <sql id="Base_Column_List"> |
| 86 | - ID, BIZ_ID, BIZ_CODE, TO_ADDRESS, CC_ADDRESS, SUBJECT, TYPE_ID, TYPE_NAME, STATUS_ID, | 86 | + ID, BIZ_ID, BIZ_CODE, TO_ADDRESS, CC_ADDRESS, SUBJECT, TYPE_CODE, TYPE_NAME, STATUS_CODE, |
| 87 | STATUS_NAME, SEND_NUM, SEND_TIME, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, | 87 | STATUS_NAME, SEND_NUM, SEND_TIME, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, |
| 88 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME | 88 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME |
| 89 | </sql> | 89 | </sql> |
| ... | @@ -148,14 +148,14 @@ | ... | @@ -148,14 +148,14 @@ |
| 148 | </selectKey> | 148 | </selectKey> |
| 149 | insert into T_LOG_EMAIL_HISTORY (ID, BIZ_ID, BIZ_CODE, | 149 | insert into T_LOG_EMAIL_HISTORY (ID, BIZ_ID, BIZ_CODE, |
| 150 | TO_ADDRESS, CC_ADDRESS, SUBJECT, | 150 | TO_ADDRESS, CC_ADDRESS, SUBJECT, |
| 151 | - TYPE_ID, TYPE_NAME, STATUS_ID, | 151 | + TYPE_CODE, TYPE_NAME, STATUS_CODE, |
| 152 | STATUS_NAME, SEND_NUM, SEND_TIME, | 152 | STATUS_NAME, SEND_NUM, SEND_TIME, |
| 153 | CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, | 153 | CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, |
| 154 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME, | 154 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME, |
| 155 | BODY) | 155 | BODY) |
| 156 | values (#{id,jdbcType=NUMERIC}, #{bizId,jdbcType=NUMERIC}, #{bizCode,jdbcType=VARCHAR}, | 156 | values (#{id,jdbcType=NUMERIC}, #{bizId,jdbcType=NUMERIC}, #{bizCode,jdbcType=VARCHAR}, |
| 157 | #{toAddress,jdbcType=VARCHAR}, #{ccAddress,jdbcType=VARCHAR}, #{subject,jdbcType=VARCHAR}, | 157 | #{toAddress,jdbcType=VARCHAR}, #{ccAddress,jdbcType=VARCHAR}, #{subject,jdbcType=VARCHAR}, |
| 158 | - #{typeId,jdbcType=NUMERIC}, #{typeName,jdbcType=VARCHAR}, #{statusId,jdbcType=NUMERIC}, | 158 | + #{typeCode,jdbcType=VARCHAR}, #{typeName,jdbcType=VARCHAR}, #{statusCode,jdbcType=VARCHAR}, |
| 159 | #{statusName,jdbcType=VARCHAR}, #{sendNum,jdbcType=NUMERIC}, #{sendTime,jdbcType=TIMESTAMP}, | 159 | #{statusName,jdbcType=VARCHAR}, #{sendNum,jdbcType=NUMERIC}, #{sendTime,jdbcType=TIMESTAMP}, |
| 160 | #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, | 160 | #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, |
| 161 | #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}, | 161 | #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}, |
| ... | @@ -183,14 +183,14 @@ | ... | @@ -183,14 +183,14 @@ |
| 183 | <if test="subject != null"> | 183 | <if test="subject != null"> |
| 184 | SUBJECT, | 184 | SUBJECT, |
| 185 | </if> | 185 | </if> |
| 186 | - <if test="typeId != null"> | 186 | + <if test="typeCode != null"> |
| 187 | - TYPE_ID, | 187 | + TYPE_CODE, |
| 188 | </if> | 188 | </if> |
| 189 | <if test="typeName != null"> | 189 | <if test="typeName != null"> |
| 190 | TYPE_NAME, | 190 | TYPE_NAME, |
| 191 | </if> | 191 | </if> |
| 192 | - <if test="statusId != null"> | 192 | + <if test="statusCode != null"> |
| 193 | - STATUS_ID, | 193 | + STATUS_CODE, |
| 194 | </if> | 194 | </if> |
| 195 | <if test="statusName != null"> | 195 | <if test="statusName != null"> |
| 196 | STATUS_NAME, | 196 | STATUS_NAME, |
| ... | @@ -240,14 +240,14 @@ | ... | @@ -240,14 +240,14 @@ |
| 240 | <if test="subject != null"> | 240 | <if test="subject != null"> |
| 241 | #{subject,jdbcType=VARCHAR}, | 241 | #{subject,jdbcType=VARCHAR}, |
| 242 | </if> | 242 | </if> |
| 243 | - <if test="typeId != null"> | 243 | + <if test="typeCode != null"> |
| 244 | - #{typeId,jdbcType=NUMERIC}, | 244 | + #{typeCode,jdbcType=VARCHAR}, |
| 245 | </if> | 245 | </if> |
| 246 | <if test="typeName != null"> | 246 | <if test="typeName != null"> |
| 247 | #{typeName,jdbcType=VARCHAR}, | 247 | #{typeName,jdbcType=VARCHAR}, |
| 248 | </if> | 248 | </if> |
| 249 | - <if test="statusId != null"> | 249 | + <if test="statusCode != null"> |
| 250 | - #{statusId,jdbcType=NUMERIC}, | 250 | + #{statusCode,jdbcType=VARCHAR}, |
| 251 | </if> | 251 | </if> |
| 252 | <if test="statusName != null"> | 252 | <if test="statusName != null"> |
| 253 | #{statusName,jdbcType=VARCHAR}, | 253 | #{statusName,jdbcType=VARCHAR}, |
| ... | @@ -308,14 +308,14 @@ | ... | @@ -308,14 +308,14 @@ |
| 308 | <if test="record.subject != null"> | 308 | <if test="record.subject != null"> |
| 309 | SUBJECT = #{record.subject,jdbcType=VARCHAR}, | 309 | SUBJECT = #{record.subject,jdbcType=VARCHAR}, |
| 310 | </if> | 310 | </if> |
| 311 | - <if test="record.typeId != null"> | 311 | + <if test="record.typeCode != null"> |
| 312 | - TYPE_ID = #{record.typeId,jdbcType=NUMERIC}, | 312 | + TYPE_CODE = #{record.typeCode,jdbcType=VARCHAR}, |
| 313 | </if> | 313 | </if> |
| 314 | <if test="record.typeName != null"> | 314 | <if test="record.typeName != null"> |
| 315 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, | 315 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, |
| 316 | </if> | 316 | </if> |
| 317 | - <if test="record.statusId != null"> | 317 | + <if test="record.statusCode != null"> |
| 318 | - STATUS_ID = #{record.statusId,jdbcType=NUMERIC}, | 318 | + STATUS_CODE = #{record.statusCode,jdbcType=VARCHAR}, |
| 319 | </if> | 319 | </if> |
| 320 | <if test="record.statusName != null"> | 320 | <if test="record.statusName != null"> |
| 321 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, | 321 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, |
| ... | @@ -360,9 +360,9 @@ | ... | @@ -360,9 +360,9 @@ |
| 360 | TO_ADDRESS = #{record.toAddress,jdbcType=VARCHAR}, | 360 | TO_ADDRESS = #{record.toAddress,jdbcType=VARCHAR}, |
| 361 | CC_ADDRESS = #{record.ccAddress,jdbcType=VARCHAR}, | 361 | CC_ADDRESS = #{record.ccAddress,jdbcType=VARCHAR}, |
| 362 | SUBJECT = #{record.subject,jdbcType=VARCHAR}, | 362 | SUBJECT = #{record.subject,jdbcType=VARCHAR}, |
| 363 | - TYPE_ID = #{record.typeId,jdbcType=NUMERIC}, | 363 | + TYPE_CODE = #{record.typeCode,jdbcType=VARCHAR}, |
| 364 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, | 364 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, |
| 365 | - STATUS_ID = #{record.statusId,jdbcType=NUMERIC}, | 365 | + STATUS_CODE = #{record.statusCode,jdbcType=VARCHAR}, |
| 366 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, | 366 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, |
| 367 | SEND_NUM = #{record.sendNum,jdbcType=NUMERIC}, | 367 | SEND_NUM = #{record.sendNum,jdbcType=NUMERIC}, |
| 368 | SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP}, | 368 | SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP}, |
| ... | @@ -385,9 +385,9 @@ | ... | @@ -385,9 +385,9 @@ |
| 385 | TO_ADDRESS = #{record.toAddress,jdbcType=VARCHAR}, | 385 | TO_ADDRESS = #{record.toAddress,jdbcType=VARCHAR}, |
| 386 | CC_ADDRESS = #{record.ccAddress,jdbcType=VARCHAR}, | 386 | CC_ADDRESS = #{record.ccAddress,jdbcType=VARCHAR}, |
| 387 | SUBJECT = #{record.subject,jdbcType=VARCHAR}, | 387 | SUBJECT = #{record.subject,jdbcType=VARCHAR}, |
| 388 | - TYPE_ID = #{record.typeId,jdbcType=NUMERIC}, | 388 | + TYPE_CODE = #{record.typeCode,jdbcType=VARCHAR}, |
| 389 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, | 389 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, |
| 390 | - STATUS_ID = #{record.statusId,jdbcType=NUMERIC}, | 390 | + STATUS_CODE = #{record.statusCode,jdbcType=VARCHAR}, |
| 391 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, | 391 | STATUS_NAME = #{record.statusName,jdbcType=VARCHAR}, |
| 392 | SEND_NUM = #{record.sendNum,jdbcType=NUMERIC}, | 392 | SEND_NUM = #{record.sendNum,jdbcType=NUMERIC}, |
| 393 | SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP}, | 393 | SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP}, |
| ... | @@ -419,14 +419,14 @@ | ... | @@ -419,14 +419,14 @@ |
| 419 | <if test="subject != null"> | 419 | <if test="subject != null"> |
| 420 | SUBJECT = #{subject,jdbcType=VARCHAR}, | 420 | SUBJECT = #{subject,jdbcType=VARCHAR}, |
| 421 | </if> | 421 | </if> |
| 422 | - <if test="typeId != null"> | 422 | + <if test="typeCode != null"> |
| 423 | - TYPE_ID = #{typeId,jdbcType=NUMERIC}, | 423 | + TYPE_CODE = #{typeCode,jdbcType=VARCHAR}, |
| 424 | </if> | 424 | </if> |
| 425 | <if test="typeName != null"> | 425 | <if test="typeName != null"> |
| 426 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, | 426 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, |
| 427 | </if> | 427 | </if> |
| 428 | - <if test="statusId != null"> | 428 | + <if test="statusCode != null"> |
| 429 | - STATUS_ID = #{statusId,jdbcType=NUMERIC}, | 429 | + STATUS_CODE = #{statusCode,jdbcType=VARCHAR}, |
| 430 | </if> | 430 | </if> |
| 431 | <if test="statusName != null"> | 431 | <if test="statusName != null"> |
| 432 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, | 432 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, |
| ... | @@ -468,9 +468,9 @@ | ... | @@ -468,9 +468,9 @@ |
| 468 | TO_ADDRESS = #{toAddress,jdbcType=VARCHAR}, | 468 | TO_ADDRESS = #{toAddress,jdbcType=VARCHAR}, |
| 469 | CC_ADDRESS = #{ccAddress,jdbcType=VARCHAR}, | 469 | CC_ADDRESS = #{ccAddress,jdbcType=VARCHAR}, |
| 470 | SUBJECT = #{subject,jdbcType=VARCHAR}, | 470 | SUBJECT = #{subject,jdbcType=VARCHAR}, |
| 471 | - TYPE_ID = #{typeId,jdbcType=NUMERIC}, | 471 | + TYPE_CODE = #{typeCode,jdbcType=VARCHAR}, |
| 472 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, | 472 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, |
| 473 | - STATUS_ID = #{statusId,jdbcType=NUMERIC}, | 473 | + STATUS_CODE = #{statusCode,jdbcType=VARCHAR}, |
| 474 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, | 474 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, |
| 475 | SEND_NUM = #{sendNum,jdbcType=NUMERIC}, | 475 | SEND_NUM = #{sendNum,jdbcType=NUMERIC}, |
| 476 | SEND_TIME = #{sendTime,jdbcType=TIMESTAMP}, | 476 | SEND_TIME = #{sendTime,jdbcType=TIMESTAMP}, |
| ... | @@ -490,9 +490,9 @@ | ... | @@ -490,9 +490,9 @@ |
| 490 | TO_ADDRESS = #{toAddress,jdbcType=VARCHAR}, | 490 | TO_ADDRESS = #{toAddress,jdbcType=VARCHAR}, |
| 491 | CC_ADDRESS = #{ccAddress,jdbcType=VARCHAR}, | 491 | CC_ADDRESS = #{ccAddress,jdbcType=VARCHAR}, |
| 492 | SUBJECT = #{subject,jdbcType=VARCHAR}, | 492 | SUBJECT = #{subject,jdbcType=VARCHAR}, |
| 493 | - TYPE_ID = #{typeId,jdbcType=NUMERIC}, | 493 | + TYPE_CODE = #{typeCode,jdbcType=VARCHAR}, |
| 494 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, | 494 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, |
| 495 | - STATUS_ID = #{statusId,jdbcType=NUMERIC}, | 495 | + STATUS_CODE = #{statusCode,jdbcType=VARCHAR}, |
| 496 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, | 496 | STATUS_NAME = #{statusName,jdbcType=VARCHAR}, |
| 497 | SEND_NUM = #{sendNum,jdbcType=NUMERIC}, | 497 | SEND_NUM = #{sendNum,jdbcType=NUMERIC}, |
| 498 | SEND_TIME = #{sendTime,jdbcType=TIMESTAMP}, | 498 | SEND_TIME = #{sendTime,jdbcType=TIMESTAMP}, | ... | ... |
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| 4 | <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.log.UserLoginInfo"> | 4 | <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.log.UserLoginInfo"> |
| 5 | <id column="ID" jdbcType="NUMERIC" property="id" /> | 5 | <id column="ID" jdbcType="NUMERIC" property="id" /> |
| 6 | <result column="USER_ID" jdbcType="NUMERIC" property="userId" /> | 6 | <result column="USER_ID" jdbcType="NUMERIC" property="userId" /> |
| 7 | - <result column="OPER_TYPE_ID" jdbcType="NUMERIC" property="operTypeId" /> | 7 | + <result column="OPER_TYPE_CODE" jdbcType="VARCHAR" property="operTypeCode" /> |
| 8 | <result column="OPER_TYPE_NAME" jdbcType="VARCHAR" property="operTypeName" /> | 8 | <result column="OPER_TYPE_NAME" jdbcType="VARCHAR" property="operTypeName" /> |
| 9 | <result column="OPER_DESC" jdbcType="VARCHAR" property="operDesc" /> | 9 | <result column="OPER_DESC" jdbcType="VARCHAR" property="operDesc" /> |
| 10 | <result column="IP" jdbcType="VARCHAR" property="ip" /> | 10 | <result column="IP" jdbcType="VARCHAR" property="ip" /> |
| ... | @@ -74,7 +74,7 @@ | ... | @@ -74,7 +74,7 @@ |
| 74 | </where> | 74 | </where> |
| 75 | </sql> | 75 | </sql> |
| 76 | <sql id="Base_Column_List"> | 76 | <sql id="Base_Column_List"> |
| 77 | - ID, USER_ID, OPER_TYPE_ID, OPER_TYPE_NAME, OPER_DESC, IP, CREATE_TIME, CREATE_USER_ID, | 77 | + ID, USER_ID, OPER_TYPE_CODE, OPER_TYPE_NAME, OPER_DESC, IP, CREATE_TIME, CREATE_USER_ID, |
| 78 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME | 78 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME |
| 79 | </sql> | 79 | </sql> |
| 80 | <select id="selectByExample" parameterType="com.fedex.connect.common.model.log.UserLoginInfoExample" resultMap="BaseResultMap"> | 80 | <select id="selectByExample" parameterType="com.fedex.connect.common.model.log.UserLoginInfoExample" resultMap="BaseResultMap"> |
| ... | @@ -114,12 +114,12 @@ | ... | @@ -114,12 +114,12 @@ |
| 114 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 114 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 115 | SELECT SEQ_T_LOG_USER_LOGIN_INFO.NEXTVAL FROM DUAL | 115 | SELECT SEQ_T_LOG_USER_LOGIN_INFO.NEXTVAL FROM DUAL |
| 116 | </selectKey> | 116 | </selectKey> |
| 117 | - insert into T_LOG_USER_LOGIN_INFO (ID, USER_ID, OPER_TYPE_ID, | 117 | + insert into T_LOG_USER_LOGIN_INFO (ID, USER_ID, OPER_TYPE_CODE, |
| 118 | OPER_TYPE_NAME, OPER_DESC, IP, | 118 | OPER_TYPE_NAME, OPER_DESC, IP, |
| 119 | CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, | 119 | CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, |
| 120 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME | 120 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME |
| 121 | ) | 121 | ) |
| 122 | - values (#{id,jdbcType=NUMERIC}, #{userId,jdbcType=NUMERIC}, #{operTypeId,jdbcType=NUMERIC}, | 122 | + values (#{id,jdbcType=NUMERIC}, #{userId,jdbcType=NUMERIC}, #{operTypeCode,jdbcType=VARCHAR}, |
| 123 | #{operTypeName,jdbcType=VARCHAR}, #{operDesc,jdbcType=VARCHAR}, #{ip,jdbcType=VARCHAR}, | 123 | #{operTypeName,jdbcType=VARCHAR}, #{operDesc,jdbcType=VARCHAR}, #{ip,jdbcType=VARCHAR}, |
| 124 | #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, | 124 | #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, |
| 125 | #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR} | 125 | #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR} |
| ... | @@ -135,8 +135,8 @@ | ... | @@ -135,8 +135,8 @@ |
| 135 | <if test="userId != null"> | 135 | <if test="userId != null"> |
| 136 | USER_ID, | 136 | USER_ID, |
| 137 | </if> | 137 | </if> |
| 138 | - <if test="operTypeId != null"> | 138 | + <if test="operTypeCode != null"> |
| 139 | - OPER_TYPE_ID, | 139 | + OPER_TYPE_CODE, |
| 140 | </if> | 140 | </if> |
| 141 | <if test="operTypeName != null"> | 141 | <if test="operTypeName != null"> |
| 142 | OPER_TYPE_NAME, | 142 | OPER_TYPE_NAME, |
| ... | @@ -171,8 +171,8 @@ | ... | @@ -171,8 +171,8 @@ |
| 171 | <if test="userId != null"> | 171 | <if test="userId != null"> |
| 172 | #{userId,jdbcType=NUMERIC}, | 172 | #{userId,jdbcType=NUMERIC}, |
| 173 | </if> | 173 | </if> |
| 174 | - <if test="operTypeId != null"> | 174 | + <if test="operTypeCode != null"> |
| 175 | - #{operTypeId,jdbcType=NUMERIC}, | 175 | + #{operTypeCode,jdbcType=VARCHAR}, |
| 176 | </if> | 176 | </if> |
| 177 | <if test="operTypeName != null"> | 177 | <if test="operTypeName != null"> |
| 178 | #{operTypeName,jdbcType=VARCHAR}, | 178 | #{operTypeName,jdbcType=VARCHAR}, |
| ... | @@ -218,8 +218,8 @@ | ... | @@ -218,8 +218,8 @@ |
| 218 | <if test="record.userId != null"> | 218 | <if test="record.userId != null"> |
| 219 | USER_ID = #{record.userId,jdbcType=NUMERIC}, | 219 | USER_ID = #{record.userId,jdbcType=NUMERIC}, |
| 220 | </if> | 220 | </if> |
| 221 | - <if test="record.operTypeId != null"> | 221 | + <if test="record.operTypeCode != null"> |
| 222 | - OPER_TYPE_ID = #{record.operTypeId,jdbcType=NUMERIC}, | 222 | + OPER_TYPE_CODE = #{record.operTypeCode,jdbcType=VARCHAR}, |
| 223 | </if> | 223 | </if> |
| 224 | <if test="record.operTypeName != null"> | 224 | <if test="record.operTypeName != null"> |
| 225 | OPER_TYPE_NAME = #{record.operTypeName,jdbcType=VARCHAR}, | 225 | OPER_TYPE_NAME = #{record.operTypeName,jdbcType=VARCHAR}, |
| ... | @@ -257,7 +257,7 @@ | ... | @@ -257,7 +257,7 @@ |
| 257 | update T_LOG_USER_LOGIN_INFO | 257 | update T_LOG_USER_LOGIN_INFO |
| 258 | set ID = #{record.id,jdbcType=NUMERIC}, | 258 | set ID = #{record.id,jdbcType=NUMERIC}, |
| 259 | USER_ID = #{record.userId,jdbcType=NUMERIC}, | 259 | USER_ID = #{record.userId,jdbcType=NUMERIC}, |
| 260 | - OPER_TYPE_ID = #{record.operTypeId,jdbcType=NUMERIC}, | 260 | + OPER_TYPE_CODE = #{record.operTypeCode,jdbcType=VARCHAR}, |
| 261 | OPER_TYPE_NAME = #{record.operTypeName,jdbcType=VARCHAR}, | 261 | OPER_TYPE_NAME = #{record.operTypeName,jdbcType=VARCHAR}, |
| 262 | OPER_DESC = #{record.operDesc,jdbcType=VARCHAR}, | 262 | OPER_DESC = #{record.operDesc,jdbcType=VARCHAR}, |
| 263 | IP = #{record.ip,jdbcType=VARCHAR}, | 263 | IP = #{record.ip,jdbcType=VARCHAR}, |
| ... | @@ -277,8 +277,8 @@ | ... | @@ -277,8 +277,8 @@ |
| 277 | <if test="userId != null"> | 277 | <if test="userId != null"> |
| 278 | USER_ID = #{userId,jdbcType=NUMERIC}, | 278 | USER_ID = #{userId,jdbcType=NUMERIC}, |
| 279 | </if> | 279 | </if> |
| 280 | - <if test="operTypeId != null"> | 280 | + <if test="operTypeCode != null"> |
| 281 | - OPER_TYPE_ID = #{operTypeId,jdbcType=NUMERIC}, | 281 | + OPER_TYPE_CODE = #{operTypeCode,jdbcType=VARCHAR}, |
| 282 | </if> | 282 | </if> |
| 283 | <if test="operTypeName != null"> | 283 | <if test="operTypeName != null"> |
| 284 | OPER_TYPE_NAME = #{operTypeName,jdbcType=VARCHAR}, | 284 | OPER_TYPE_NAME = #{operTypeName,jdbcType=VARCHAR}, |
| ... | @@ -313,7 +313,7 @@ | ... | @@ -313,7 +313,7 @@ |
| 313 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.log.UserLoginInfo"> | 313 | <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.log.UserLoginInfo"> |
| 314 | update T_LOG_USER_LOGIN_INFO | 314 | update T_LOG_USER_LOGIN_INFO |
| 315 | set USER_ID = #{userId,jdbcType=NUMERIC}, | 315 | set USER_ID = #{userId,jdbcType=NUMERIC}, |
| 316 | - OPER_TYPE_ID = #{operTypeId,jdbcType=NUMERIC}, | 316 | + OPER_TYPE_CODE = #{operTypeCode,jdbcType=VARCHAR}, |
| 317 | OPER_TYPE_NAME = #{operTypeName,jdbcType=VARCHAR}, | 317 | OPER_TYPE_NAME = #{operTypeName,jdbcType=VARCHAR}, |
| 318 | OPER_DESC = #{operDesc,jdbcType=VARCHAR}, | 318 | OPER_DESC = #{operDesc,jdbcType=VARCHAR}, |
| 319 | IP = #{ip,jdbcType=VARCHAR}, | 319 | IP = #{ip,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 T_SYS_KAFKA_TEMPORARY_STORAGE | 101 | + from ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE | 117 | + from ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE | 131 | + from ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE | 135 | + delete from ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE | 139 | + delete from ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE (ID, MESSAGE_ID, MESSAGE_CODE, | 148 | + insert into ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE | 167 | + insert into ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE | 278 | + select count(*) from ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE | 284 | + update ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE | 346 | + update ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE | 370 | + update ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE | 393 | + update ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE | 450 | + update ICLEARIMP.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 T_SYS_KAFKA_TEMPORARY_STORAGE | 471 | + update ICLEARIMP.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}, | ... | ... |
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | <result column="CODE" jdbcType="VARCHAR" property="code" /> | 6 | <result column="CODE" jdbcType="VARCHAR" property="code" /> |
| 7 | <result column="NAME" jdbcType="VARCHAR" property="name" /> | 7 | <result column="NAME" jdbcType="VARCHAR" property="name" /> |
| 8 | <result column="VALUE" jdbcType="VARCHAR" property="value" /> | 8 | <result column="VALUE" jdbcType="VARCHAR" property="value" /> |
| 9 | - <result column="TYPE_ID" jdbcType="NUMERIC" property="typeId" /> | 9 | + <result column="TYPE_CODE" jdbcType="VARCHAR" property="typeCode" /> |
| 10 | <result column="TYPE_NAME" jdbcType="VARCHAR" property="typeName" /> | 10 | <result column="TYPE_NAME" jdbcType="VARCHAR" property="typeName" /> |
| 11 | <result column="STATUS" jdbcType="NUMERIC" property="status" /> | 11 | <result column="STATUS" jdbcType="NUMERIC" property="status" /> |
| 12 | <result column="DESCRIPTION" jdbcType="VARCHAR" property="description" /> | 12 | <result column="DESCRIPTION" jdbcType="VARCHAR" property="description" /> |
| ... | @@ -76,7 +76,7 @@ | ... | @@ -76,7 +76,7 @@ |
| 76 | </where> | 76 | </where> |
| 77 | </sql> | 77 | </sql> |
| 78 | <sql id="Base_Column_List"> | 78 | <sql id="Base_Column_List"> |
| 79 | - ID, CODE, NAME, VALUE, TYPE_ID, TYPE_NAME, STATUS, DESCRIPTION, CREATE_TIME, CREATE_USER_ID, | 79 | + ID, CODE, NAME, VALUE, TYPE_CODE, TYPE_NAME, STATUS, DESCRIPTION, CREATE_TIME, CREATE_USER_ID, |
| 80 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME | 80 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME |
| 81 | </sql> | 81 | </sql> |
| 82 | <select id="selectByExample" parameterType="com.fedex.connect.common.model.sys.ParamConfigExample" resultMap="BaseResultMap"> | 82 | <select id="selectByExample" parameterType="com.fedex.connect.common.model.sys.ParamConfigExample" resultMap="BaseResultMap"> |
| ... | @@ -117,12 +117,12 @@ | ... | @@ -117,12 +117,12 @@ |
| 117 | SELECT SEQ_T_SYS_PARAM_CONFIG.NEXTVAL FROM DUAL | 117 | SELECT SEQ_T_SYS_PARAM_CONFIG.NEXTVAL FROM DUAL |
| 118 | </selectKey> | 118 | </selectKey> |
| 119 | insert into ICLEARIMP.T_SYS_PARAM_CONFIG (ID, CODE, NAME, | 119 | insert into ICLEARIMP.T_SYS_PARAM_CONFIG (ID, CODE, NAME, |
| 120 | - VALUE, TYPE_ID, TYPE_NAME, | 120 | + VALUE, TYPE_CODE, TYPE_NAME, |
| 121 | STATUS, DESCRIPTION, CREATE_TIME, | 121 | STATUS, DESCRIPTION, CREATE_TIME, |
| 122 | CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, | 122 | CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, |
| 123 | MODIFY_USER_ID, MODIFY_USER_NAME) | 123 | MODIFY_USER_ID, MODIFY_USER_NAME) |
| 124 | values (#{id,jdbcType=NUMERIC}, #{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, | 124 | values (#{id,jdbcType=NUMERIC}, #{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, |
| 125 | - #{value,jdbcType=VARCHAR}, #{typeId,jdbcType=NUMERIC}, #{typeName,jdbcType=VARCHAR}, | 125 | + #{value,jdbcType=VARCHAR}, #{typeCode,jdbcType=VARCHAR}, #{typeName,jdbcType=VARCHAR}, |
| 126 | #{status,jdbcType=NUMERIC}, #{description,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, | 126 | #{status,jdbcType=NUMERIC}, #{description,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, |
| 127 | #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, | 127 | #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, |
| 128 | #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}) | 128 | #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}) |
| ... | @@ -143,8 +143,8 @@ | ... | @@ -143,8 +143,8 @@ |
| 143 | <if test="value != null"> | 143 | <if test="value != null"> |
| 144 | VALUE, | 144 | VALUE, |
| 145 | </if> | 145 | </if> |
| 146 | - <if test="typeId != null"> | 146 | + <if test="typeCode != null"> |
| 147 | - TYPE_ID, | 147 | + TYPE_CODE, |
| 148 | </if> | 148 | </if> |
| 149 | <if test="typeName != null"> | 149 | <if test="typeName != null"> |
| 150 | TYPE_NAME, | 150 | TYPE_NAME, |
| ... | @@ -185,8 +185,8 @@ | ... | @@ -185,8 +185,8 @@ |
| 185 | <if test="value != null"> | 185 | <if test="value != null"> |
| 186 | #{value,jdbcType=VARCHAR}, | 186 | #{value,jdbcType=VARCHAR}, |
| 187 | </if> | 187 | </if> |
| 188 | - <if test="typeId != null"> | 188 | + <if test="typeCode != null"> |
| 189 | - #{typeId,jdbcType=NUMERIC}, | 189 | + #{typeCode,jdbcType=VARCHAR}, |
| 190 | </if> | 190 | </if> |
| 191 | <if test="typeName != null"> | 191 | <if test="typeName != null"> |
| 192 | #{typeName,jdbcType=VARCHAR}, | 192 | #{typeName,jdbcType=VARCHAR}, |
| ... | @@ -238,8 +238,8 @@ | ... | @@ -238,8 +238,8 @@ |
| 238 | <if test="record.value != null"> | 238 | <if test="record.value != null"> |
| 239 | VALUE = #{record.value,jdbcType=VARCHAR}, | 239 | VALUE = #{record.value,jdbcType=VARCHAR}, |
| 240 | </if> | 240 | </if> |
| 241 | - <if test="record.typeId != null"> | 241 | + <if test="record.typeCode != null"> |
| 242 | - TYPE_ID = #{record.typeId,jdbcType=NUMERIC}, | 242 | + TYPE_CODE = #{record.typeCode,jdbcType=VARCHAR}, |
| 243 | </if> | 243 | </if> |
| 244 | <if test="record.typeName != null"> | 244 | <if test="record.typeName != null"> |
| 245 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, | 245 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, |
| ... | @@ -279,7 +279,7 @@ | ... | @@ -279,7 +279,7 @@ |
| 279 | CODE = #{record.code,jdbcType=VARCHAR}, | 279 | CODE = #{record.code,jdbcType=VARCHAR}, |
| 280 | NAME = #{record.name,jdbcType=VARCHAR}, | 280 | NAME = #{record.name,jdbcType=VARCHAR}, |
| 281 | VALUE = #{record.value,jdbcType=VARCHAR}, | 281 | VALUE = #{record.value,jdbcType=VARCHAR}, |
| 282 | - TYPE_ID = #{record.typeId,jdbcType=NUMERIC}, | 282 | + TYPE_CODE = #{record.typeCode,jdbcType=VARCHAR}, |
| 283 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, | 283 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, |
| 284 | STATUS = #{record.status,jdbcType=NUMERIC}, | 284 | STATUS = #{record.status,jdbcType=NUMERIC}, |
| 285 | DESCRIPTION = #{record.description,jdbcType=VARCHAR}, | 285 | DESCRIPTION = #{record.description,jdbcType=VARCHAR}, |
| ... | @@ -305,8 +305,8 @@ | ... | @@ -305,8 +305,8 @@ |
| 305 | <if test="value != null"> | 305 | <if test="value != null"> |
| 306 | VALUE = #{value,jdbcType=VARCHAR}, | 306 | VALUE = #{value,jdbcType=VARCHAR}, |
| 307 | </if> | 307 | </if> |
| 308 | - <if test="typeId != null"> | 308 | + <if test="typeCode != null"> |
| 309 | - TYPE_ID = #{typeId,jdbcType=NUMERIC}, | 309 | + TYPE_CODE = #{typeCode,jdbcType=VARCHAR}, |
| 310 | </if> | 310 | </if> |
| 311 | <if test="typeName != null"> | 311 | <if test="typeName != null"> |
| 312 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, | 312 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, |
| ... | @@ -343,7 +343,7 @@ | ... | @@ -343,7 +343,7 @@ |
| 343 | set CODE = #{code,jdbcType=VARCHAR}, | 343 | set CODE = #{code,jdbcType=VARCHAR}, |
| 344 | NAME = #{name,jdbcType=VARCHAR}, | 344 | NAME = #{name,jdbcType=VARCHAR}, |
| 345 | VALUE = #{value,jdbcType=VARCHAR}, | 345 | VALUE = #{value,jdbcType=VARCHAR}, |
| 346 | - TYPE_ID = #{typeId,jdbcType=NUMERIC}, | 346 | + TYPE_CODE = #{typeCode,jdbcType=VARCHAR}, |
| 347 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, | 347 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, |
| 348 | STATUS = #{status,jdbcType=NUMERIC}, | 348 | STATUS = #{status,jdbcType=NUMERIC}, |
| 349 | DESCRIPTION = #{description,jdbcType=VARCHAR}, | 349 | DESCRIPTION = #{description,jdbcType=VARCHAR}, | ... | ... |
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | <result column="CODE" jdbcType="VARCHAR" property="code" /> | 6 | <result column="CODE" jdbcType="VARCHAR" property="code" /> |
| 7 | <result column="NAME" jdbcType="VARCHAR" property="name" /> | 7 | <result column="NAME" jdbcType="VARCHAR" property="name" /> |
| 8 | <result column="ROLE_DESC" jdbcType="VARCHAR" property="roleDesc" /> | 8 | <result column="ROLE_DESC" jdbcType="VARCHAR" property="roleDesc" /> |
| 9 | - <result column="TYPE_ID" jdbcType="NUMERIC" property="typeId" /> | 9 | + <result column="TYPE_CODE" jdbcType="VARCHAR" property="typeCode" /> |
| 10 | <result column="TYPE_NAME" jdbcType="VARCHAR" property="typeName" /> | 10 | <result column="TYPE_NAME" jdbcType="VARCHAR" property="typeName" /> |
| 11 | <result column="STATUS" jdbcType="NUMERIC" property="status" /> | 11 | <result column="STATUS" jdbcType="NUMERIC" property="status" /> |
| 12 | <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" /> | 12 | <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" /> |
| ... | @@ -75,7 +75,7 @@ | ... | @@ -75,7 +75,7 @@ |
| 75 | </where> | 75 | </where> |
| 76 | </sql> | 76 | </sql> |
| 77 | <sql id="Base_Column_List"> | 77 | <sql id="Base_Column_List"> |
| 78 | - ID, CODE, NAME, ROLE_DESC, TYPE_ID, TYPE_NAME, STATUS, CREATE_TIME, CREATE_USER_ID, | 78 | + ID, CODE, NAME, ROLE_DESC, TYPE_CODE, TYPE_NAME, STATUS, CREATE_TIME, CREATE_USER_ID, |
| 79 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME | 79 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME |
| 80 | </sql> | 80 | </sql> |
| 81 | <select id="selectByExample" parameterType="com.fedex.connect.common.model.sys.RoleExample" resultMap="BaseResultMap"> | 81 | <select id="selectByExample" parameterType="com.fedex.connect.common.model.sys.RoleExample" resultMap="BaseResultMap"> |
| ... | @@ -116,12 +116,12 @@ | ... | @@ -116,12 +116,12 @@ |
| 116 | SELECT SEQ_T_SYS_ROLE.NEXTVAL FROM DUAL | 116 | SELECT SEQ_T_SYS_ROLE.NEXTVAL FROM DUAL |
| 117 | </selectKey> | 117 | </selectKey> |
| 118 | insert into T_SYS_ROLE (ID, CODE, NAME, | 118 | insert into T_SYS_ROLE (ID, CODE, NAME, |
| 119 | - ROLE_DESC, TYPE_ID, TYPE_NAME, | 119 | + ROLE_DESC, TYPE_CODE, TYPE_NAME, |
| 120 | STATUS, CREATE_TIME, CREATE_USER_ID, | 120 | STATUS, CREATE_TIME, CREATE_USER_ID, |
| 121 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, | 121 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, |
| 122 | MODIFY_USER_NAME) | 122 | MODIFY_USER_NAME) |
| 123 | values (#{id,jdbcType=NUMERIC}, #{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, | 123 | values (#{id,jdbcType=NUMERIC}, #{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, |
| 124 | - #{roleDesc,jdbcType=VARCHAR}, #{typeId,jdbcType=NUMERIC}, #{typeName,jdbcType=VARCHAR}, | 124 | + #{roleDesc,jdbcType=VARCHAR}, #{typeCode,jdbcType=VARCHAR}, #{typeName,jdbcType=VARCHAR}, |
| 125 | #{status,jdbcType=NUMERIC}, #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, | 125 | #{status,jdbcType=NUMERIC}, #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, |
| 126 | #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, | 126 | #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, |
| 127 | #{modifyUserName,jdbcType=VARCHAR}) | 127 | #{modifyUserName,jdbcType=VARCHAR}) |
| ... | @@ -142,8 +142,8 @@ | ... | @@ -142,8 +142,8 @@ |
| 142 | <if test="roleDesc != null"> | 142 | <if test="roleDesc != null"> |
| 143 | ROLE_DESC, | 143 | ROLE_DESC, |
| 144 | </if> | 144 | </if> |
| 145 | - <if test="typeId != null"> | 145 | + <if test="typeCode != null"> |
| 146 | - TYPE_ID, | 146 | + TYPE_CODE, |
| 147 | </if> | 147 | </if> |
| 148 | <if test="typeName != null"> | 148 | <if test="typeName != null"> |
| 149 | TYPE_NAME, | 149 | TYPE_NAME, |
| ... | @@ -181,8 +181,8 @@ | ... | @@ -181,8 +181,8 @@ |
| 181 | <if test="roleDesc != null"> | 181 | <if test="roleDesc != null"> |
| 182 | #{roleDesc,jdbcType=VARCHAR}, | 182 | #{roleDesc,jdbcType=VARCHAR}, |
| 183 | </if> | 183 | </if> |
| 184 | - <if test="typeId != null"> | 184 | + <if test="typeCode != null"> |
| 185 | - #{typeId,jdbcType=NUMERIC}, | 185 | + #{typeCode,jdbcType=VARCHAR}, |
| 186 | </if> | 186 | </if> |
| 187 | <if test="typeName != null"> | 187 | <if test="typeName != null"> |
| 188 | #{typeName,jdbcType=VARCHAR}, | 188 | #{typeName,jdbcType=VARCHAR}, |
| ... | @@ -231,8 +231,8 @@ | ... | @@ -231,8 +231,8 @@ |
| 231 | <if test="record.roleDesc != null"> | 231 | <if test="record.roleDesc != null"> |
| 232 | ROLE_DESC = #{record.roleDesc,jdbcType=VARCHAR}, | 232 | ROLE_DESC = #{record.roleDesc,jdbcType=VARCHAR}, |
| 233 | </if> | 233 | </if> |
| 234 | - <if test="record.typeId != null"> | 234 | + <if test="record.typeCode != null"> |
| 235 | - TYPE_ID = #{record.typeId,jdbcType=NUMERIC}, | 235 | + TYPE_CODE = #{record.typeCode,jdbcType=VARCHAR}, |
| 236 | </if> | 236 | </if> |
| 237 | <if test="record.typeName != null"> | 237 | <if test="record.typeName != null"> |
| 238 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, | 238 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, |
| ... | @@ -269,7 +269,7 @@ | ... | @@ -269,7 +269,7 @@ |
| 269 | CODE = #{record.code,jdbcType=VARCHAR}, | 269 | CODE = #{record.code,jdbcType=VARCHAR}, |
| 270 | NAME = #{record.name,jdbcType=VARCHAR}, | 270 | NAME = #{record.name,jdbcType=VARCHAR}, |
| 271 | ROLE_DESC = #{record.roleDesc,jdbcType=VARCHAR}, | 271 | ROLE_DESC = #{record.roleDesc,jdbcType=VARCHAR}, |
| 272 | - TYPE_ID = #{record.typeId,jdbcType=NUMERIC}, | 272 | + TYPE_CODE = #{record.typeCode,jdbcType=VARCHAR}, |
| 273 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, | 273 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, |
| 274 | STATUS = #{record.status,jdbcType=NUMERIC}, | 274 | STATUS = #{record.status,jdbcType=NUMERIC}, |
| 275 | CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP}, | 275 | CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP}, |
| ... | @@ -294,8 +294,8 @@ | ... | @@ -294,8 +294,8 @@ |
| 294 | <if test="roleDesc != null"> | 294 | <if test="roleDesc != null"> |
| 295 | ROLE_DESC = #{roleDesc,jdbcType=VARCHAR}, | 295 | ROLE_DESC = #{roleDesc,jdbcType=VARCHAR}, |
| 296 | </if> | 296 | </if> |
| 297 | - <if test="typeId != null"> | 297 | + <if test="typeCode != null"> |
| 298 | - TYPE_ID = #{typeId,jdbcType=NUMERIC}, | 298 | + TYPE_CODE = #{typeCode,jdbcType=VARCHAR}, |
| 299 | </if> | 299 | </if> |
| 300 | <if test="typeName != null"> | 300 | <if test="typeName != null"> |
| 301 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, | 301 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, |
| ... | @@ -329,7 +329,7 @@ | ... | @@ -329,7 +329,7 @@ |
| 329 | set CODE = #{code,jdbcType=VARCHAR}, | 329 | set CODE = #{code,jdbcType=VARCHAR}, |
| 330 | NAME = #{name,jdbcType=VARCHAR}, | 330 | NAME = #{name,jdbcType=VARCHAR}, |
| 331 | ROLE_DESC = #{roleDesc,jdbcType=VARCHAR}, | 331 | ROLE_DESC = #{roleDesc,jdbcType=VARCHAR}, |
| 332 | - TYPE_ID = #{typeId,jdbcType=NUMERIC}, | 332 | + TYPE_CODE = #{typeCode,jdbcType=VARCHAR}, |
| 333 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, | 333 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, |
| 334 | STATUS = #{status,jdbcType=NUMERIC}, | 334 | STATUS = #{status,jdbcType=NUMERIC}, |
| 335 | CREATE_TIME = #{createTime,jdbcType=TIMESTAMP}, | 335 | CREATE_TIME = #{createTime,jdbcType=TIMESTAMP}, | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | <result column="ACCOUNT_NO" jdbcType="VARCHAR" property="accountNo" /> | 13 | <result column="ACCOUNT_NO" jdbcType="VARCHAR" property="accountNo" /> |
| 14 | <result column="UNIFIED_BUSINESS_NUM" jdbcType="VARCHAR" property="unifiedBusinessNum" /> | 14 | <result column="UNIFIED_BUSINESS_NUM" jdbcType="VARCHAR" property="unifiedBusinessNum" /> |
| 15 | <result column="CUSTOMS_SERIAL_NUM" jdbcType="VARCHAR" property="customsSerialNum" /> | 15 | <result column="CUSTOMS_SERIAL_NUM" jdbcType="VARCHAR" property="customsSerialNum" /> |
| 16 | - <result column="TYPE_ID" jdbcType="NUMERIC" property="typeId" /> | 16 | + <result column="TYPE_CODE" jdbcType="VARCHAR" property="typeCode" /> |
| 17 | <result column="TYPE_NAME" jdbcType="VARCHAR" property="typeName" /> | 17 | <result column="TYPE_NAME" jdbcType="VARCHAR" property="typeName" /> |
| 18 | <result column="STATUS" jdbcType="NUMERIC" property="status" /> | 18 | <result column="STATUS" jdbcType="NUMERIC" property="status" /> |
| 19 | <result column="REMARK" jdbcType="VARCHAR" property="remark" /> | 19 | <result column="REMARK" jdbcType="VARCHAR" property="remark" /> |
| ... | @@ -85,7 +85,7 @@ | ... | @@ -85,7 +85,7 @@ |
| 85 | </sql> | 85 | </sql> |
| 86 | <sql id="Base_Column_List"> | 86 | <sql id="Base_Column_List"> |
| 87 | ID, LOGIN_NAME, USER_NAME, PASSWORD, USER_UUID, EMAIL, PHONE, COMPANY_NAME, ACCOUNT_NO, | 87 | ID, LOGIN_NAME, USER_NAME, PASSWORD, USER_UUID, EMAIL, PHONE, COMPANY_NAME, ACCOUNT_NO, |
| 88 | - UNIFIED_BUSINESS_NUM, CUSTOMS_SERIAL_NUM, TYPE_ID, TYPE_NAME, STATUS, REMARK, CREATE_TIME, | 88 | + UNIFIED_BUSINESS_NUM, CUSTOMS_SERIAL_NUM, TYPE_CODE, TYPE_NAME, STATUS, REMARK, CREATE_TIME, |
| 89 | CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME, | 89 | CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME, |
| 90 | CONFIRM_PROMPTS | 90 | CONFIRM_PROMPTS |
| 91 | </sql> | 91 | </sql> |
| ... | @@ -129,7 +129,7 @@ | ... | @@ -129,7 +129,7 @@ |
| 129 | insert into ICLEARIMP.T_SYS_USER (ID, LOGIN_NAME, USER_NAME, | 129 | insert into ICLEARIMP.T_SYS_USER (ID, LOGIN_NAME, USER_NAME, |
| 130 | PASSWORD, USER_UUID, EMAIL, | 130 | PASSWORD, USER_UUID, EMAIL, |
| 131 | PHONE, COMPANY_NAME, ACCOUNT_NO, | 131 | PHONE, COMPANY_NAME, ACCOUNT_NO, |
| 132 | - UNIFIED_BUSINESS_NUM, CUSTOMS_SERIAL_NUM, TYPE_ID, | 132 | + UNIFIED_BUSINESS_NUM, CUSTOMS_SERIAL_NUM, TYPE_CODE, |
| 133 | TYPE_NAME, STATUS, REMARK, | 133 | TYPE_NAME, STATUS, REMARK, |
| 134 | CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, | 134 | CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, |
| 135 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME, | 135 | MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME, |
| ... | @@ -137,7 +137,7 @@ | ... | @@ -137,7 +137,7 @@ |
| 137 | values (#{id,jdbcType=NUMERIC}, #{loginName,jdbcType=VARCHAR}, #{userName,jdbcType=VARCHAR}, | 137 | values (#{id,jdbcType=NUMERIC}, #{loginName,jdbcType=VARCHAR}, #{userName,jdbcType=VARCHAR}, |
| 138 | #{password,jdbcType=VARCHAR}, #{userUuid,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR}, | 138 | #{password,jdbcType=VARCHAR}, #{userUuid,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR}, |
| 139 | #{phone,jdbcType=VARCHAR}, #{companyName,jdbcType=VARCHAR}, #{accountNo,jdbcType=VARCHAR}, | 139 | #{phone,jdbcType=VARCHAR}, #{companyName,jdbcType=VARCHAR}, #{accountNo,jdbcType=VARCHAR}, |
| 140 | - #{unifiedBusinessNum,jdbcType=VARCHAR}, #{customsSerialNum,jdbcType=VARCHAR}, #{typeId,jdbcType=NUMERIC}, | 140 | + #{unifiedBusinessNum,jdbcType=VARCHAR}, #{customsSerialNum,jdbcType=VARCHAR}, #{typeCode,jdbcType=VARCHAR}, |
| 141 | #{typeName,jdbcType=VARCHAR}, #{status,jdbcType=NUMERIC}, #{remark,jdbcType=VARCHAR}, | 141 | #{typeName,jdbcType=VARCHAR}, #{status,jdbcType=NUMERIC}, #{remark,jdbcType=VARCHAR}, |
| 142 | #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, | 142 | #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, |
| 143 | #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}, | 143 | #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}, |
| ... | @@ -180,8 +180,8 @@ | ... | @@ -180,8 +180,8 @@ |
| 180 | <if test="customsSerialNum != null"> | 180 | <if test="customsSerialNum != null"> |
| 181 | CUSTOMS_SERIAL_NUM, | 181 | CUSTOMS_SERIAL_NUM, |
| 182 | </if> | 182 | </if> |
| 183 | - <if test="typeId != null"> | 183 | + <if test="typeCode != null"> |
| 184 | - TYPE_ID, | 184 | + TYPE_CODE, |
| 185 | </if> | 185 | </if> |
| 186 | <if test="typeName != null"> | 186 | <if test="typeName != null"> |
| 187 | TYPE_NAME, | 187 | TYPE_NAME, |
| ... | @@ -246,8 +246,8 @@ | ... | @@ -246,8 +246,8 @@ |
| 246 | <if test="customsSerialNum != null"> | 246 | <if test="customsSerialNum != null"> |
| 247 | #{customsSerialNum,jdbcType=VARCHAR}, | 247 | #{customsSerialNum,jdbcType=VARCHAR}, |
| 248 | </if> | 248 | </if> |
| 249 | - <if test="typeId != null"> | 249 | + <if test="typeCode != null"> |
| 250 | - #{typeId,jdbcType=NUMERIC}, | 250 | + #{typeCode,jdbcType=VARCHAR}, |
| 251 | </if> | 251 | </if> |
| 252 | <if test="typeName != null"> | 252 | <if test="typeName != null"> |
| 253 | #{typeName,jdbcType=VARCHAR}, | 253 | #{typeName,jdbcType=VARCHAR}, |
| ... | @@ -323,8 +323,8 @@ | ... | @@ -323,8 +323,8 @@ |
| 323 | <if test="record.customsSerialNum != null"> | 323 | <if test="record.customsSerialNum != null"> |
| 324 | CUSTOMS_SERIAL_NUM = #{record.customsSerialNum,jdbcType=VARCHAR}, | 324 | CUSTOMS_SERIAL_NUM = #{record.customsSerialNum,jdbcType=VARCHAR}, |
| 325 | </if> | 325 | </if> |
| 326 | - <if test="record.typeId != null"> | 326 | + <if test="record.typeCode != null"> |
| 327 | - TYPE_ID = #{record.typeId,jdbcType=NUMERIC}, | 327 | + TYPE_CODE = #{record.typeCode,jdbcType=VARCHAR}, |
| 328 | </if> | 328 | </if> |
| 329 | <if test="record.typeName != null"> | 329 | <if test="record.typeName != null"> |
| 330 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, | 330 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, |
| ... | @@ -374,7 +374,7 @@ | ... | @@ -374,7 +374,7 @@ |
| 374 | ACCOUNT_NO = #{record.accountNo,jdbcType=VARCHAR}, | 374 | ACCOUNT_NO = #{record.accountNo,jdbcType=VARCHAR}, |
| 375 | UNIFIED_BUSINESS_NUM = #{record.unifiedBusinessNum,jdbcType=VARCHAR}, | 375 | UNIFIED_BUSINESS_NUM = #{record.unifiedBusinessNum,jdbcType=VARCHAR}, |
| 376 | CUSTOMS_SERIAL_NUM = #{record.customsSerialNum,jdbcType=VARCHAR}, | 376 | CUSTOMS_SERIAL_NUM = #{record.customsSerialNum,jdbcType=VARCHAR}, |
| 377 | - TYPE_ID = #{record.typeId,jdbcType=NUMERIC}, | 377 | + TYPE_CODE = #{record.typeCode,jdbcType=VARCHAR}, |
| 378 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, | 378 | TYPE_NAME = #{record.typeName,jdbcType=VARCHAR}, |
| 379 | STATUS = #{record.status,jdbcType=NUMERIC}, | 379 | STATUS = #{record.status,jdbcType=NUMERIC}, |
| 380 | REMARK = #{record.remark,jdbcType=VARCHAR}, | 380 | REMARK = #{record.remark,jdbcType=VARCHAR}, |
| ... | @@ -422,8 +422,8 @@ | ... | @@ -422,8 +422,8 @@ |
| 422 | <if test="customsSerialNum != null"> | 422 | <if test="customsSerialNum != null"> |
| 423 | CUSTOMS_SERIAL_NUM = #{customsSerialNum,jdbcType=VARCHAR}, | 423 | CUSTOMS_SERIAL_NUM = #{customsSerialNum,jdbcType=VARCHAR}, |
| 424 | </if> | 424 | </if> |
| 425 | - <if test="typeId != null"> | 425 | + <if test="typeCode != null"> |
| 426 | - TYPE_ID = #{typeId,jdbcType=NUMERIC}, | 426 | + TYPE_CODE = #{typeCode,jdbcType=VARCHAR}, |
| 427 | </if> | 427 | </if> |
| 428 | <if test="typeName != null"> | 428 | <if test="typeName != null"> |
| 429 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, | 429 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, |
| ... | @@ -470,7 +470,7 @@ | ... | @@ -470,7 +470,7 @@ |
| 470 | ACCOUNT_NO = #{accountNo,jdbcType=VARCHAR}, | 470 | ACCOUNT_NO = #{accountNo,jdbcType=VARCHAR}, |
| 471 | UNIFIED_BUSINESS_NUM = #{unifiedBusinessNum,jdbcType=VARCHAR}, | 471 | UNIFIED_BUSINESS_NUM = #{unifiedBusinessNum,jdbcType=VARCHAR}, |
| 472 | CUSTOMS_SERIAL_NUM = #{customsSerialNum,jdbcType=VARCHAR}, | 472 | CUSTOMS_SERIAL_NUM = #{customsSerialNum,jdbcType=VARCHAR}, |
| 473 | - TYPE_ID = #{typeId,jdbcType=NUMERIC}, | 473 | + TYPE_CODE = #{typeCode,jdbcType=VARCHAR}, |
| 474 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, | 474 | TYPE_NAME = #{typeName,jdbcType=VARCHAR}, |
| 475 | STATUS = #{status,jdbcType=NUMERIC}, | 475 | STATUS = #{status,jdbcType=NUMERIC}, |
| 476 | REMARK = #{remark,jdbcType=VARCHAR}, | 476 | REMARK = #{remark,jdbcType=VARCHAR}, | ... | ... |
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | 2 | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| 3 | -<mapper namespace="com.fedex.connect.common.dao.sys.RedisSlabMapper"> | 3 | +<mapper namespace="com.fedex.connect.common.dao.sys.redisSlabMapper"> |
| 4 | - <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.sys.RedisSlab"> | 4 | + <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.sys.redisSlab"> |
| 5 | <id column="ID" jdbcType="NUMERIC" property="id" /> | 5 | <id column="ID" jdbcType="NUMERIC" property="id" /> |
| 6 | <result column="REDIS_KEY" jdbcType="VARCHAR" property="redisKey" /> | 6 | <result column="REDIS_KEY" jdbcType="VARCHAR" property="redisKey" /> |
| 7 | <result column="REDIS_MSG" jdbcType="VARCHAR" property="redisMsg" /> | 7 | <result column="REDIS_MSG" jdbcType="VARCHAR" property="redisMsg" /> |
| ... | @@ -76,7 +76,7 @@ | ... | @@ -76,7 +76,7 @@ |
| 76 | ID, REDIS_KEY, REDIS_MSG, VALID_DURATION, DIS_TIME, CREATE_TIME, CREATE_USER_ID, | 76 | ID, REDIS_KEY, REDIS_MSG, VALID_DURATION, DIS_TIME, CREATE_TIME, CREATE_USER_ID, |
| 77 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME | 77 | CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME |
| 78 | </sql> | 78 | </sql> |
| 79 | - <select id="selectByExample" parameterType="com.fedex.connect.common.model.sys.RedisSlabExample" resultMap="BaseResultMap"> | 79 | + <select id="selectByExample" parameterType="com.fedex.connect.common.model.sys.redisSlabExample" resultMap="BaseResultMap"> |
| 80 | <include refid="OracleDialectPrefix" /> | 80 | <include refid="OracleDialectPrefix" /> |
| 81 | select | 81 | select |
| 82 | <if test="distinct"> | 82 | <if test="distinct"> |
| ... | @@ -103,13 +103,13 @@ | ... | @@ -103,13 +103,13 @@ |
| 103 | delete from T_SYS_REDIS_SLAB | 103 | delete from T_SYS_REDIS_SLAB |
| 104 | where ID = #{id,jdbcType=NUMERIC} | 104 | where ID = #{id,jdbcType=NUMERIC} |
| 105 | </delete> | 105 | </delete> |
| 106 | - <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.RedisSlabExample"> | 106 | + <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.sys.redisSlabExample"> |
| 107 | delete from T_SYS_REDIS_SLAB | 107 | delete from T_SYS_REDIS_SLAB |
| 108 | <if test="_parameter != null"> | 108 | <if test="_parameter != null"> |
| 109 | <include refid="Example_Where_Clause" /> | 109 | <include refid="Example_Where_Clause" /> |
| 110 | </if> | 110 | </if> |
| 111 | </delete> | 111 | </delete> |
| 112 | - <insert id="insert" parameterType="com.fedex.connect.common.model.sys.RedisSlab"> | 112 | + <insert id="insert" parameterType="com.fedex.connect.common.model.sys.redisSlab"> |
| 113 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 113 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 114 | SELECT SEQ_T_SYS_REDIS_SLAB.NEXTVAL FROM DUAL | 114 | SELECT SEQ_T_SYS_REDIS_SLAB.NEXTVAL FROM DUAL |
| 115 | </selectKey> | 115 | </selectKey> |
| ... | @@ -122,7 +122,7 @@ | ... | @@ -122,7 +122,7 @@ |
| 122 | #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, | 122 | #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, |
| 123 | #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}) | 123 | #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}) |
| 124 | </insert> | 124 | </insert> |
| 125 | - <insert id="insertSelective" parameterType="com.fedex.connect.common.model.sys.RedisSlab"> | 125 | + <insert id="insertSelective" parameterType="com.fedex.connect.common.model.sys.redisSlab"> |
| 126 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> | 126 | <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long"> |
| 127 | SELECT SEQ_T_SYS_REDIS_SLAB.NEXTVAL FROM DUAL | 127 | SELECT SEQ_T_SYS_REDIS_SLAB.NEXTVAL FROM DUAL |
| 128 | </selectKey> | 128 | </selectKey> |
| ... | @@ -194,7 +194,7 @@ | ... | @@ -194,7 +194,7 @@ |
| 194 | </if> | 194 | </if> |
| 195 | </trim> | 195 | </trim> |
| 196 | </insert> | 196 | </insert> |
| 197 | - <select id="countByExample" parameterType="com.fedex.connect.common.model.sys.RedisSlabExample" resultType="java.lang.Long"> | 197 | + <select id="countByExample" parameterType="com.fedex.connect.common.model.sys.redisSlabExample" resultType="java.lang.Long"> |
| 198 | select count(*) from T_SYS_REDIS_SLAB | 198 | select count(*) from T_SYS_REDIS_SLAB |
| 199 | <if test="_parameter != null"> | 199 | <if test="_parameter != null"> |
| 200 | <include refid="Example_Where_Clause" /> | 200 | <include refid="Example_Where_Clause" /> |
| ... | @@ -258,7 +258,7 @@ | ... | @@ -258,7 +258,7 @@ |
| 258 | <include refid="Update_By_Example_Where_Clause" /> | 258 | <include refid="Update_By_Example_Where_Clause" /> |
| 259 | </if> | 259 | </if> |
| 260 | </update> | 260 | </update> |
| 261 | - <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.RedisSlab"> | 261 | + <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.sys.redisSlab"> |
| 262 | update T_SYS_REDIS_SLAB | 262 | update T_SYS_REDIS_SLAB |
| 263 | <set> | 263 | <set> |
| 264 | <if test="redisKey != null"> | 264 | <if test="redisKey != null"> |
| ... | @@ -294,7 +294,7 @@ | ... | @@ -294,7 +294,7 @@ |
| 294 | </set> | 294 | </set> |
| 295 | where ID = #{id,jdbcType=NUMERIC} | 295 | where ID = #{id,jdbcType=NUMERIC} |
| 296 | </update> | 296 | </update> |
| 297 | - <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.RedisSlab"> | 297 | + <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.sys.redisSlab"> |
| 298 | update T_SYS_REDIS_SLAB | 298 | update T_SYS_REDIS_SLAB |
| 299 | set REDIS_KEY = #{redisKey,jdbcType=VARCHAR}, | 299 | set REDIS_KEY = #{redisKey,jdbcType=VARCHAR}, |
| 300 | REDIS_MSG = #{redisMsg,jdbcType=VARCHAR}, | 300 | REDIS_MSG = #{redisMsg,jdbcType=VARCHAR}, | ... | ... |
server/common-dao/src/main/java/com/fedex/connect/common/model/bi/package-info.java
deleted
100644 → 0
| 1 | -package com.fedex.connect.common.model.bi; | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| ... | @@ -19,10 +19,10 @@ public class Attachment implements Serializable { | ... | @@ -19,10 +19,10 @@ public class Attachment implements Serializable { |
| 19 | private Long bizId; | 19 | private Long bizId; |
| 20 | 20 | ||
| 21 | /** | 21 | /** |
| 22 | - * 业务类型ID。 | 22 | + * 业务类型CODE。 |
| 23 | 关联数据字典表。指定字典目录CODE:ATTACHMENT_BIZ_TYPE | 23 | 关联数据字典表。指定字典目录CODE:ATTACHMENT_BIZ_TYPE |
| 24 | */ | 24 | */ |
| 25 | - private Long bizTypeId; | 25 | + private String bizTypeCode; |
| 26 | 26 | ||
| 27 | /** | 27 | /** |
| 28 | * 业务类型名称(用户上传、系统生成) | 28 | * 业务类型名称(用户上传、系统生成) |
| ... | @@ -45,9 +45,9 @@ public class Attachment implements Serializable { | ... | @@ -45,9 +45,9 @@ public class Attachment implements Serializable { |
| 45 | private String filePath; | 45 | private String filePath; |
| 46 | 46 | ||
| 47 | /** | 47 | /** |
| 48 | - * 文件类型ID。关联数据字典表。指定字典目录CODE:ATTACHMENT_FILE_TYPE | 48 | + * 文件类型CODE。关联数据字典表。指定字典目录CODE:ATTACHMENT_FILE_TYPE |
| 49 | */ | 49 | */ |
| 50 | - private Long fileTypeId; | 50 | + private String fileTypeCode; |
| 51 | 51 | ||
| 52 | /** | 52 | /** |
| 53 | * 文件类型名称(压缩包、PDF) | 53 | * 文件类型名称(压缩包、PDF) |
| ... | @@ -94,6 +94,11 @@ public class Attachment implements Serializable { | ... | @@ -94,6 +94,11 @@ public class Attachment implements Serializable { |
| 94 | */ | 94 | */ |
| 95 | private Long uploadRecordId; | 95 | private Long uploadRecordId; |
| 96 | 96 | ||
| 97 | + /** | ||
| 98 | + * 文件大小byte | ||
| 99 | + */ | ||
| 100 | + private Long fileSize; | ||
| 101 | + | ||
| 97 | private static final long serialVersionUID = 1L; | 102 | private static final long serialVersionUID = 1L; |
| 98 | 103 | ||
| 99 | public Long getId() { | 104 | public Long getId() { |
| ... | @@ -112,12 +117,12 @@ public class Attachment implements Serializable { | ... | @@ -112,12 +117,12 @@ public class Attachment implements Serializable { |
| 112 | this.bizId = bizId; | 117 | this.bizId = bizId; |
| 113 | } | 118 | } |
| 114 | 119 | ||
| 115 | - public Long getBizTypeId() { | 120 | + public String getBizTypeCode() { |
| 116 | - return bizTypeId; | 121 | + return bizTypeCode; |
| 117 | } | 122 | } |
| 118 | 123 | ||
| 119 | - public void setBizTypeId(Long bizTypeId) { | 124 | + public void setBizTypeCode(String bizTypeCode) { |
| 120 | - this.bizTypeId = bizTypeId; | 125 | + this.bizTypeCode = bizTypeCode == null ? null : bizTypeCode.trim(); |
| 121 | } | 126 | } |
| 122 | 127 | ||
| 123 | public String getBizTypeName() { | 128 | public String getBizTypeName() { |
| ... | @@ -152,12 +157,12 @@ public class Attachment implements Serializable { | ... | @@ -152,12 +157,12 @@ public class Attachment implements Serializable { |
| 152 | this.filePath = filePath == null ? null : filePath.trim(); | 157 | this.filePath = filePath == null ? null : filePath.trim(); |
| 153 | } | 158 | } |
| 154 | 159 | ||
| 155 | - public Long getFileTypeId() { | 160 | + public String getFileTypeCode() { |
| 156 | - return fileTypeId; | 161 | + return fileTypeCode; |
| 157 | } | 162 | } |
| 158 | 163 | ||
| 159 | - public void setFileTypeId(Long fileTypeId) { | 164 | + public void setFileTypeCode(String fileTypeCode) { |
| 160 | - this.fileTypeId = fileTypeId; | 165 | + this.fileTypeCode = fileTypeCode == null ? null : fileTypeCode.trim(); |
| 161 | } | 166 | } |
| 162 | 167 | ||
| 163 | public String getFileTypeName() { | 168 | public String getFileTypeName() { |
| ... | @@ -232,6 +237,14 @@ public class Attachment implements Serializable { | ... | @@ -232,6 +237,14 @@ public class Attachment implements Serializable { |
| 232 | this.uploadRecordId = uploadRecordId; | 237 | this.uploadRecordId = uploadRecordId; |
| 233 | } | 238 | } |
| 234 | 239 | ||
| 240 | + public Long getFileSize() { | ||
| 241 | + return fileSize; | ||
| 242 | + } | ||
| 243 | + | ||
| 244 | + public void setFileSize(Long fileSize) { | ||
| 245 | + this.fileSize = fileSize; | ||
| 246 | + } | ||
| 247 | + | ||
| 235 | @Override | 248 | @Override |
| 236 | public String toString() { | 249 | public String toString() { |
| 237 | StringBuilder sb = new StringBuilder(); | 250 | StringBuilder sb = new StringBuilder(); |
| ... | @@ -240,12 +253,12 @@ public class Attachment implements Serializable { | ... | @@ -240,12 +253,12 @@ public class Attachment implements Serializable { |
| 240 | sb.append("Hash = ").append(hashCode()); | 253 | sb.append("Hash = ").append(hashCode()); |
| 241 | sb.append(", id=").append(id); | 254 | sb.append(", id=").append(id); |
| 242 | sb.append(", bizId=").append(bizId); | 255 | sb.append(", bizId=").append(bizId); |
| 243 | - sb.append(", bizTypeId=").append(bizTypeId); | 256 | + sb.append(", bizTypeCode=").append(bizTypeCode); |
| 244 | sb.append(", bizTypeName=").append(bizTypeName); | 257 | sb.append(", bizTypeName=").append(bizTypeName); |
| 245 | sb.append(", sourceFileName=").append(sourceFileName); | 258 | sb.append(", sourceFileName=").append(sourceFileName); |
| 246 | sb.append(", fileName=").append(fileName); | 259 | sb.append(", fileName=").append(fileName); |
| 247 | sb.append(", filePath=").append(filePath); | 260 | sb.append(", filePath=").append(filePath); |
| 248 | - sb.append(", fileTypeId=").append(fileTypeId); | 261 | + sb.append(", fileTypeCode=").append(fileTypeCode); |
| 249 | sb.append(", fileTypeName=").append(fileTypeName); | 262 | sb.append(", fileTypeName=").append(fileTypeName); |
| 250 | sb.append(", status=").append(status); | 263 | sb.append(", status=").append(status); |
| 251 | sb.append(", createTime=").append(createTime); | 264 | sb.append(", createTime=").append(createTime); |
| ... | @@ -255,6 +268,7 @@ public class Attachment implements Serializable { | ... | @@ -255,6 +268,7 @@ public class Attachment implements Serializable { |
| 255 | sb.append(", modifyUserId=").append(modifyUserId); | 268 | sb.append(", modifyUserId=").append(modifyUserId); |
| 256 | sb.append(", modifyUserName=").append(modifyUserName); | 269 | sb.append(", modifyUserName=").append(modifyUserName); |
| 257 | sb.append(", uploadRecordId=").append(uploadRecordId); | 270 | sb.append(", uploadRecordId=").append(uploadRecordId); |
| 271 | + sb.append(", fileSize=").append(fileSize); | ||
| 258 | sb.append(", serialVersionUID=").append(serialVersionUID); | 272 | sb.append(", serialVersionUID=").append(serialVersionUID); |
| 259 | sb.append("]"); | 273 | sb.append("]"); |
| 260 | return sb.toString(); | 274 | return sb.toString(); | ... | ... |
This diff is collapsed. Click to expand it.
| ... | @@ -30,16 +30,6 @@ public class CeInfo implements Serializable { | ... | @@ -30,16 +30,6 @@ public class CeInfo implements Serializable { |
| 30 | private Date shipDate; | 30 | private Date shipDate; |
| 31 | 31 | ||
| 32 | /** | 32 | /** |
| 33 | - * 发货人国家 | ||
| 34 | - */ | ||
| 35 | - private String shipperCountry; | ||
| 36 | - | ||
| 37 | - /** | ||
| 38 | - * 收件人国家 | ||
| 39 | - */ | ||
| 40 | - private String recipientCountry; | ||
| 41 | - | ||
| 42 | - /** | ||
| 43 | * 目的国口岸 | 33 | * 目的国口岸 |
| 44 | */ | 34 | */ |
| 45 | private String destIataCode; | 35 | private String destIataCode; |
| ... | @@ -75,16 +65,6 @@ public class CeInfo implements Serializable { | ... | @@ -75,16 +65,6 @@ public class CeInfo implements Serializable { |
| 75 | private String modifyUserName; | 65 | private String modifyUserName; |
| 76 | 66 | ||
| 77 | /** | 67 | /** |
| 78 | - * 原产国全称 | ||
| 79 | - */ | ||
| 80 | - private String originCountry; | ||
| 81 | - | ||
| 82 | - /** | ||
| 83 | - * 目的国全称 | ||
| 84 | - */ | ||
| 85 | - private String destinationCountry; | ||
| 86 | - | ||
| 87 | - /** | ||
| 88 | * 申报币制 | 68 | * 申报币制 |
| 89 | */ | 69 | */ |
| 90 | private String customsCurrency; | 70 | private String customsCurrency; |
| ... | @@ -194,6 +174,26 @@ public class CeInfo implements Serializable { | ... | @@ -194,6 +174,26 @@ public class CeInfo implements Serializable { |
| 194 | */ | 174 | */ |
| 195 | private String docNondocFlag; | 175 | private String docNondocFlag; |
| 196 | 176 | ||
| 177 | + /** | ||
| 178 | + * 用户UUID | ||
| 179 | + */ | ||
| 180 | + private String userUuid; | ||
| 181 | + | ||
| 182 | + /** | ||
| 183 | + * 发件人邮箱 | ||
| 184 | + */ | ||
| 185 | + private String shipperEmail; | ||
| 186 | + | ||
| 187 | + /** | ||
| 188 | + * 发货人国家二字码 | ||
| 189 | + */ | ||
| 190 | + private String shipperCountry; | ||
| 191 | + | ||
| 192 | + /** | ||
| 193 | + * 收件人国家二字码 | ||
| 194 | + */ | ||
| 195 | + private String recipientCountry; | ||
| 196 | + | ||
| 197 | private static final long serialVersionUID = 1L; | 197 | private static final long serialVersionUID = 1L; |
| 198 | 198 | ||
| 199 | public Long getId() { | 199 | public Long getId() { |
| ... | @@ -228,22 +228,6 @@ public class CeInfo implements Serializable { | ... | @@ -228,22 +228,6 @@ public class CeInfo implements Serializable { |
| 228 | this.shipDate = shipDate; | 228 | this.shipDate = shipDate; |
| 229 | } | 229 | } |
| 230 | 230 | ||
| 231 | - public String getShipperCountry() { | ||
| 232 | - return shipperCountry; | ||
| 233 | - } | ||
| 234 | - | ||
| 235 | - public void setShipperCountry(String shipperCountry) { | ||
| 236 | - this.shipperCountry = shipperCountry == null ? null : shipperCountry.trim(); | ||
| 237 | - } | ||
| 238 | - | ||
| 239 | - public String getRecipientCountry() { | ||
| 240 | - return recipientCountry; | ||
| 241 | - } | ||
| 242 | - | ||
| 243 | - public void setRecipientCountry(String recipientCountry) { | ||
| 244 | - this.recipientCountry = recipientCountry == null ? null : recipientCountry.trim(); | ||
| 245 | - } | ||
| 246 | - | ||
| 247 | public String getDestIataCode() { | 231 | public String getDestIataCode() { |
| 248 | return destIataCode; | 232 | return destIataCode; |
| 249 | } | 233 | } |
| ... | @@ -300,22 +284,6 @@ public class CeInfo implements Serializable { | ... | @@ -300,22 +284,6 @@ public class CeInfo implements Serializable { |
| 300 | this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim(); | 284 | this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim(); |
| 301 | } | 285 | } |
| 302 | 286 | ||
| 303 | - public String getOriginCountry() { | ||
| 304 | - return originCountry; | ||
| 305 | - } | ||
| 306 | - | ||
| 307 | - public void setOriginCountry(String originCountry) { | ||
| 308 | - this.originCountry = originCountry == null ? null : originCountry.trim(); | ||
| 309 | - } | ||
| 310 | - | ||
| 311 | - public String getDestinationCountry() { | ||
| 312 | - return destinationCountry; | ||
| 313 | - } | ||
| 314 | - | ||
| 315 | - public void setDestinationCountry(String destinationCountry) { | ||
| 316 | - this.destinationCountry = destinationCountry == null ? null : destinationCountry.trim(); | ||
| 317 | - } | ||
| 318 | - | ||
| 319 | public String getCustomsCurrency() { | 287 | public String getCustomsCurrency() { |
| 320 | return customsCurrency; | 288 | return customsCurrency; |
| 321 | } | 289 | } |
| ... | @@ -492,6 +460,38 @@ public class CeInfo implements Serializable { | ... | @@ -492,6 +460,38 @@ public class CeInfo implements Serializable { |
| 492 | this.docNondocFlag = docNondocFlag == null ? null : docNondocFlag.trim(); | 460 | this.docNondocFlag = docNondocFlag == null ? null : docNondocFlag.trim(); |
| 493 | } | 461 | } |
| 494 | 462 | ||
| 463 | + public String getUserUuid() { | ||
| 464 | + return userUuid; | ||
| 465 | + } | ||
| 466 | + | ||
| 467 | + public void setUserUuid(String userUuid) { | ||
| 468 | + this.userUuid = userUuid == null ? null : userUuid.trim(); | ||
| 469 | + } | ||
| 470 | + | ||
| 471 | + public String getShipperEmail() { | ||
| 472 | + return shipperEmail; | ||
| 473 | + } | ||
| 474 | + | ||
| 475 | + public void setShipperEmail(String shipperEmail) { | ||
| 476 | + this.shipperEmail = shipperEmail == null ? null : shipperEmail.trim(); | ||
| 477 | + } | ||
| 478 | + | ||
| 479 | + public String getShipperCountry() { | ||
| 480 | + return shipperCountry; | ||
| 481 | + } | ||
| 482 | + | ||
| 483 | + public void setShipperCountry(String shipperCountry) { | ||
| 484 | + this.shipperCountry = shipperCountry == null ? null : shipperCountry.trim(); | ||
| 485 | + } | ||
| 486 | + | ||
| 487 | + public String getRecipientCountry() { | ||
| 488 | + return recipientCountry; | ||
| 489 | + } | ||
| 490 | + | ||
| 491 | + public void setRecipientCountry(String recipientCountry) { | ||
| 492 | + this.recipientCountry = recipientCountry == null ? null : recipientCountry.trim(); | ||
| 493 | + } | ||
| 494 | + | ||
| 495 | @Override | 495 | @Override |
| 496 | public String toString() { | 496 | public String toString() { |
| 497 | StringBuilder sb = new StringBuilder(); | 497 | StringBuilder sb = new StringBuilder(); |
| ... | @@ -502,8 +502,6 @@ public class CeInfo implements Serializable { | ... | @@ -502,8 +502,6 @@ public class CeInfo implements Serializable { |
| 502 | sb.append(", consignmentCode=").append(consignmentCode); | 502 | sb.append(", consignmentCode=").append(consignmentCode); |
| 503 | sb.append(", sendTime=").append(sendTime); | 503 | sb.append(", sendTime=").append(sendTime); |
| 504 | sb.append(", shipDate=").append(shipDate); | 504 | sb.append(", shipDate=").append(shipDate); |
| 505 | - sb.append(", shipperCountry=").append(shipperCountry); | ||
| 506 | - sb.append(", recipientCountry=").append(recipientCountry); | ||
| 507 | sb.append(", destIataCode=").append(destIataCode); | 505 | sb.append(", destIataCode=").append(destIataCode); |
| 508 | sb.append(", createTime=").append(createTime); | 506 | sb.append(", createTime=").append(createTime); |
| 509 | sb.append(", createUserId=").append(createUserId); | 507 | sb.append(", createUserId=").append(createUserId); |
| ... | @@ -511,8 +509,6 @@ public class CeInfo implements Serializable { | ... | @@ -511,8 +509,6 @@ public class CeInfo implements Serializable { |
| 511 | sb.append(", modifyTime=").append(modifyTime); | 509 | sb.append(", modifyTime=").append(modifyTime); |
| 512 | sb.append(", modifyUserId=").append(modifyUserId); | 510 | sb.append(", modifyUserId=").append(modifyUserId); |
| 513 | sb.append(", modifyUserName=").append(modifyUserName); | 511 | sb.append(", modifyUserName=").append(modifyUserName); |
| 514 | - sb.append(", originCountry=").append(originCountry); | ||
| 515 | - sb.append(", destinationCountry=").append(destinationCountry); | ||
| 516 | sb.append(", customsCurrency=").append(customsCurrency); | 512 | sb.append(", customsCurrency=").append(customsCurrency); |
| 517 | sb.append(", customsValue=").append(customsValue); | 513 | sb.append(", customsValue=").append(customsValue); |
| 518 | sb.append(", weight=").append(weight); | 514 | sb.append(", weight=").append(weight); |
| ... | @@ -535,6 +531,10 @@ public class CeInfo implements Serializable { | ... | @@ -535,6 +531,10 @@ public class CeInfo implements Serializable { |
| 535 | sb.append(", recipientCity=").append(recipientCity); | 531 | sb.append(", recipientCity=").append(recipientCity); |
| 536 | sb.append(", recipientPostalCode=").append(recipientPostalCode); | 532 | sb.append(", recipientPostalCode=").append(recipientPostalCode); |
| 537 | sb.append(", docNondocFlag=").append(docNondocFlag); | 533 | sb.append(", docNondocFlag=").append(docNondocFlag); |
| 534 | + sb.append(", userUuid=").append(userUuid); | ||
| 535 | + sb.append(", shipperEmail=").append(shipperEmail); | ||
| 536 | + sb.append(", shipperCountry=").append(shipperCountry); | ||
| 537 | + sb.append(", recipientCountry=").append(recipientCountry); | ||
| 538 | sb.append(", serialVersionUID=").append(serialVersionUID); | 538 | sb.append(", serialVersionUID=").append(serialVersionUID); |
| 539 | sb.append("]"); | 539 | sb.append("]"); |
| 540 | return sb.toString(); | 540 | return sb.toString(); | ... | ... |
This diff is collapsed. Click to expand it.
| ... | @@ -25,16 +25,6 @@ public class Consignment implements Serializable { | ... | @@ -25,16 +25,6 @@ public class Consignment implements Serializable { |
| 25 | private Date shipDate; | 25 | private Date shipDate; |
| 26 | 26 | ||
| 27 | /** | 27 | /** |
| 28 | - * 发货人国家 | ||
| 29 | - */ | ||
| 30 | - private String shipperCountry; | ||
| 31 | - | ||
| 32 | - /** | ||
| 33 | - * 收件人国家 | ||
| 34 | - */ | ||
| 35 | - private String recipientCountry; | ||
| 36 | - | ||
| 37 | - /** | ||
| 38 | * 目的国口岸 | 28 | * 目的国口岸 |
| 39 | */ | 29 | */ |
| 40 | private String destIataCode; | 30 | private String destIataCode; |
| ... | @@ -220,13 +210,13 @@ public class Consignment implements Serializable { | ... | @@ -220,13 +210,13 @@ public class Consignment implements Serializable { |
| 220 | private String recipientPostalCode; | 210 | private String recipientPostalCode; |
| 221 | 211 | ||
| 222 | /** | 212 | /** |
| 223 | - * 运单状态ID, | 213 | + * 运单状态CODE, |
| 224 | 关联数据字典表。指定字典目录CODE:CONSIGNMENT_STATUS | 214 | 关联数据字典表。指定字典目录CODE:CONSIGNMENT_STATUS |
| 225 | */ | 215 | */ |
| 226 | - private Long statusId; | 216 | + private String statusCode; |
| 227 | 217 | ||
| 228 | /** | 218 | /** |
| 229 | - * 运单状态名称(待上传、已上传、已发送) | 219 | + * 运单状态名称(上传成功、上传失败) |
| 230 | */ | 220 | */ |
| 231 | private String statusName; | 221 | private String statusName; |
| 232 | 222 | ||
| ... | @@ -246,21 +236,31 @@ public class Consignment implements Serializable { | ... | @@ -246,21 +236,31 @@ public class Consignment implements Serializable { |
| 246 | private String userInputShipperAccount; | 236 | private String userInputShipperAccount; |
| 247 | 237 | ||
| 248 | /** | 238 | /** |
| 239 | + * 用户录入原产国全称CODE,关联数据字典表。指定字典目录CODE:COUNTRY | ||
| 240 | + */ | ||
| 241 | + private String userInputOriginCountryCode; | ||
| 242 | + | ||
| 243 | + /** | ||
| 249 | * 用户录入原产国全称 | 244 | * 用户录入原产国全称 |
| 250 | */ | 245 | */ |
| 251 | - private Long userInputOriginCountryId; | 246 | + private String userInputOriginCountry; |
| 252 | 247 | ||
| 253 | /** | 248 | /** |
| 254 | - * 用户录入原产国全称ID, | 249 | + * 原产国全称CODE, |
| 255 | 关联数据字典表。指定字典目录CODE:COUNTRY | 250 | 关联数据字典表。指定字典目录CODE:COUNTRY |
| 256 | */ | 251 | */ |
| 257 | - private String userInputOriginCountry; | 252 | + private String originCountryCode; |
| 258 | 253 | ||
| 259 | /** | 254 | /** |
| 260 | - * 原产国全称ID, | 255 | + * 发件人邮箱 |
| 256 | + */ | ||
| 257 | + private String shipperEmail; | ||
| 258 | + | ||
| 259 | + /** | ||
| 260 | + * 目的国全称CODE, | ||
| 261 | 关联数据字典表。指定字典目录CODE:COUNTRY | 261 | 关联数据字典表。指定字典目录CODE:COUNTRY |
| 262 | */ | 262 | */ |
| 263 | - private Long originCountryId; | 263 | + private String destinationCountryCode; |
| 264 | 264 | ||
| 265 | private static final long serialVersionUID = 1L; | 265 | private static final long serialVersionUID = 1L; |
| 266 | 266 | ||
| ... | @@ -288,22 +288,6 @@ public class Consignment implements Serializable { | ... | @@ -288,22 +288,6 @@ public class Consignment implements Serializable { |
| 288 | this.shipDate = shipDate; | 288 | this.shipDate = shipDate; |
| 289 | } | 289 | } |
| 290 | 290 | ||
| 291 | - public String getShipperCountry() { | ||
| 292 | - return shipperCountry; | ||
| 293 | - } | ||
| 294 | - | ||
| 295 | - public void setShipperCountry(String shipperCountry) { | ||
| 296 | - this.shipperCountry = shipperCountry == null ? null : shipperCountry.trim(); | ||
| 297 | - } | ||
| 298 | - | ||
| 299 | - public String getRecipientCountry() { | ||
| 300 | - return recipientCountry; | ||
| 301 | - } | ||
| 302 | - | ||
| 303 | - public void setRecipientCountry(String recipientCountry) { | ||
| 304 | - this.recipientCountry = recipientCountry == null ? null : recipientCountry.trim(); | ||
| 305 | - } | ||
| 306 | - | ||
| 307 | public String getDestIataCode() { | 291 | public String getDestIataCode() { |
| 308 | return destIataCode; | 292 | return destIataCode; |
| 309 | } | 293 | } |
| ... | @@ -600,12 +584,12 @@ public class Consignment implements Serializable { | ... | @@ -600,12 +584,12 @@ public class Consignment implements Serializable { |
| 600 | this.recipientPostalCode = recipientPostalCode == null ? null : recipientPostalCode.trim(); | 584 | this.recipientPostalCode = recipientPostalCode == null ? null : recipientPostalCode.trim(); |
| 601 | } | 585 | } |
| 602 | 586 | ||
| 603 | - public Long getStatusId() { | 587 | + public String getStatusCode() { |
| 604 | - return statusId; | 588 | + return statusCode; |
| 605 | } | 589 | } |
| 606 | 590 | ||
| 607 | - public void setStatusId(Long statusId) { | 591 | + public void setStatusCode(String statusCode) { |
| 608 | - this.statusId = statusId; | 592 | + this.statusCode = statusCode == null ? null : statusCode.trim(); |
| 609 | } | 593 | } |
| 610 | 594 | ||
| 611 | public String getStatusName() { | 595 | public String getStatusName() { |
| ... | @@ -640,12 +624,12 @@ public class Consignment implements Serializable { | ... | @@ -640,12 +624,12 @@ public class Consignment implements Serializable { |
| 640 | this.userInputShipperAccount = userInputShipperAccount == null ? null : userInputShipperAccount.trim(); | 624 | this.userInputShipperAccount = userInputShipperAccount == null ? null : userInputShipperAccount.trim(); |
| 641 | } | 625 | } |
| 642 | 626 | ||
| 643 | - public Long getUserInputOriginCountryId() { | 627 | + public String getUserInputOriginCountryCode() { |
| 644 | - return userInputOriginCountryId; | 628 | + return userInputOriginCountryCode; |
| 645 | } | 629 | } |
| 646 | 630 | ||
| 647 | - public void setUserInputOriginCountryId(Long userInputOriginCountryId) { | 631 | + public void setUserInputOriginCountryCode(String userInputOriginCountryCode) { |
| 648 | - this.userInputOriginCountryId = userInputOriginCountryId; | 632 | + this.userInputOriginCountryCode = userInputOriginCountryCode == null ? null : userInputOriginCountryCode.trim(); |
| 649 | } | 633 | } |
| 650 | 634 | ||
| 651 | public String getUserInputOriginCountry() { | 635 | public String getUserInputOriginCountry() { |
| ... | @@ -656,12 +640,28 @@ public class Consignment implements Serializable { | ... | @@ -656,12 +640,28 @@ public class Consignment implements Serializable { |
| 656 | this.userInputOriginCountry = userInputOriginCountry == null ? null : userInputOriginCountry.trim(); | 640 | this.userInputOriginCountry = userInputOriginCountry == null ? null : userInputOriginCountry.trim(); |
| 657 | } | 641 | } |
| 658 | 642 | ||
| 659 | - public Long getOriginCountryId() { | 643 | + public String getOriginCountryCode() { |
| 660 | - return originCountryId; | 644 | + return originCountryCode; |
| 645 | + } | ||
| 646 | + | ||
| 647 | + public void setOriginCountryCode(String originCountryCode) { | ||
| 648 | + this.originCountryCode = originCountryCode == null ? null : originCountryCode.trim(); | ||
| 649 | + } | ||
| 650 | + | ||
| 651 | + public String getShipperEmail() { | ||
| 652 | + return shipperEmail; | ||
| 653 | + } | ||
| 654 | + | ||
| 655 | + public void setShipperEmail(String shipperEmail) { | ||
| 656 | + this.shipperEmail = shipperEmail == null ? null : shipperEmail.trim(); | ||
| 657 | + } | ||
| 658 | + | ||
| 659 | + public String getDestinationCountryCode() { | ||
| 660 | + return destinationCountryCode; | ||
| 661 | } | 661 | } |
| 662 | 662 | ||
| 663 | - public void setOriginCountryId(Long originCountryId) { | 663 | + public void setDestinationCountryCode(String destinationCountryCode) { |
| 664 | - this.originCountryId = originCountryId; | 664 | + this.destinationCountryCode = destinationCountryCode == null ? null : destinationCountryCode.trim(); |
| 665 | } | 665 | } |
| 666 | 666 | ||
| 667 | @Override | 667 | @Override |
| ... | @@ -673,8 +673,6 @@ public class Consignment implements Serializable { | ... | @@ -673,8 +673,6 @@ public class Consignment implements Serializable { |
| 673 | sb.append(", id=").append(id); | 673 | sb.append(", id=").append(id); |
| 674 | sb.append(", consignmentCode=").append(consignmentCode); | 674 | sb.append(", consignmentCode=").append(consignmentCode); |
| 675 | sb.append(", shipDate=").append(shipDate); | 675 | sb.append(", shipDate=").append(shipDate); |
| 676 | - sb.append(", shipperCountry=").append(shipperCountry); | ||
| 677 | - sb.append(", recipientCountry=").append(recipientCountry); | ||
| 678 | sb.append(", destIataCode=").append(destIataCode); | 676 | sb.append(", destIataCode=").append(destIataCode); |
| 679 | sb.append(", originCountry=").append(originCountry); | 677 | sb.append(", originCountry=").append(originCountry); |
| 680 | sb.append(", destinationCountry=").append(destinationCountry); | 678 | sb.append(", destinationCountry=").append(destinationCountry); |
| ... | @@ -712,14 +710,16 @@ public class Consignment implements Serializable { | ... | @@ -712,14 +710,16 @@ public class Consignment implements Serializable { |
| 712 | sb.append(", modifyUserName=").append(modifyUserName); | 710 | sb.append(", modifyUserName=").append(modifyUserName); |
| 713 | sb.append(", ceInfoId=").append(ceInfoId); | 711 | sb.append(", ceInfoId=").append(ceInfoId); |
| 714 | sb.append(", recipientPostalCode=").append(recipientPostalCode); | 712 | sb.append(", recipientPostalCode=").append(recipientPostalCode); |
| 715 | - sb.append(", statusId=").append(statusId); | 713 | + sb.append(", statusCode=").append(statusCode); |
| 716 | sb.append(", statusName=").append(statusName); | 714 | sb.append(", statusName=").append(statusName); |
| 717 | sb.append(", docNondocFlag=").append(docNondocFlag); | 715 | sb.append(", docNondocFlag=").append(docNondocFlag); |
| 718 | sb.append(", userUuid=").append(userUuid); | 716 | sb.append(", userUuid=").append(userUuid); |
| 719 | sb.append(", userInputShipperAccount=").append(userInputShipperAccount); | 717 | sb.append(", userInputShipperAccount=").append(userInputShipperAccount); |
| 720 | - sb.append(", userInputOriginCountryId=").append(userInputOriginCountryId); | 718 | + sb.append(", userInputOriginCountryCode=").append(userInputOriginCountryCode); |
| 721 | sb.append(", userInputOriginCountry=").append(userInputOriginCountry); | 719 | sb.append(", userInputOriginCountry=").append(userInputOriginCountry); |
| 722 | - sb.append(", originCountryId=").append(originCountryId); | 720 | + sb.append(", originCountryCode=").append(originCountryCode); |
| 721 | + sb.append(", shipperEmail=").append(shipperEmail); | ||
| 722 | + sb.append(", destinationCountryCode=").append(destinationCountryCode); | ||
| 723 | sb.append(", serialVersionUID=").append(serialVersionUID); | 723 | sb.append(", serialVersionUID=").append(serialVersionUID); |
| 724 | sb.append("]"); | 724 | sb.append("]"); |
| 725 | return sb.toString(); | 725 | return sb.toString(); | ... | ... |
This diff is collapsed. Click to expand it.
| ... | @@ -39,9 +39,9 @@ public class Email implements Serializable { | ... | @@ -39,9 +39,9 @@ public class Email implements Serializable { |
| 39 | private String subject; | 39 | private String subject; |
| 40 | 40 | ||
| 41 | /** | 41 | /** |
| 42 | - * 邮件类型ID,关联数据字典表。指定字典目录CODE:EMAIL_TYPE | 42 | + * 邮件类型CODE,关联数据字典表。指定字典目录CODE:EMAIL_TYPE |
| 43 | */ | 43 | */ |
| 44 | - private Long typeId; | 44 | + private String typeCode; |
| 45 | 45 | ||
| 46 | /** | 46 | /** |
| 47 | * 邮件类型名称 | 47 | * 邮件类型名称 |
| ... | @@ -49,9 +49,9 @@ public class Email implements Serializable { | ... | @@ -49,9 +49,9 @@ public class Email implements Serializable { |
| 49 | private String typeName; | 49 | private String typeName; |
| 50 | 50 | ||
| 51 | /** | 51 | /** |
| 52 | - * 邮件状态ID,关联数据字典表。指定字典目录CODE:EMAIL_STATUS | 52 | + * 邮件状态CODE,关联数据字典表。指定字典目录CODE:EMAIL_STATUS |
| 53 | */ | 53 | */ |
| 54 | - private Long statusId; | 54 | + private String statusCode; |
| 55 | 55 | ||
| 56 | /** | 56 | /** |
| 57 | * 邮件状态名称 | 57 | * 邮件状态名称 |
| ... | @@ -153,12 +153,12 @@ public class Email implements Serializable { | ... | @@ -153,12 +153,12 @@ public class Email implements Serializable { |
| 153 | this.subject = subject == null ? null : subject.trim(); | 153 | this.subject = subject == null ? null : subject.trim(); |
| 154 | } | 154 | } |
| 155 | 155 | ||
| 156 | - public Long getTypeId() { | 156 | + public String getTypeCode() { |
| 157 | - return typeId; | 157 | + return typeCode; |
| 158 | } | 158 | } |
| 159 | 159 | ||
| 160 | - public void setTypeId(Long typeId) { | 160 | + public void setTypeCode(String typeCode) { |
| 161 | - this.typeId = typeId; | 161 | + this.typeCode = typeCode == null ? null : typeCode.trim(); |
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | public String getTypeName() { | 164 | public String getTypeName() { |
| ... | @@ -169,12 +169,12 @@ public class Email implements Serializable { | ... | @@ -169,12 +169,12 @@ public class Email implements Serializable { |
| 169 | this.typeName = typeName == null ? null : typeName.trim(); | 169 | this.typeName = typeName == null ? null : typeName.trim(); |
| 170 | } | 170 | } |
| 171 | 171 | ||
| 172 | - public Long getStatusId() { | 172 | + public String getStatusCode() { |
| 173 | - return statusId; | 173 | + return statusCode; |
| 174 | } | 174 | } |
| 175 | 175 | ||
| 176 | - public void setStatusId(Long statusId) { | 176 | + public void setStatusCode(String statusCode) { |
| 177 | - this.statusId = statusId; | 177 | + this.statusCode = statusCode == null ? null : statusCode.trim(); |
| 178 | } | 178 | } |
| 179 | 179 | ||
| 180 | public String getStatusName() { | 180 | public String getStatusName() { |
| ... | @@ -269,9 +269,9 @@ public class Email implements Serializable { | ... | @@ -269,9 +269,9 @@ public class Email implements Serializable { |
| 269 | sb.append(", toAddress=").append(toAddress); | 269 | sb.append(", toAddress=").append(toAddress); |
| 270 | sb.append(", ccAddress=").append(ccAddress); | 270 | sb.append(", ccAddress=").append(ccAddress); |
| 271 | sb.append(", subject=").append(subject); | 271 | sb.append(", subject=").append(subject); |
| 272 | - sb.append(", typeId=").append(typeId); | 272 | + sb.append(", typeCode=").append(typeCode); |
| 273 | sb.append(", typeName=").append(typeName); | 273 | sb.append(", typeName=").append(typeName); |
| 274 | - sb.append(", statusId=").append(statusId); | 274 | + sb.append(", statusCode=").append(statusCode); |
| 275 | sb.append(", statusName=").append(statusName); | 275 | sb.append(", statusName=").append(statusName); |
| 276 | sb.append(", sendNum=").append(sendNum); | 276 | sb.append(", sendNum=").append(sendNum); |
| 277 | sb.append(", sendTime=").append(sendTime); | 277 | sb.append(", sendTime=").append(sendTime); | ... | ... |
| ... | @@ -525,63 +525,73 @@ public class EmailExample { | ... | @@ -525,63 +525,73 @@ public class EmailExample { |
| 525 | return (Criteria) this; | 525 | return (Criteria) this; |
| 526 | } | 526 | } |
| 527 | 527 | ||
| 528 | - public Criteria andTypeIdIsNull() { | 528 | + public Criteria andTypeCodeIsNull() { |
| 529 | - addCriterion("TYPE_ID is null"); | 529 | + addCriterion("TYPE_CODE is null"); |
| 530 | return (Criteria) this; | 530 | return (Criteria) this; |
| 531 | } | 531 | } |
| 532 | 532 | ||
| 533 | - public Criteria andTypeIdIsNotNull() { | 533 | + public Criteria andTypeCodeIsNotNull() { |
| 534 | - addCriterion("TYPE_ID is not null"); | 534 | + addCriterion("TYPE_CODE is not null"); |
| 535 | return (Criteria) this; | 535 | return (Criteria) this; |
| 536 | } | 536 | } |
| 537 | 537 | ||
| 538 | - public Criteria andTypeIdEqualTo(Long value) { | 538 | + public Criteria andTypeCodeEqualTo(String value) { |
| 539 | - addCriterion("TYPE_ID =", value, "typeId"); | 539 | + addCriterion("TYPE_CODE =", value, "typeCode"); |
| 540 | return (Criteria) this; | 540 | return (Criteria) this; |
| 541 | } | 541 | } |
| 542 | 542 | ||
| 543 | - public Criteria andTypeIdNotEqualTo(Long value) { | 543 | + public Criteria andTypeCodeNotEqualTo(String value) { |
| 544 | - addCriterion("TYPE_ID <>", value, "typeId"); | 544 | + addCriterion("TYPE_CODE <>", value, "typeCode"); |
| 545 | return (Criteria) this; | 545 | return (Criteria) this; |
| 546 | } | 546 | } |
| 547 | 547 | ||
| 548 | - public Criteria andTypeIdGreaterThan(Long value) { | 548 | + public Criteria andTypeCodeGreaterThan(String value) { |
| 549 | - addCriterion("TYPE_ID >", value, "typeId"); | 549 | + addCriterion("TYPE_CODE >", value, "typeCode"); |
| 550 | return (Criteria) this; | 550 | return (Criteria) this; |
| 551 | } | 551 | } |
| 552 | 552 | ||
| 553 | - public Criteria andTypeIdGreaterThanOrEqualTo(Long value) { | 553 | + public Criteria andTypeCodeGreaterThanOrEqualTo(String value) { |
| 554 | - addCriterion("TYPE_ID >=", value, "typeId"); | 554 | + addCriterion("TYPE_CODE >=", value, "typeCode"); |
| 555 | return (Criteria) this; | 555 | return (Criteria) this; |
| 556 | } | 556 | } |
| 557 | 557 | ||
| 558 | - public Criteria andTypeIdLessThan(Long value) { | 558 | + public Criteria andTypeCodeLessThan(String value) { |
| 559 | - addCriterion("TYPE_ID <", value, "typeId"); | 559 | + addCriterion("TYPE_CODE <", value, "typeCode"); |
| 560 | return (Criteria) this; | 560 | return (Criteria) this; |
| 561 | } | 561 | } |
| 562 | 562 | ||
| 563 | - public Criteria andTypeIdLessThanOrEqualTo(Long value) { | 563 | + public Criteria andTypeCodeLessThanOrEqualTo(String value) { |
| 564 | - addCriterion("TYPE_ID <=", value, "typeId"); | 564 | + addCriterion("TYPE_CODE <=", value, "typeCode"); |
| 565 | return (Criteria) this; | 565 | return (Criteria) this; |
| 566 | } | 566 | } |
| 567 | 567 | ||
| 568 | - public Criteria andTypeIdIn(List<Long> values) { | 568 | + public Criteria andTypeCodeLike(String value) { |
| 569 | - addCriterion("TYPE_ID in", values, "typeId"); | 569 | + addCriterion("TYPE_CODE like", value, "typeCode"); |
| 570 | return (Criteria) this; | 570 | return (Criteria) this; |
| 571 | } | 571 | } |
| 572 | 572 | ||
| 573 | - public Criteria andTypeIdNotIn(List<Long> values) { | 573 | + public Criteria andTypeCodeNotLike(String value) { |
| 574 | - addCriterion("TYPE_ID not in", values, "typeId"); | 574 | + addCriterion("TYPE_CODE not like", value, "typeCode"); |
| 575 | return (Criteria) this; | 575 | return (Criteria) this; |
| 576 | } | 576 | } |
| 577 | 577 | ||
| 578 | - public Criteria andTypeIdBetween(Long value1, Long value2) { | 578 | + public Criteria andTypeCodeIn(List<String> values) { |
| 579 | - addCriterion("TYPE_ID between", value1, value2, "typeId"); | 579 | + addCriterion("TYPE_CODE in", values, "typeCode"); |
| 580 | return (Criteria) this; | 580 | return (Criteria) this; |
| 581 | } | 581 | } |
| 582 | 582 | ||
| 583 | - public Criteria andTypeIdNotBetween(Long value1, Long value2) { | 583 | + public Criteria andTypeCodeNotIn(List<String> values) { |
| 584 | - addCriterion("TYPE_ID not between", value1, value2, "typeId"); | 584 | + addCriterion("TYPE_CODE not in", values, "typeCode"); |
| 585 | + return (Criteria) this; | ||
| 586 | + } | ||
| 587 | + | ||
| 588 | + public Criteria andTypeCodeBetween(String value1, String value2) { | ||
| 589 | + addCriterion("TYPE_CODE between", value1, value2, "typeCode"); | ||
| 590 | + return (Criteria) this; | ||
| 591 | + } | ||
| 592 | + | ||
| 593 | + public Criteria andTypeCodeNotBetween(String value1, String value2) { | ||
| 594 | + addCriterion("TYPE_CODE not between", value1, value2, "typeCode"); | ||
| 585 | return (Criteria) this; | 595 | return (Criteria) this; |
| 586 | } | 596 | } |
| 587 | 597 | ||
| ... | @@ -655,63 +665,73 @@ public class EmailExample { | ... | @@ -655,63 +665,73 @@ public class EmailExample { |
| 655 | return (Criteria) this; | 665 | return (Criteria) this; |
| 656 | } | 666 | } |
| 657 | 667 | ||
| 658 | - public Criteria andStatusIdIsNull() { | 668 | + public Criteria andStatusCodeIsNull() { |
| 659 | - addCriterion("STATUS_ID is null"); | 669 | + addCriterion("STATUS_CODE is null"); |
| 670 | + return (Criteria) this; | ||
| 671 | + } | ||
| 672 | + | ||
| 673 | + public Criteria andStatusCodeIsNotNull() { | ||
| 674 | + addCriterion("STATUS_CODE is not null"); | ||
| 675 | + return (Criteria) this; | ||
| 676 | + } | ||
| 677 | + | ||
| 678 | + public Criteria andStatusCodeEqualTo(String value) { | ||
| 679 | + addCriterion("STATUS_CODE =", value, "statusCode"); | ||
| 660 | return (Criteria) this; | 680 | return (Criteria) this; |
| 661 | } | 681 | } |
| 662 | 682 | ||
| 663 | - public Criteria andStatusIdIsNotNull() { | 683 | + public Criteria andStatusCodeNotEqualTo(String value) { |
| 664 | - addCriterion("STATUS_ID is not null"); | 684 | + addCriterion("STATUS_CODE <>", value, "statusCode"); |
| 665 | return (Criteria) this; | 685 | return (Criteria) this; |
| 666 | } | 686 | } |
| 667 | 687 | ||
| 668 | - public Criteria andStatusIdEqualTo(Long value) { | 688 | + public Criteria andStatusCodeGreaterThan(String value) { |
| 669 | - addCriterion("STATUS_ID =", value, "statusId"); | 689 | + addCriterion("STATUS_CODE >", value, "statusCode"); |
| 670 | return (Criteria) this; | 690 | return (Criteria) this; |
| 671 | } | 691 | } |
| 672 | 692 | ||
| 673 | - public Criteria andStatusIdNotEqualTo(Long value) { | 693 | + public Criteria andStatusCodeGreaterThanOrEqualTo(String value) { |
| 674 | - addCriterion("STATUS_ID <>", value, "statusId"); | 694 | + addCriterion("STATUS_CODE >=", value, "statusCode"); |
| 675 | return (Criteria) this; | 695 | return (Criteria) this; |
| 676 | } | 696 | } |
| 677 | 697 | ||
| 678 | - public Criteria andStatusIdGreaterThan(Long value) { | 698 | + public Criteria andStatusCodeLessThan(String value) { |
| 679 | - addCriterion("STATUS_ID >", value, "statusId"); | 699 | + addCriterion("STATUS_CODE <", value, "statusCode"); |
| 680 | return (Criteria) this; | 700 | return (Criteria) this; |
| 681 | } | 701 | } |
| 682 | 702 | ||
| 683 | - public Criteria andStatusIdGreaterThanOrEqualTo(Long value) { | 703 | + public Criteria andStatusCodeLessThanOrEqualTo(String value) { |
| 684 | - addCriterion("STATUS_ID >=", value, "statusId"); | 704 | + addCriterion("STATUS_CODE <=", value, "statusCode"); |
| 685 | return (Criteria) this; | 705 | return (Criteria) this; |
| 686 | } | 706 | } |
| 687 | 707 | ||
| 688 | - public Criteria andStatusIdLessThan(Long value) { | 708 | + public Criteria andStatusCodeLike(String value) { |
| 689 | - addCriterion("STATUS_ID <", value, "statusId"); | 709 | + addCriterion("STATUS_CODE like", value, "statusCode"); |
| 690 | return (Criteria) this; | 710 | return (Criteria) this; |
| 691 | } | 711 | } |
| 692 | 712 | ||
| 693 | - public Criteria andStatusIdLessThanOrEqualTo(Long value) { | 713 | + public Criteria andStatusCodeNotLike(String value) { |
| 694 | - addCriterion("STATUS_ID <=", value, "statusId"); | 714 | + addCriterion("STATUS_CODE not like", value, "statusCode"); |
| 695 | return (Criteria) this; | 715 | return (Criteria) this; |
| 696 | } | 716 | } |
| 697 | 717 | ||
| 698 | - public Criteria andStatusIdIn(List<Long> values) { | 718 | + public Criteria andStatusCodeIn(List<String> values) { |
| 699 | - addCriterion("STATUS_ID in", values, "statusId"); | 719 | + addCriterion("STATUS_CODE in", values, "statusCode"); |
| 700 | return (Criteria) this; | 720 | return (Criteria) this; |
| 701 | } | 721 | } |
| 702 | 722 | ||
| 703 | - public Criteria andStatusIdNotIn(List<Long> values) { | 723 | + public Criteria andStatusCodeNotIn(List<String> values) { |
| 704 | - addCriterion("STATUS_ID not in", values, "statusId"); | 724 | + addCriterion("STATUS_CODE not in", values, "statusCode"); |
| 705 | return (Criteria) this; | 725 | return (Criteria) this; |
| 706 | } | 726 | } |
| 707 | 727 | ||
| 708 | - public Criteria andStatusIdBetween(Long value1, Long value2) { | 728 | + public Criteria andStatusCodeBetween(String value1, String value2) { |
| 709 | - addCriterion("STATUS_ID between", value1, value2, "statusId"); | 729 | + addCriterion("STATUS_CODE between", value1, value2, "statusCode"); |
| 710 | return (Criteria) this; | 730 | return (Criteria) this; |
| 711 | } | 731 | } |
| 712 | 732 | ||
| 713 | - public Criteria andStatusIdNotBetween(Long value1, Long value2) { | 733 | + public Criteria andStatusCodeNotBetween(String value1, String value2) { |
| 714 | - addCriterion("STATUS_ID not between", value1, value2, "statusId"); | 734 | + addCriterion("STATUS_CODE not between", value1, value2, "statusCode"); |
| 715 | return (Criteria) this; | 735 | return (Criteria) this; |
| 716 | } | 736 | } |
| 717 | 737 | ... | ... |
| ... | @@ -29,10 +29,10 @@ public class PushOb implements Serializable { | ... | @@ -29,10 +29,10 @@ public class PushOb implements Serializable { |
| 29 | private Date pushTime; | 29 | private Date pushTime; |
| 30 | 30 | ||
| 31 | /** | 31 | /** |
| 32 | - * 推送状态ID。 | 32 | + * 推送状态CODE。 |
| 33 | 关联数据字典表。指定字典目录CODE:PUSH_OB_STATUS | 33 | 关联数据字典表。指定字典目录CODE:PUSH_OB_STATUS |
| 34 | */ | 34 | */ |
| 35 | - private Long statusId; | 35 | + private String statusCode; |
| 36 | 36 | ||
| 37 | /** | 37 | /** |
| 38 | * 推送状态名称(待推送、推送成功、推送失败) | 38 | * 推送状态名称(待推送、推送成功、推送失败) |
| ... | @@ -128,12 +128,12 @@ public class PushOb implements Serializable { | ... | @@ -128,12 +128,12 @@ public class PushOb implements Serializable { |
| 128 | this.pushTime = pushTime; | 128 | this.pushTime = pushTime; |
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | - public Long getStatusId() { | 131 | + public String getStatusCode() { |
| 132 | - return statusId; | 132 | + return statusCode; |
| 133 | } | 133 | } |
| 134 | 134 | ||
| 135 | - public void setStatusId(Long statusId) { | 135 | + public void setStatusCode(String statusCode) { |
| 136 | - this.statusId = statusId; | 136 | + this.statusCode = statusCode == null ? null : statusCode.trim(); |
| 137 | } | 137 | } |
| 138 | 138 | ||
| 139 | public String getStatusName() { | 139 | public String getStatusName() { |
| ... | @@ -242,7 +242,7 @@ public class PushOb implements Serializable { | ... | @@ -242,7 +242,7 @@ public class PushOb implements Serializable { |
| 242 | sb.append(", consignmentCode=").append(consignmentCode); | 242 | sb.append(", consignmentCode=").append(consignmentCode); |
| 243 | sb.append(", consignmentId=").append(consignmentId); | 243 | sb.append(", consignmentId=").append(consignmentId); |
| 244 | sb.append(", pushTime=").append(pushTime); | 244 | sb.append(", pushTime=").append(pushTime); |
| 245 | - sb.append(", statusId=").append(statusId); | 245 | + sb.append(", statusCode=").append(statusCode); |
| 246 | sb.append(", statusName=").append(statusName); | 246 | sb.append(", statusName=").append(statusName); |
| 247 | sb.append(", pushNum=").append(pushNum); | 247 | sb.append(", pushNum=").append(pushNum); |
| 248 | sb.append(", filePath=").append(filePath); | 248 | sb.append(", filePath=").append(filePath); | ... | ... |
| ... | @@ -24,10 +24,10 @@ public class PushObDetail implements Serializable { | ... | @@ -24,10 +24,10 @@ public class PushObDetail implements Serializable { |
| 24 | private Long consignmentId; | 24 | private Long consignmentId; |
| 25 | 25 | ||
| 26 | /** | 26 | /** |
| 27 | - * 推送状态ID。 | 27 | + * 推送状态CODE。 |
| 28 | 关联数据字典表。指定字典目录CODE:PUSH_OB_STATUS | 28 | 关联数据字典表。指定字典目录CODE:PUSH_OB_STATUS |
| 29 | */ | 29 | */ |
| 30 | - private Long statusId; | 30 | + private String statusCode; |
| 31 | 31 | ||
| 32 | /** | 32 | /** |
| 33 | * 推送状态名称(待推送、推送成功、推送失败) | 33 | * 推送状态名称(待推送、推送成功、推送失败) |
| ... | @@ -35,9 +35,9 @@ public class PushObDetail implements Serializable { | ... | @@ -35,9 +35,9 @@ public class PushObDetail implements Serializable { |
| 35 | private String statusName; | 35 | private String statusName; |
| 36 | 36 | ||
| 37 | /** | 37 | /** |
| 38 | - * 推送文件类型字典ID,关联数据字典表。指定字典目录CODE:PUSH_OB_FILE_TYPE | 38 | + * 推送文件类型字典CODE,关联数据字典表。指定字典目录CODE:PUSH_OB_FILE_TYPE |
| 39 | */ | 39 | */ |
| 40 | - private Long fileTypeId; | 40 | + private String fileTypeCode; |
| 41 | 41 | ||
| 42 | /** | 42 | /** |
| 43 | * 推送文件类型名称(XXX、XXX) | 43 | * 推送文件类型名称(XXX、XXX) |
| ... | @@ -120,12 +120,12 @@ public class PushObDetail implements Serializable { | ... | @@ -120,12 +120,12 @@ public class PushObDetail implements Serializable { |
| 120 | this.consignmentId = consignmentId; | 120 | this.consignmentId = consignmentId; |
| 121 | } | 121 | } |
| 122 | 122 | ||
| 123 | - public Long getStatusId() { | 123 | + public String getStatusCode() { |
| 124 | - return statusId; | 124 | + return statusCode; |
| 125 | } | 125 | } |
| 126 | 126 | ||
| 127 | - public void setStatusId(Long statusId) { | 127 | + public void setStatusCode(String statusCode) { |
| 128 | - this.statusId = statusId; | 128 | + this.statusCode = statusCode == null ? null : statusCode.trim(); |
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | public String getStatusName() { | 131 | public String getStatusName() { |
| ... | @@ -136,12 +136,12 @@ public class PushObDetail implements Serializable { | ... | @@ -136,12 +136,12 @@ public class PushObDetail implements Serializable { |
| 136 | this.statusName = statusName == null ? null : statusName.trim(); | 136 | this.statusName = statusName == null ? null : statusName.trim(); |
| 137 | } | 137 | } |
| 138 | 138 | ||
| 139 | - public Long getFileTypeId() { | 139 | + public String getFileTypeCode() { |
| 140 | - return fileTypeId; | 140 | + return fileTypeCode; |
| 141 | } | 141 | } |
| 142 | 142 | ||
| 143 | - public void setFileTypeId(Long fileTypeId) { | 143 | + public void setFileTypeCode(String fileTypeCode) { |
| 144 | - this.fileTypeId = fileTypeId; | 144 | + this.fileTypeCode = fileTypeCode == null ? null : fileTypeCode.trim(); |
| 145 | } | 145 | } |
| 146 | 146 | ||
| 147 | public String getFileType() { | 147 | public String getFileType() { |
| ... | @@ -241,9 +241,9 @@ public class PushObDetail implements Serializable { | ... | @@ -241,9 +241,9 @@ public class PushObDetail implements Serializable { |
| 241 | sb.append(", id=").append(id); | 241 | sb.append(", id=").append(id); |
| 242 | sb.append(", consignmentCode=").append(consignmentCode); | 242 | sb.append(", consignmentCode=").append(consignmentCode); |
| 243 | sb.append(", consignmentId=").append(consignmentId); | 243 | sb.append(", consignmentId=").append(consignmentId); |
| 244 | - sb.append(", statusId=").append(statusId); | 244 | + sb.append(", statusCode=").append(statusCode); |
| 245 | sb.append(", statusName=").append(statusName); | 245 | sb.append(", statusName=").append(statusName); |
| 246 | - sb.append(", fileTypeId=").append(fileTypeId); | 246 | + sb.append(", fileTypeCode=").append(fileTypeCode); |
| 247 | sb.append(", fileType=").append(fileType); | 247 | sb.append(", fileType=").append(fileType); |
| 248 | sb.append(", fileName=").append(fileName); | 248 | sb.append(", fileName=").append(fileName); |
| 249 | sb.append(", pushObId=").append(pushObId); | 249 | sb.append(", pushObId=").append(pushObId); | ... | ... |
| ... | @@ -315,63 +315,73 @@ public class PushObDetailExample { | ... | @@ -315,63 +315,73 @@ public class PushObDetailExample { |
| 315 | return (Criteria) this; | 315 | return (Criteria) this; |
| 316 | } | 316 | } |
| 317 | 317 | ||
| 318 | - public Criteria andStatusIdIsNull() { | 318 | + public Criteria andStatusCodeIsNull() { |
| 319 | - addCriterion("STATUS_ID is null"); | 319 | + addCriterion("STATUS_CODE is null"); |
| 320 | return (Criteria) this; | 320 | return (Criteria) this; |
| 321 | } | 321 | } |
| 322 | 322 | ||
| 323 | - public Criteria andStatusIdIsNotNull() { | 323 | + public Criteria andStatusCodeIsNotNull() { |
| 324 | - addCriterion("STATUS_ID is not null"); | 324 | + addCriterion("STATUS_CODE is not null"); |
| 325 | return (Criteria) this; | 325 | return (Criteria) this; |
| 326 | } | 326 | } |
| 327 | 327 | ||
| 328 | - public Criteria andStatusIdEqualTo(Long value) { | 328 | + public Criteria andStatusCodeEqualTo(String value) { |
| 329 | - addCriterion("STATUS_ID =", value, "statusId"); | 329 | + addCriterion("STATUS_CODE =", value, "statusCode"); |
| 330 | return (Criteria) this; | 330 | return (Criteria) this; |
| 331 | } | 331 | } |
| 332 | 332 | ||
| 333 | - public Criteria andStatusIdNotEqualTo(Long value) { | 333 | + public Criteria andStatusCodeNotEqualTo(String value) { |
| 334 | - addCriterion("STATUS_ID <>", value, "statusId"); | 334 | + addCriterion("STATUS_CODE <>", value, "statusCode"); |
| 335 | return (Criteria) this; | 335 | return (Criteria) this; |
| 336 | } | 336 | } |
| 337 | 337 | ||
| 338 | - public Criteria andStatusIdGreaterThan(Long value) { | 338 | + public Criteria andStatusCodeGreaterThan(String value) { |
| 339 | - addCriterion("STATUS_ID >", value, "statusId"); | 339 | + addCriterion("STATUS_CODE >", value, "statusCode"); |
| 340 | return (Criteria) this; | 340 | return (Criteria) this; |
| 341 | } | 341 | } |
| 342 | 342 | ||
| 343 | - public Criteria andStatusIdGreaterThanOrEqualTo(Long value) { | 343 | + public Criteria andStatusCodeGreaterThanOrEqualTo(String value) { |
| 344 | - addCriterion("STATUS_ID >=", value, "statusId"); | 344 | + addCriterion("STATUS_CODE >=", value, "statusCode"); |
| 345 | return (Criteria) this; | 345 | return (Criteria) this; |
| 346 | } | 346 | } |
| 347 | 347 | ||
| 348 | - public Criteria andStatusIdLessThan(Long value) { | 348 | + public Criteria andStatusCodeLessThan(String value) { |
| 349 | - addCriterion("STATUS_ID <", value, "statusId"); | 349 | + addCriterion("STATUS_CODE <", value, "statusCode"); |
| 350 | return (Criteria) this; | 350 | return (Criteria) this; |
| 351 | } | 351 | } |
| 352 | 352 | ||
| 353 | - public Criteria andStatusIdLessThanOrEqualTo(Long value) { | 353 | + public Criteria andStatusCodeLessThanOrEqualTo(String value) { |
| 354 | - addCriterion("STATUS_ID <=", value, "statusId"); | 354 | + addCriterion("STATUS_CODE <=", value, "statusCode"); |
| 355 | return (Criteria) this; | 355 | return (Criteria) this; |
| 356 | } | 356 | } |
| 357 | 357 | ||
| 358 | - public Criteria andStatusIdIn(List<Long> values) { | 358 | + public Criteria andStatusCodeLike(String value) { |
| 359 | - addCriterion("STATUS_ID in", values, "statusId"); | 359 | + addCriterion("STATUS_CODE like", value, "statusCode"); |
| 360 | return (Criteria) this; | 360 | return (Criteria) this; |
| 361 | } | 361 | } |
| 362 | 362 | ||
| 363 | - public Criteria andStatusIdNotIn(List<Long> values) { | 363 | + public Criteria andStatusCodeNotLike(String value) { |
| 364 | - addCriterion("STATUS_ID not in", values, "statusId"); | 364 | + addCriterion("STATUS_CODE not like", value, "statusCode"); |
| 365 | return (Criteria) this; | 365 | return (Criteria) this; |
| 366 | } | 366 | } |
| 367 | 367 | ||
| 368 | - public Criteria andStatusIdBetween(Long value1, Long value2) { | 368 | + public Criteria andStatusCodeIn(List<String> values) { |
| 369 | - addCriterion("STATUS_ID between", value1, value2, "statusId"); | 369 | + addCriterion("STATUS_CODE in", values, "statusCode"); |
| 370 | return (Criteria) this; | 370 | return (Criteria) this; |
| 371 | } | 371 | } |
| 372 | 372 | ||
| 373 | - public Criteria andStatusIdNotBetween(Long value1, Long value2) { | 373 | + public Criteria andStatusCodeNotIn(List<String> values) { |
| 374 | - addCriterion("STATUS_ID not between", value1, value2, "statusId"); | 374 | + addCriterion("STATUS_CODE not in", values, "statusCode"); |
| 375 | + return (Criteria) this; | ||
| 376 | + } | ||
| 377 | + | ||
| 378 | + public Criteria andStatusCodeBetween(String value1, String value2) { | ||
| 379 | + addCriterion("STATUS_CODE between", value1, value2, "statusCode"); | ||
| 380 | + return (Criteria) this; | ||
| 381 | + } | ||
| 382 | + | ||
| 383 | + public Criteria andStatusCodeNotBetween(String value1, String value2) { | ||
| 384 | + addCriterion("STATUS_CODE not between", value1, value2, "statusCode"); | ||
| 375 | return (Criteria) this; | 385 | return (Criteria) this; |
| 376 | } | 386 | } |
| 377 | 387 | ||
| ... | @@ -445,63 +455,73 @@ public class PushObDetailExample { | ... | @@ -445,63 +455,73 @@ public class PushObDetailExample { |
| 445 | return (Criteria) this; | 455 | return (Criteria) this; |
| 446 | } | 456 | } |
| 447 | 457 | ||
| 448 | - public Criteria andFileTypeIdIsNull() { | 458 | + public Criteria andFileTypeCodeIsNull() { |
| 449 | - addCriterion("FILE_TYPE_ID is null"); | 459 | + addCriterion("FILE_TYPE_CODE is null"); |
| 460 | + return (Criteria) this; | ||
| 461 | + } | ||
| 462 | + | ||
| 463 | + public Criteria andFileTypeCodeIsNotNull() { | ||
| 464 | + addCriterion("FILE_TYPE_CODE is not null"); | ||
| 465 | + return (Criteria) this; | ||
| 466 | + } | ||
| 467 | + | ||
| 468 | + public Criteria andFileTypeCodeEqualTo(String value) { | ||
| 469 | + addCriterion("FILE_TYPE_CODE =", value, "fileTypeCode"); | ||
| 450 | return (Criteria) this; | 470 | return (Criteria) this; |
| 451 | } | 471 | } |
| 452 | 472 | ||
| 453 | - public Criteria andFileTypeIdIsNotNull() { | 473 | + public Criteria andFileTypeCodeNotEqualTo(String value) { |
| 454 | - addCriterion("FILE_TYPE_ID is not null"); | 474 | + addCriterion("FILE_TYPE_CODE <>", value, "fileTypeCode"); |
| 455 | return (Criteria) this; | 475 | return (Criteria) this; |
| 456 | } | 476 | } |
| 457 | 477 | ||
| 458 | - public Criteria andFileTypeIdEqualTo(Long value) { | 478 | + public Criteria andFileTypeCodeGreaterThan(String value) { |
| 459 | - addCriterion("FILE_TYPE_ID =", value, "fileTypeId"); | 479 | + addCriterion("FILE_TYPE_CODE >", value, "fileTypeCode"); |
| 460 | return (Criteria) this; | 480 | return (Criteria) this; |
| 461 | } | 481 | } |
| 462 | 482 | ||
| 463 | - public Criteria andFileTypeIdNotEqualTo(Long value) { | 483 | + public Criteria andFileTypeCodeGreaterThanOrEqualTo(String value) { |
| 464 | - addCriterion("FILE_TYPE_ID <>", value, "fileTypeId"); | 484 | + addCriterion("FILE_TYPE_CODE >=", value, "fileTypeCode"); |
| 465 | return (Criteria) this; | 485 | return (Criteria) this; |
| 466 | } | 486 | } |
| 467 | 487 | ||
| 468 | - public Criteria andFileTypeIdGreaterThan(Long value) { | 488 | + public Criteria andFileTypeCodeLessThan(String value) { |
| 469 | - addCriterion("FILE_TYPE_ID >", value, "fileTypeId"); | 489 | + addCriterion("FILE_TYPE_CODE <", value, "fileTypeCode"); |
| 470 | return (Criteria) this; | 490 | return (Criteria) this; |
| 471 | } | 491 | } |
| 472 | 492 | ||
| 473 | - public Criteria andFileTypeIdGreaterThanOrEqualTo(Long value) { | 493 | + public Criteria andFileTypeCodeLessThanOrEqualTo(String value) { |
| 474 | - addCriterion("FILE_TYPE_ID >=", value, "fileTypeId"); | 494 | + addCriterion("FILE_TYPE_CODE <=", value, "fileTypeCode"); |
| 475 | return (Criteria) this; | 495 | return (Criteria) this; |
| 476 | } | 496 | } |
| 477 | 497 | ||
| 478 | - public Criteria andFileTypeIdLessThan(Long value) { | 498 | + public Criteria andFileTypeCodeLike(String value) { |
| 479 | - addCriterion("FILE_TYPE_ID <", value, "fileTypeId"); | 499 | + addCriterion("FILE_TYPE_CODE like", value, "fileTypeCode"); |
| 480 | return (Criteria) this; | 500 | return (Criteria) this; |
| 481 | } | 501 | } |
| 482 | 502 | ||
| 483 | - public Criteria andFileTypeIdLessThanOrEqualTo(Long value) { | 503 | + public Criteria andFileTypeCodeNotLike(String value) { |
| 484 | - addCriterion("FILE_TYPE_ID <=", value, "fileTypeId"); | 504 | + addCriterion("FILE_TYPE_CODE not like", value, "fileTypeCode"); |
| 485 | return (Criteria) this; | 505 | return (Criteria) this; |
| 486 | } | 506 | } |
| 487 | 507 | ||
| 488 | - public Criteria andFileTypeIdIn(List<Long> values) { | 508 | + public Criteria andFileTypeCodeIn(List<String> values) { |
| 489 | - addCriterion("FILE_TYPE_ID in", values, "fileTypeId"); | 509 | + addCriterion("FILE_TYPE_CODE in", values, "fileTypeCode"); |
| 490 | return (Criteria) this; | 510 | return (Criteria) this; |
| 491 | } | 511 | } |
| 492 | 512 | ||
| 493 | - public Criteria andFileTypeIdNotIn(List<Long> values) { | 513 | + public Criteria andFileTypeCodeNotIn(List<String> values) { |
| 494 | - addCriterion("FILE_TYPE_ID not in", values, "fileTypeId"); | 514 | + addCriterion("FILE_TYPE_CODE not in", values, "fileTypeCode"); |
| 495 | return (Criteria) this; | 515 | return (Criteria) this; |
| 496 | } | 516 | } |
| 497 | 517 | ||
| 498 | - public Criteria andFileTypeIdBetween(Long value1, Long value2) { | 518 | + public Criteria andFileTypeCodeBetween(String value1, String value2) { |
| 499 | - addCriterion("FILE_TYPE_ID between", value1, value2, "fileTypeId"); | 519 | + addCriterion("FILE_TYPE_CODE between", value1, value2, "fileTypeCode"); |
| 500 | return (Criteria) this; | 520 | return (Criteria) this; |
| 501 | } | 521 | } |
| 502 | 522 | ||
| 503 | - public Criteria andFileTypeIdNotBetween(Long value1, Long value2) { | 523 | + public Criteria andFileTypeCodeNotBetween(String value1, String value2) { |
| 504 | - addCriterion("FILE_TYPE_ID not between", value1, value2, "fileTypeId"); | 524 | + addCriterion("FILE_TYPE_CODE not between", value1, value2, "fileTypeCode"); |
| 505 | return (Criteria) this; | 525 | return (Criteria) this; |
| 506 | } | 526 | } |
| 507 | 527 | ... | ... |
| ... | @@ -375,63 +375,73 @@ public class PushObExample { | ... | @@ -375,63 +375,73 @@ public class PushObExample { |
| 375 | return (Criteria) this; | 375 | return (Criteria) this; |
| 376 | } | 376 | } |
| 377 | 377 | ||
| 378 | - public Criteria andStatusIdIsNull() { | 378 | + public Criteria andStatusCodeIsNull() { |
| 379 | - addCriterion("STATUS_ID is null"); | 379 | + addCriterion("STATUS_CODE is null"); |
| 380 | return (Criteria) this; | 380 | return (Criteria) this; |
| 381 | } | 381 | } |
| 382 | 382 | ||
| 383 | - public Criteria andStatusIdIsNotNull() { | 383 | + public Criteria andStatusCodeIsNotNull() { |
| 384 | - addCriterion("STATUS_ID is not null"); | 384 | + addCriterion("STATUS_CODE is not null"); |
| 385 | return (Criteria) this; | 385 | return (Criteria) this; |
| 386 | } | 386 | } |
| 387 | 387 | ||
| 388 | - public Criteria andStatusIdEqualTo(Long value) { | 388 | + public Criteria andStatusCodeEqualTo(String value) { |
| 389 | - addCriterion("STATUS_ID =", value, "statusId"); | 389 | + addCriterion("STATUS_CODE =", value, "statusCode"); |
| 390 | return (Criteria) this; | 390 | return (Criteria) this; |
| 391 | } | 391 | } |
| 392 | 392 | ||
| 393 | - public Criteria andStatusIdNotEqualTo(Long value) { | 393 | + public Criteria andStatusCodeNotEqualTo(String value) { |
| 394 | - addCriterion("STATUS_ID <>", value, "statusId"); | 394 | + addCriterion("STATUS_CODE <>", value, "statusCode"); |
| 395 | return (Criteria) this; | 395 | return (Criteria) this; |
| 396 | } | 396 | } |
| 397 | 397 | ||
| 398 | - public Criteria andStatusIdGreaterThan(Long value) { | 398 | + public Criteria andStatusCodeGreaterThan(String value) { |
| 399 | - addCriterion("STATUS_ID >", value, "statusId"); | 399 | + addCriterion("STATUS_CODE >", value, "statusCode"); |
| 400 | return (Criteria) this; | 400 | return (Criteria) this; |
| 401 | } | 401 | } |
| 402 | 402 | ||
| 403 | - public Criteria andStatusIdGreaterThanOrEqualTo(Long value) { | 403 | + public Criteria andStatusCodeGreaterThanOrEqualTo(String value) { |
| 404 | - addCriterion("STATUS_ID >=", value, "statusId"); | 404 | + addCriterion("STATUS_CODE >=", value, "statusCode"); |
| 405 | return (Criteria) this; | 405 | return (Criteria) this; |
| 406 | } | 406 | } |
| 407 | 407 | ||
| 408 | - public Criteria andStatusIdLessThan(Long value) { | 408 | + public Criteria andStatusCodeLessThan(String value) { |
| 409 | - addCriterion("STATUS_ID <", value, "statusId"); | 409 | + addCriterion("STATUS_CODE <", value, "statusCode"); |
| 410 | return (Criteria) this; | 410 | return (Criteria) this; |
| 411 | } | 411 | } |
| 412 | 412 | ||
| 413 | - public Criteria andStatusIdLessThanOrEqualTo(Long value) { | 413 | + public Criteria andStatusCodeLessThanOrEqualTo(String value) { |
| 414 | - addCriterion("STATUS_ID <=", value, "statusId"); | 414 | + addCriterion("STATUS_CODE <=", value, "statusCode"); |
| 415 | return (Criteria) this; | 415 | return (Criteria) this; |
| 416 | } | 416 | } |
| 417 | 417 | ||
| 418 | - public Criteria andStatusIdIn(List<Long> values) { | 418 | + public Criteria andStatusCodeLike(String value) { |
| 419 | - addCriterion("STATUS_ID in", values, "statusId"); | 419 | + addCriterion("STATUS_CODE like", value, "statusCode"); |
| 420 | return (Criteria) this; | 420 | return (Criteria) this; |
| 421 | } | 421 | } |
| 422 | 422 | ||
| 423 | - public Criteria andStatusIdNotIn(List<Long> values) { | 423 | + public Criteria andStatusCodeNotLike(String value) { |
| 424 | - addCriterion("STATUS_ID not in", values, "statusId"); | 424 | + addCriterion("STATUS_CODE not like", value, "statusCode"); |
| 425 | return (Criteria) this; | 425 | return (Criteria) this; |
| 426 | } | 426 | } |
| 427 | 427 | ||
| 428 | - public Criteria andStatusIdBetween(Long value1, Long value2) { | 428 | + public Criteria andStatusCodeIn(List<String> values) { |
| 429 | - addCriterion("STATUS_ID between", value1, value2, "statusId"); | 429 | + addCriterion("STATUS_CODE in", values, "statusCode"); |
| 430 | return (Criteria) this; | 430 | return (Criteria) this; |
| 431 | } | 431 | } |
| 432 | 432 | ||
| 433 | - public Criteria andStatusIdNotBetween(Long value1, Long value2) { | 433 | + public Criteria andStatusCodeNotIn(List<String> values) { |
| 434 | - addCriterion("STATUS_ID not between", value1, value2, "statusId"); | 434 | + addCriterion("STATUS_CODE not in", values, "statusCode"); |
| 435 | + return (Criteria) this; | ||
| 436 | + } | ||
| 437 | + | ||
| 438 | + public Criteria andStatusCodeBetween(String value1, String value2) { | ||
| 439 | + addCriterion("STATUS_CODE between", value1, value2, "statusCode"); | ||
| 440 | + return (Criteria) this; | ||
| 441 | + } | ||
| 442 | + | ||
| 443 | + public Criteria andStatusCodeNotBetween(String value1, String value2) { | ||
| 444 | + addCriterion("STATUS_CODE not between", value1, value2, "statusCode"); | ||
| 435 | return (Criteria) this; | 445 | return (Criteria) this; |
| 436 | } | 446 | } |
| 437 | 447 | ... | ... |
| ... | @@ -19,14 +19,15 @@ public class UploadRecord implements Serializable { | ... | @@ -19,14 +19,15 @@ public class UploadRecord implements Serializable { |
| 19 | private Long consignmentId; | 19 | private Long consignmentId; |
| 20 | 20 | ||
| 21 | /** | 21 | /** |
| 22 | - * 上传状态(uploaded) | 22 | + * 运单状态CODE, |
| 23 | +关联数据字典表。指定字典目录CODE:CONSIGNMENT_STATUS | ||
| 23 | */ | 24 | */ |
| 24 | - private String uploadStatus; | 25 | + private String statusCode; |
| 25 | 26 | ||
| 26 | /** | 27 | /** |
| 27 | - * 状态(0:无效、1:有效) | 28 | + * 运单状态名称(上传成功、上传失败) |
| 28 | */ | 29 | */ |
| 29 | - private Long status; | 30 | + private String statusName; |
| 30 | 31 | ||
| 31 | /** | 32 | /** |
| 32 | * 创建时间 | 33 | * 创建时间 |
| ... | @@ -58,6 +59,11 @@ public class UploadRecord implements Serializable { | ... | @@ -58,6 +59,11 @@ public class UploadRecord implements Serializable { |
| 58 | */ | 59 | */ |
| 59 | private String modifyUserName; | 60 | private String modifyUserName; |
| 60 | 61 | ||
| 62 | + /** | ||
| 63 | + * 运单号 | ||
| 64 | + */ | ||
| 65 | + private String consignmentCode; | ||
| 66 | + | ||
| 61 | private static final long serialVersionUID = 1L; | 67 | private static final long serialVersionUID = 1L; |
| 62 | 68 | ||
| 63 | public Long getId() { | 69 | public Long getId() { |
| ... | @@ -76,20 +82,20 @@ public class UploadRecord implements Serializable { | ... | @@ -76,20 +82,20 @@ public class UploadRecord implements Serializable { |
| 76 | this.consignmentId = consignmentId; | 82 | this.consignmentId = consignmentId; |
| 77 | } | 83 | } |
| 78 | 84 | ||
| 79 | - public String getUploadStatus() { | 85 | + public String getStatusCode() { |
| 80 | - return uploadStatus; | 86 | + return statusCode; |
| 81 | } | 87 | } |
| 82 | 88 | ||
| 83 | - public void setUploadStatus(String uploadStatus) { | 89 | + public void setStatusCode(String statusCode) { |
| 84 | - this.uploadStatus = uploadStatus == null ? null : uploadStatus.trim(); | 90 | + this.statusCode = statusCode == null ? null : statusCode.trim(); |
| 85 | } | 91 | } |
| 86 | 92 | ||
| 87 | - public Long getStatus() { | 93 | + public String getStatusName() { |
| 88 | - return status; | 94 | + return statusName; |
| 89 | } | 95 | } |
| 90 | 96 | ||
| 91 | - public void setStatus(Long status) { | 97 | + public void setStatusName(String statusName) { |
| 92 | - this.status = status; | 98 | + this.statusName = statusName == null ? null : statusName.trim(); |
| 93 | } | 99 | } |
| 94 | 100 | ||
| 95 | public Date getCreateTime() { | 101 | public Date getCreateTime() { |
| ... | @@ -140,6 +146,14 @@ public class UploadRecord implements Serializable { | ... | @@ -140,6 +146,14 @@ public class UploadRecord implements Serializable { |
| 140 | this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim(); | 146 | this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim(); |
| 141 | } | 147 | } |
| 142 | 148 | ||
| 149 | + public String getConsignmentCode() { | ||
| 150 | + return consignmentCode; | ||
| 151 | + } | ||
| 152 | + | ||
| 153 | + public void setConsignmentCode(String consignmentCode) { | ||
| 154 | + this.consignmentCode = consignmentCode == null ? null : consignmentCode.trim(); | ||
| 155 | + } | ||
| 156 | + | ||
| 143 | @Override | 157 | @Override |
| 144 | public String toString() { | 158 | public String toString() { |
| 145 | StringBuilder sb = new StringBuilder(); | 159 | StringBuilder sb = new StringBuilder(); |
| ... | @@ -148,14 +162,15 @@ public class UploadRecord implements Serializable { | ... | @@ -148,14 +162,15 @@ public class UploadRecord implements Serializable { |
| 148 | sb.append("Hash = ").append(hashCode()); | 162 | sb.append("Hash = ").append(hashCode()); |
| 149 | sb.append(", id=").append(id); | 163 | sb.append(", id=").append(id); |
| 150 | sb.append(", consignmentId=").append(consignmentId); | 164 | sb.append(", consignmentId=").append(consignmentId); |
| 151 | - sb.append(", uploadStatus=").append(uploadStatus); | 165 | + sb.append(", statusCode=").append(statusCode); |
| 152 | - sb.append(", status=").append(status); | 166 | + sb.append(", statusName=").append(statusName); |
| 153 | sb.append(", createTime=").append(createTime); | 167 | sb.append(", createTime=").append(createTime); |
| 154 | sb.append(", createUserId=").append(createUserId); | 168 | sb.append(", createUserId=").append(createUserId); |
| 155 | sb.append(", createUserName=").append(createUserName); | 169 | sb.append(", createUserName=").append(createUserName); |
| 156 | sb.append(", modifyTime=").append(modifyTime); | 170 | sb.append(", modifyTime=").append(modifyTime); |
| 157 | sb.append(", modifyUserId=").append(modifyUserId); | 171 | sb.append(", modifyUserId=").append(modifyUserId); |
| 158 | sb.append(", modifyUserName=").append(modifyUserName); | 172 | sb.append(", modifyUserName=").append(modifyUserName); |
| 173 | + sb.append(", consignmentCode=").append(consignmentCode); | ||
| 159 | sb.append(", serialVersionUID=").append(serialVersionUID); | 174 | sb.append(", serialVersionUID=").append(serialVersionUID); |
| 160 | sb.append("]"); | 175 | sb.append("]"); |
| 161 | return sb.toString(); | 176 | return sb.toString(); | ... | ... |
This diff is collapsed. Click to expand it.
| ... | @@ -39,9 +39,9 @@ public class EmailHistory implements Serializable { | ... | @@ -39,9 +39,9 @@ public class EmailHistory implements Serializable { |
| 39 | private String subject; | 39 | private String subject; |
| 40 | 40 | ||
| 41 | /** | 41 | /** |
| 42 | - * 邮件类型ID,关联数据字典表。指定字典目录CODE:EMAIL_TYPE | 42 | + * 邮件类型CODE,关联数据字典表。指定字典目录CODE:EMAIL_TYPE |
| 43 | */ | 43 | */ |
| 44 | - private Long typeId; | 44 | + private String typeCode; |
| 45 | 45 | ||
| 46 | /** | 46 | /** |
| 47 | * 邮件类型名称 | 47 | * 邮件类型名称 |
| ... | @@ -49,9 +49,9 @@ public class EmailHistory implements Serializable { | ... | @@ -49,9 +49,9 @@ public class EmailHistory implements Serializable { |
| 49 | private String typeName; | 49 | private String typeName; |
| 50 | 50 | ||
| 51 | /** | 51 | /** |
| 52 | - * 邮件状态ID,关联数据字典表。指定字典目录CODE:EMAIL_STATUS | 52 | + * 邮件状态CODE,关联数据字典表。指定字典目录CODE:EMAIL_STATUS |
| 53 | */ | 53 | */ |
| 54 | - private Long statusId; | 54 | + private String statusCode; |
| 55 | 55 | ||
| 56 | /** | 56 | /** |
| 57 | * 邮件状态名称 | 57 | * 邮件状态名称 |
| ... | @@ -153,12 +153,12 @@ public class EmailHistory implements Serializable { | ... | @@ -153,12 +153,12 @@ public class EmailHistory implements Serializable { |
| 153 | this.subject = subject == null ? null : subject.trim(); | 153 | this.subject = subject == null ? null : subject.trim(); |
| 154 | } | 154 | } |
| 155 | 155 | ||
| 156 | - public Long getTypeId() { | 156 | + public String getTypeCode() { |
| 157 | - return typeId; | 157 | + return typeCode; |
| 158 | } | 158 | } |
| 159 | 159 | ||
| 160 | - public void setTypeId(Long typeId) { | 160 | + public void setTypeCode(String typeCode) { |
| 161 | - this.typeId = typeId; | 161 | + this.typeCode = typeCode == null ? null : typeCode.trim(); |
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | public String getTypeName() { | 164 | public String getTypeName() { |
| ... | @@ -169,12 +169,12 @@ public class EmailHistory implements Serializable { | ... | @@ -169,12 +169,12 @@ public class EmailHistory implements Serializable { |
| 169 | this.typeName = typeName == null ? null : typeName.trim(); | 169 | this.typeName = typeName == null ? null : typeName.trim(); |
| 170 | } | 170 | } |
| 171 | 171 | ||
| 172 | - public Long getStatusId() { | 172 | + public String getStatusCode() { |
| 173 | - return statusId; | 173 | + return statusCode; |
| 174 | } | 174 | } |
| 175 | 175 | ||
| 176 | - public void setStatusId(Long statusId) { | 176 | + public void setStatusCode(String statusCode) { |
| 177 | - this.statusId = statusId; | 177 | + this.statusCode = statusCode == null ? null : statusCode.trim(); |
| 178 | } | 178 | } |
| 179 | 179 | ||
| 180 | public String getStatusName() { | 180 | public String getStatusName() { |
| ... | @@ -269,9 +269,9 @@ public class EmailHistory implements Serializable { | ... | @@ -269,9 +269,9 @@ public class EmailHistory implements Serializable { |
| 269 | sb.append(", toAddress=").append(toAddress); | 269 | sb.append(", toAddress=").append(toAddress); |
| 270 | sb.append(", ccAddress=").append(ccAddress); | 270 | sb.append(", ccAddress=").append(ccAddress); |
| 271 | sb.append(", subject=").append(subject); | 271 | sb.append(", subject=").append(subject); |
| 272 | - sb.append(", typeId=").append(typeId); | 272 | + sb.append(", typeCode=").append(typeCode); |
| 273 | sb.append(", typeName=").append(typeName); | 273 | sb.append(", typeName=").append(typeName); |
| 274 | - sb.append(", statusId=").append(statusId); | 274 | + sb.append(", statusCode=").append(statusCode); |
| 275 | sb.append(", statusName=").append(statusName); | 275 | sb.append(", statusName=").append(statusName); |
| 276 | sb.append(", sendNum=").append(sendNum); | 276 | sb.append(", sendNum=").append(sendNum); |
| 277 | sb.append(", sendTime=").append(sendTime); | 277 | sb.append(", sendTime=").append(sendTime); | ... | ... |
| ... | @@ -525,63 +525,73 @@ public class EmailHistoryExample { | ... | @@ -525,63 +525,73 @@ public class EmailHistoryExample { |
| 525 | return (Criteria) this; | 525 | return (Criteria) this; |
| 526 | } | 526 | } |
| 527 | 527 | ||
| 528 | - public Criteria andTypeIdIsNull() { | 528 | + public Criteria andTypeCodeIsNull() { |
| 529 | - addCriterion("TYPE_ID is null"); | 529 | + addCriterion("TYPE_CODE is null"); |
| 530 | return (Criteria) this; | 530 | return (Criteria) this; |
| 531 | } | 531 | } |
| 532 | 532 | ||
| 533 | - public Criteria andTypeIdIsNotNull() { | 533 | + public Criteria andTypeCodeIsNotNull() { |
| 534 | - addCriterion("TYPE_ID is not null"); | 534 | + addCriterion("TYPE_CODE is not null"); |
| 535 | return (Criteria) this; | 535 | return (Criteria) this; |
| 536 | } | 536 | } |
| 537 | 537 | ||
| 538 | - public Criteria andTypeIdEqualTo(Long value) { | 538 | + public Criteria andTypeCodeEqualTo(String value) { |
| 539 | - addCriterion("TYPE_ID =", value, "typeId"); | 539 | + addCriterion("TYPE_CODE =", value, "typeCode"); |
| 540 | return (Criteria) this; | 540 | return (Criteria) this; |
| 541 | } | 541 | } |
| 542 | 542 | ||
| 543 | - public Criteria andTypeIdNotEqualTo(Long value) { | 543 | + public Criteria andTypeCodeNotEqualTo(String value) { |
| 544 | - addCriterion("TYPE_ID <>", value, "typeId"); | 544 | + addCriterion("TYPE_CODE <>", value, "typeCode"); |
| 545 | return (Criteria) this; | 545 | return (Criteria) this; |
| 546 | } | 546 | } |
| 547 | 547 | ||
| 548 | - public Criteria andTypeIdGreaterThan(Long value) { | 548 | + public Criteria andTypeCodeGreaterThan(String value) { |
| 549 | - addCriterion("TYPE_ID >", value, "typeId"); | 549 | + addCriterion("TYPE_CODE >", value, "typeCode"); |
| 550 | return (Criteria) this; | 550 | return (Criteria) this; |
| 551 | } | 551 | } |
| 552 | 552 | ||
| 553 | - public Criteria andTypeIdGreaterThanOrEqualTo(Long value) { | 553 | + public Criteria andTypeCodeGreaterThanOrEqualTo(String value) { |
| 554 | - addCriterion("TYPE_ID >=", value, "typeId"); | 554 | + addCriterion("TYPE_CODE >=", value, "typeCode"); |
| 555 | return (Criteria) this; | 555 | return (Criteria) this; |
| 556 | } | 556 | } |
| 557 | 557 | ||
| 558 | - public Criteria andTypeIdLessThan(Long value) { | 558 | + public Criteria andTypeCodeLessThan(String value) { |
| 559 | - addCriterion("TYPE_ID <", value, "typeId"); | 559 | + addCriterion("TYPE_CODE <", value, "typeCode"); |
| 560 | return (Criteria) this; | 560 | return (Criteria) this; |
| 561 | } | 561 | } |
| 562 | 562 | ||
| 563 | - public Criteria andTypeIdLessThanOrEqualTo(Long value) { | 563 | + public Criteria andTypeCodeLessThanOrEqualTo(String value) { |
| 564 | - addCriterion("TYPE_ID <=", value, "typeId"); | 564 | + addCriterion("TYPE_CODE <=", value, "typeCode"); |
| 565 | return (Criteria) this; | 565 | return (Criteria) this; |
| 566 | } | 566 | } |
| 567 | 567 | ||
| 568 | - public Criteria andTypeIdIn(List<Long> values) { | 568 | + public Criteria andTypeCodeLike(String value) { |
| 569 | - addCriterion("TYPE_ID in", values, "typeId"); | 569 | + addCriterion("TYPE_CODE like", value, "typeCode"); |
| 570 | return (Criteria) this; | 570 | return (Criteria) this; |
| 571 | } | 571 | } |
| 572 | 572 | ||
| 573 | - public Criteria andTypeIdNotIn(List<Long> values) { | 573 | + public Criteria andTypeCodeNotLike(String value) { |
| 574 | - addCriterion("TYPE_ID not in", values, "typeId"); | 574 | + addCriterion("TYPE_CODE not like", value, "typeCode"); |
| 575 | return (Criteria) this; | 575 | return (Criteria) this; |
| 576 | } | 576 | } |
| 577 | 577 | ||
| 578 | - public Criteria andTypeIdBetween(Long value1, Long value2) { | 578 | + public Criteria andTypeCodeIn(List<String> values) { |
| 579 | - addCriterion("TYPE_ID between", value1, value2, "typeId"); | 579 | + addCriterion("TYPE_CODE in", values, "typeCode"); |
| 580 | return (Criteria) this; | 580 | return (Criteria) this; |
| 581 | } | 581 | } |
| 582 | 582 | ||
| 583 | - public Criteria andTypeIdNotBetween(Long value1, Long value2) { | 583 | + public Criteria andTypeCodeNotIn(List<String> values) { |
| 584 | - addCriterion("TYPE_ID not between", value1, value2, "typeId"); | 584 | + addCriterion("TYPE_CODE not in", values, "typeCode"); |
| 585 | + return (Criteria) this; | ||
| 586 | + } | ||
| 587 | + | ||
| 588 | + public Criteria andTypeCodeBetween(String value1, String value2) { | ||
| 589 | + addCriterion("TYPE_CODE between", value1, value2, "typeCode"); | ||
| 590 | + return (Criteria) this; | ||
| 591 | + } | ||
| 592 | + | ||
| 593 | + public Criteria andTypeCodeNotBetween(String value1, String value2) { | ||
| 594 | + addCriterion("TYPE_CODE not between", value1, value2, "typeCode"); | ||
| 585 | return (Criteria) this; | 595 | return (Criteria) this; |
| 586 | } | 596 | } |
| 587 | 597 | ||
| ... | @@ -655,63 +665,73 @@ public class EmailHistoryExample { | ... | @@ -655,63 +665,73 @@ public class EmailHistoryExample { |
| 655 | return (Criteria) this; | 665 | return (Criteria) this; |
| 656 | } | 666 | } |
| 657 | 667 | ||
| 658 | - public Criteria andStatusIdIsNull() { | 668 | + public Criteria andStatusCodeIsNull() { |
| 659 | - addCriterion("STATUS_ID is null"); | 669 | + addCriterion("STATUS_CODE is null"); |
| 670 | + return (Criteria) this; | ||
| 671 | + } | ||
| 672 | + | ||
| 673 | + public Criteria andStatusCodeIsNotNull() { | ||
| 674 | + addCriterion("STATUS_CODE is not null"); | ||
| 675 | + return (Criteria) this; | ||
| 676 | + } | ||
| 677 | + | ||
| 678 | + public Criteria andStatusCodeEqualTo(String value) { | ||
| 679 | + addCriterion("STATUS_CODE =", value, "statusCode"); | ||
| 660 | return (Criteria) this; | 680 | return (Criteria) this; |
| 661 | } | 681 | } |
| 662 | 682 | ||
| 663 | - public Criteria andStatusIdIsNotNull() { | 683 | + public Criteria andStatusCodeNotEqualTo(String value) { |
| 664 | - addCriterion("STATUS_ID is not null"); | 684 | + addCriterion("STATUS_CODE <>", value, "statusCode"); |
| 665 | return (Criteria) this; | 685 | return (Criteria) this; |
| 666 | } | 686 | } |
| 667 | 687 | ||
| 668 | - public Criteria andStatusIdEqualTo(Long value) { | 688 | + public Criteria andStatusCodeGreaterThan(String value) { |
| 669 | - addCriterion("STATUS_ID =", value, "statusId"); | 689 | + addCriterion("STATUS_CODE >", value, "statusCode"); |
| 670 | return (Criteria) this; | 690 | return (Criteria) this; |
| 671 | } | 691 | } |
| 672 | 692 | ||
| 673 | - public Criteria andStatusIdNotEqualTo(Long value) { | 693 | + public Criteria andStatusCodeGreaterThanOrEqualTo(String value) { |
| 674 | - addCriterion("STATUS_ID <>", value, "statusId"); | 694 | + addCriterion("STATUS_CODE >=", value, "statusCode"); |
| 675 | return (Criteria) this; | 695 | return (Criteria) this; |
| 676 | } | 696 | } |
| 677 | 697 | ||
| 678 | - public Criteria andStatusIdGreaterThan(Long value) { | 698 | + public Criteria andStatusCodeLessThan(String value) { |
| 679 | - addCriterion("STATUS_ID >", value, "statusId"); | 699 | + addCriterion("STATUS_CODE <", value, "statusCode"); |
| 680 | return (Criteria) this; | 700 | return (Criteria) this; |
| 681 | } | 701 | } |
| 682 | 702 | ||
| 683 | - public Criteria andStatusIdGreaterThanOrEqualTo(Long value) { | 703 | + public Criteria andStatusCodeLessThanOrEqualTo(String value) { |
| 684 | - addCriterion("STATUS_ID >=", value, "statusId"); | 704 | + addCriterion("STATUS_CODE <=", value, "statusCode"); |
| 685 | return (Criteria) this; | 705 | return (Criteria) this; |
| 686 | } | 706 | } |
| 687 | 707 | ||
| 688 | - public Criteria andStatusIdLessThan(Long value) { | 708 | + public Criteria andStatusCodeLike(String value) { |
| 689 | - addCriterion("STATUS_ID <", value, "statusId"); | 709 | + addCriterion("STATUS_CODE like", value, "statusCode"); |
| 690 | return (Criteria) this; | 710 | return (Criteria) this; |
| 691 | } | 711 | } |
| 692 | 712 | ||
| 693 | - public Criteria andStatusIdLessThanOrEqualTo(Long value) { | 713 | + public Criteria andStatusCodeNotLike(String value) { |
| 694 | - addCriterion("STATUS_ID <=", value, "statusId"); | 714 | + addCriterion("STATUS_CODE not like", value, "statusCode"); |
| 695 | return (Criteria) this; | 715 | return (Criteria) this; |
| 696 | } | 716 | } |
| 697 | 717 | ||
| 698 | - public Criteria andStatusIdIn(List<Long> values) { | 718 | + public Criteria andStatusCodeIn(List<String> values) { |
| 699 | - addCriterion("STATUS_ID in", values, "statusId"); | 719 | + addCriterion("STATUS_CODE in", values, "statusCode"); |
| 700 | return (Criteria) this; | 720 | return (Criteria) this; |
| 701 | } | 721 | } |
| 702 | 722 | ||
| 703 | - public Criteria andStatusIdNotIn(List<Long> values) { | 723 | + public Criteria andStatusCodeNotIn(List<String> values) { |
| 704 | - addCriterion("STATUS_ID not in", values, "statusId"); | 724 | + addCriterion("STATUS_CODE not in", values, "statusCode"); |
| 705 | return (Criteria) this; | 725 | return (Criteria) this; |
| 706 | } | 726 | } |
| 707 | 727 | ||
| 708 | - public Criteria andStatusIdBetween(Long value1, Long value2) { | 728 | + public Criteria andStatusCodeBetween(String value1, String value2) { |
| 709 | - addCriterion("STATUS_ID between", value1, value2, "statusId"); | 729 | + addCriterion("STATUS_CODE between", value1, value2, "statusCode"); |
| 710 | return (Criteria) this; | 730 | return (Criteria) this; |
| 711 | } | 731 | } |
| 712 | 732 | ||
| 713 | - public Criteria andStatusIdNotBetween(Long value1, Long value2) { | 733 | + public Criteria andStatusCodeNotBetween(String value1, String value2) { |
| 714 | - addCriterion("STATUS_ID not between", value1, value2, "statusId"); | 734 | + addCriterion("STATUS_CODE not between", value1, value2, "statusCode"); |
| 715 | return (Criteria) this; | 735 | return (Criteria) this; |
| 716 | } | 736 | } |
| 717 | 737 | ... | ... |
| ... | @@ -19,10 +19,10 @@ public class UserLoginInfo implements Serializable { | ... | @@ -19,10 +19,10 @@ public class UserLoginInfo implements Serializable { |
| 19 | private Long userId; | 19 | private Long userId; |
| 20 | 20 | ||
| 21 | /** | 21 | /** |
| 22 | - * 操作类型ID。 | 22 | + * 操作类型CODE。 |
| 23 | 关联数据字典表。指定字典目录CODE:USER_LOGIN_TYPE | 23 | 关联数据字典表。指定字典目录CODE:USER_LOGIN_TYPE |
| 24 | */ | 24 | */ |
| 25 | - private Long operTypeId; | 25 | + private String operTypeCode; |
| 26 | 26 | ||
| 27 | /** | 27 | /** |
| 28 | * 操作类型名称(登录、退出、修改密码、FCL登录注册,、停用、启用) | 28 | * 操作类型名称(登录、退出、修改密码、FCL登录注册,、停用、启用) |
| ... | @@ -87,12 +87,12 @@ public class UserLoginInfo implements Serializable { | ... | @@ -87,12 +87,12 @@ public class UserLoginInfo implements Serializable { |
| 87 | this.userId = userId; | 87 | this.userId = userId; |
| 88 | } | 88 | } |
| 89 | 89 | ||
| 90 | - public Long getOperTypeId() { | 90 | + public String getOperTypeCode() { |
| 91 | - return operTypeId; | 91 | + return operTypeCode; |
| 92 | } | 92 | } |
| 93 | 93 | ||
| 94 | - public void setOperTypeId(Long operTypeId) { | 94 | + public void setOperTypeCode(String operTypeCode) { |
| 95 | - this.operTypeId = operTypeId; | 95 | + this.operTypeCode = operTypeCode == null ? null : operTypeCode.trim(); |
| 96 | } | 96 | } |
| 97 | 97 | ||
| 98 | public String getOperTypeName() { | 98 | public String getOperTypeName() { |
| ... | @@ -175,7 +175,7 @@ public class UserLoginInfo implements Serializable { | ... | @@ -175,7 +175,7 @@ public class UserLoginInfo implements Serializable { |
| 175 | sb.append("Hash = ").append(hashCode()); | 175 | sb.append("Hash = ").append(hashCode()); |
| 176 | sb.append(", id=").append(id); | 176 | sb.append(", id=").append(id); |
| 177 | sb.append(", userId=").append(userId); | 177 | sb.append(", userId=").append(userId); |
| 178 | - sb.append(", operTypeId=").append(operTypeId); | 178 | + sb.append(", operTypeCode=").append(operTypeCode); |
| 179 | sb.append(", operTypeName=").append(operTypeName); | 179 | sb.append(", operTypeName=").append(operTypeName); |
| 180 | sb.append(", operDesc=").append(operDesc); | 180 | sb.append(", operDesc=").append(operDesc); |
| 181 | sb.append(", ip=").append(ip); | 181 | sb.append(", ip=").append(ip); | ... | ... |
| ... | @@ -245,63 +245,73 @@ public class UserLoginInfoExample { | ... | @@ -245,63 +245,73 @@ public class UserLoginInfoExample { |
| 245 | return (Criteria) this; | 245 | return (Criteria) this; |
| 246 | } | 246 | } |
| 247 | 247 | ||
| 248 | - public Criteria andOperTypeIdIsNull() { | 248 | + public Criteria andOperTypeCodeIsNull() { |
| 249 | - addCriterion("OPER_TYPE_ID is null"); | 249 | + addCriterion("OPER_TYPE_CODE is null"); |
| 250 | return (Criteria) this; | 250 | return (Criteria) this; |
| 251 | } | 251 | } |
| 252 | 252 | ||
| 253 | - public Criteria andOperTypeIdIsNotNull() { | 253 | + public Criteria andOperTypeCodeIsNotNull() { |
| 254 | - addCriterion("OPER_TYPE_ID is not null"); | 254 | + addCriterion("OPER_TYPE_CODE is not null"); |
| 255 | return (Criteria) this; | 255 | return (Criteria) this; |
| 256 | } | 256 | } |
| 257 | 257 | ||
| 258 | - public Criteria andOperTypeIdEqualTo(Long value) { | 258 | + public Criteria andOperTypeCodeEqualTo(String value) { |
| 259 | - addCriterion("OPER_TYPE_ID =", value, "operTypeId"); | 259 | + addCriterion("OPER_TYPE_CODE =", value, "operTypeCode"); |
| 260 | return (Criteria) this; | 260 | return (Criteria) this; |
| 261 | } | 261 | } |
| 262 | 262 | ||
| 263 | - public Criteria andOperTypeIdNotEqualTo(Long value) { | 263 | + public Criteria andOperTypeCodeNotEqualTo(String value) { |
| 264 | - addCriterion("OPER_TYPE_ID <>", value, "operTypeId"); | 264 | + addCriterion("OPER_TYPE_CODE <>", value, "operTypeCode"); |
| 265 | return (Criteria) this; | 265 | return (Criteria) this; |
| 266 | } | 266 | } |
| 267 | 267 | ||
| 268 | - public Criteria andOperTypeIdGreaterThan(Long value) { | 268 | + public Criteria andOperTypeCodeGreaterThan(String value) { |
| 269 | - addCriterion("OPER_TYPE_ID >", value, "operTypeId"); | 269 | + addCriterion("OPER_TYPE_CODE >", value, "operTypeCode"); |
| 270 | return (Criteria) this; | 270 | return (Criteria) this; |
| 271 | } | 271 | } |
| 272 | 272 | ||
| 273 | - public Criteria andOperTypeIdGreaterThanOrEqualTo(Long value) { | 273 | + public Criteria andOperTypeCodeGreaterThanOrEqualTo(String value) { |
| 274 | - addCriterion("OPER_TYPE_ID >=", value, "operTypeId"); | 274 | + addCriterion("OPER_TYPE_CODE >=", value, "operTypeCode"); |
| 275 | return (Criteria) this; | 275 | return (Criteria) this; |
| 276 | } | 276 | } |
| 277 | 277 | ||
| 278 | - public Criteria andOperTypeIdLessThan(Long value) { | 278 | + public Criteria andOperTypeCodeLessThan(String value) { |
| 279 | - addCriterion("OPER_TYPE_ID <", value, "operTypeId"); | 279 | + addCriterion("OPER_TYPE_CODE <", value, "operTypeCode"); |
| 280 | return (Criteria) this; | 280 | return (Criteria) this; |
| 281 | } | 281 | } |
| 282 | 282 | ||
| 283 | - public Criteria andOperTypeIdLessThanOrEqualTo(Long value) { | 283 | + public Criteria andOperTypeCodeLessThanOrEqualTo(String value) { |
| 284 | - addCriterion("OPER_TYPE_ID <=", value, "operTypeId"); | 284 | + addCriterion("OPER_TYPE_CODE <=", value, "operTypeCode"); |
| 285 | return (Criteria) this; | 285 | return (Criteria) this; |
| 286 | } | 286 | } |
| 287 | 287 | ||
| 288 | - public Criteria andOperTypeIdIn(List<Long> values) { | 288 | + public Criteria andOperTypeCodeLike(String value) { |
| 289 | - addCriterion("OPER_TYPE_ID in", values, "operTypeId"); | 289 | + addCriterion("OPER_TYPE_CODE like", value, "operTypeCode"); |
| 290 | return (Criteria) this; | 290 | return (Criteria) this; |
| 291 | } | 291 | } |
| 292 | 292 | ||
| 293 | - public Criteria andOperTypeIdNotIn(List<Long> values) { | 293 | + public Criteria andOperTypeCodeNotLike(String value) { |
| 294 | - addCriterion("OPER_TYPE_ID not in", values, "operTypeId"); | 294 | + addCriterion("OPER_TYPE_CODE not like", value, "operTypeCode"); |
| 295 | return (Criteria) this; | 295 | return (Criteria) this; |
| 296 | } | 296 | } |
| 297 | 297 | ||
| 298 | - public Criteria andOperTypeIdBetween(Long value1, Long value2) { | 298 | + public Criteria andOperTypeCodeIn(List<String> values) { |
| 299 | - addCriterion("OPER_TYPE_ID between", value1, value2, "operTypeId"); | 299 | + addCriterion("OPER_TYPE_CODE in", values, "operTypeCode"); |
| 300 | return (Criteria) this; | 300 | return (Criteria) this; |
| 301 | } | 301 | } |
| 302 | 302 | ||
| 303 | - public Criteria andOperTypeIdNotBetween(Long value1, Long value2) { | 303 | + public Criteria andOperTypeCodeNotIn(List<String> values) { |
| 304 | - addCriterion("OPER_TYPE_ID not between", value1, value2, "operTypeId"); | 304 | + addCriterion("OPER_TYPE_CODE not in", values, "operTypeCode"); |
| 305 | + return (Criteria) this; | ||
| 306 | + } | ||
| 307 | + | ||
| 308 | + public Criteria andOperTypeCodeBetween(String value1, String value2) { | ||
| 309 | + addCriterion("OPER_TYPE_CODE between", value1, value2, "operTypeCode"); | ||
| 310 | + return (Criteria) this; | ||
| 311 | + } | ||
| 312 | + | ||
| 313 | + public Criteria andOperTypeCodeNotBetween(String value1, String value2) { | ||
| 314 | + addCriterion("OPER_TYPE_CODE not between", value1, value2, "operTypeCode"); | ||
| 305 | return (Criteria) this; | 315 | return (Criteria) this; |
| 306 | } | 316 | } |
| 307 | 317 | ... | ... |
| ... | @@ -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: T_SYS_KAFKA_TEMPORARY_STORAGE | 8 | + * TABLE: ICLEARIMP.T_SYS_KAFKA_TEMPORARY_STORAGE |
| 9 | */ | 9 | */ |
| 10 | public class KafkaTemporaryStorage implements Serializable { | 10 | public class KafkaTemporaryStorage implements Serializable { |
| 11 | /** | 11 | /** |
| ... | @@ -98,11 +98,6 @@ public class KafkaTemporaryStorage implements Serializable { | ... | @@ -98,11 +98,6 @@ public class KafkaTemporaryStorage implements Serializable { |
| 98 | */ | 98 | */ |
| 99 | private String data; | 99 | private String data; |
| 100 | 100 | ||
| 101 | - /** | ||
| 102 | - * 消息字符串 | ||
| 103 | - */ | ||
| 104 | - private String message; | ||
| 105 | - | ||
| 106 | private static final long serialVersionUID = 1L; | 101 | private static final long serialVersionUID = 1L; |
| 107 | 102 | ||
| 108 | public Long getId() { | 103 | public Long getId() { |
| ... | @@ -249,14 +244,6 @@ public class KafkaTemporaryStorage implements Serializable { | ... | @@ -249,14 +244,6 @@ public class KafkaTemporaryStorage implements Serializable { |
| 249 | this.data = data == null ? null : data.trim(); | 244 | this.data = data == null ? null : data.trim(); |
| 250 | } | 245 | } |
| 251 | 246 | ||
| 252 | - public String getMessage() { | ||
| 253 | - return message; | ||
| 254 | - } | ||
| 255 | - | ||
| 256 | - public void setMessage(String message) { | ||
| 257 | - this.message = message; | ||
| 258 | - } | ||
| 259 | - | ||
| 260 | @Override | 247 | @Override |
| 261 | public String toString() { | 248 | public String toString() { |
| 262 | StringBuilder sb = new StringBuilder(); | 249 | StringBuilder sb = new StringBuilder(); | ... | ... |
| ... | @@ -29,9 +29,9 @@ public class ParamConfig implements Serializable { | ... | @@ -29,9 +29,9 @@ public class ParamConfig implements Serializable { |
| 29 | private String value; | 29 | private String value; |
| 30 | 30 | ||
| 31 | /** | 31 | /** |
| 32 | - * 参数类型ID,关联数据字典表。指定字典目录CODE:PARAM_CONFIG_TYPE | 32 | + * 参数类型CODE,关联数据字典表。指定字典目录CODE:PARAM_CONFIG_TYPE |
| 33 | */ | 33 | */ |
| 34 | - private Long typeId; | 34 | + private String typeCode; |
| 35 | 35 | ||
| 36 | /** | 36 | /** |
| 37 | * 参数类型名称 | 37 | * 参数类型名称 |
| ... | @@ -112,12 +112,12 @@ public class ParamConfig implements Serializable { | ... | @@ -112,12 +112,12 @@ public class ParamConfig implements Serializable { |
| 112 | this.value = value == null ? null : value.trim(); | 112 | this.value = value == null ? null : value.trim(); |
| 113 | } | 113 | } |
| 114 | 114 | ||
| 115 | - public Long getTypeId() { | 115 | + public String getTypeCode() { |
| 116 | - return typeId; | 116 | + return typeCode; |
| 117 | } | 117 | } |
| 118 | 118 | ||
| 119 | - public void setTypeId(Long typeId) { | 119 | + public void setTypeCode(String typeCode) { |
| 120 | - this.typeId = typeId; | 120 | + this.typeCode = typeCode == null ? null : typeCode.trim(); |
| 121 | } | 121 | } |
| 122 | 122 | ||
| 123 | public String getTypeName() { | 123 | public String getTypeName() { |
| ... | @@ -202,7 +202,7 @@ public class ParamConfig implements Serializable { | ... | @@ -202,7 +202,7 @@ public class ParamConfig implements Serializable { |
| 202 | sb.append(", code=").append(code); | 202 | sb.append(", code=").append(code); |
| 203 | sb.append(", name=").append(name); | 203 | sb.append(", name=").append(name); |
| 204 | sb.append(", value=").append(value); | 204 | sb.append(", value=").append(value); |
| 205 | - sb.append(", typeId=").append(typeId); | 205 | + sb.append(", typeCode=").append(typeCode); |
| 206 | sb.append(", typeName=").append(typeName); | 206 | sb.append(", typeName=").append(typeName); |
| 207 | sb.append(", status=").append(status); | 207 | sb.append(", status=").append(status); |
| 208 | sb.append(", description=").append(description); | 208 | sb.append(", description=").append(description); | ... | ... |
| ... | @@ -395,63 +395,73 @@ public class ParamConfigExample { | ... | @@ -395,63 +395,73 @@ public class ParamConfigExample { |
| 395 | return (Criteria) this; | 395 | return (Criteria) this; |
| 396 | } | 396 | } |
| 397 | 397 | ||
| 398 | - public Criteria andTypeIdIsNull() { | 398 | + public Criteria andTypeCodeIsNull() { |
| 399 | - addCriterion("TYPE_ID is null"); | 399 | + addCriterion("TYPE_CODE is null"); |
| 400 | return (Criteria) this; | 400 | return (Criteria) this; |
| 401 | } | 401 | } |
| 402 | 402 | ||
| 403 | - public Criteria andTypeIdIsNotNull() { | 403 | + public Criteria andTypeCodeIsNotNull() { |
| 404 | - addCriterion("TYPE_ID is not null"); | 404 | + addCriterion("TYPE_CODE is not null"); |
| 405 | return (Criteria) this; | 405 | return (Criteria) this; |
| 406 | } | 406 | } |
| 407 | 407 | ||
| 408 | - public Criteria andTypeIdEqualTo(Long value) { | 408 | + public Criteria andTypeCodeEqualTo(String value) { |
| 409 | - addCriterion("TYPE_ID =", value, "typeId"); | 409 | + addCriterion("TYPE_CODE =", value, "typeCode"); |
| 410 | return (Criteria) this; | 410 | return (Criteria) this; |
| 411 | } | 411 | } |
| 412 | 412 | ||
| 413 | - public Criteria andTypeIdNotEqualTo(Long value) { | 413 | + public Criteria andTypeCodeNotEqualTo(String value) { |
| 414 | - addCriterion("TYPE_ID <>", value, "typeId"); | 414 | + addCriterion("TYPE_CODE <>", value, "typeCode"); |
| 415 | return (Criteria) this; | 415 | return (Criteria) this; |
| 416 | } | 416 | } |
| 417 | 417 | ||
| 418 | - public Criteria andTypeIdGreaterThan(Long value) { | 418 | + public Criteria andTypeCodeGreaterThan(String value) { |
| 419 | - addCriterion("TYPE_ID >", value, "typeId"); | 419 | + addCriterion("TYPE_CODE >", value, "typeCode"); |
| 420 | return (Criteria) this; | 420 | return (Criteria) this; |
| 421 | } | 421 | } |
| 422 | 422 | ||
| 423 | - public Criteria andTypeIdGreaterThanOrEqualTo(Long value) { | 423 | + public Criteria andTypeCodeGreaterThanOrEqualTo(String value) { |
| 424 | - addCriterion("TYPE_ID >=", value, "typeId"); | 424 | + addCriterion("TYPE_CODE >=", value, "typeCode"); |
| 425 | return (Criteria) this; | 425 | return (Criteria) this; |
| 426 | } | 426 | } |
| 427 | 427 | ||
| 428 | - public Criteria andTypeIdLessThan(Long value) { | 428 | + public Criteria andTypeCodeLessThan(String value) { |
| 429 | - addCriterion("TYPE_ID <", value, "typeId"); | 429 | + addCriterion("TYPE_CODE <", value, "typeCode"); |
| 430 | return (Criteria) this; | 430 | return (Criteria) this; |
| 431 | } | 431 | } |
| 432 | 432 | ||
| 433 | - public Criteria andTypeIdLessThanOrEqualTo(Long value) { | 433 | + public Criteria andTypeCodeLessThanOrEqualTo(String value) { |
| 434 | - addCriterion("TYPE_ID <=", value, "typeId"); | 434 | + addCriterion("TYPE_CODE <=", value, "typeCode"); |
| 435 | return (Criteria) this; | 435 | return (Criteria) this; |
| 436 | } | 436 | } |
| 437 | 437 | ||
| 438 | - public Criteria andTypeIdIn(List<Long> values) { | 438 | + public Criteria andTypeCodeLike(String value) { |
| 439 | - addCriterion("TYPE_ID in", values, "typeId"); | 439 | + addCriterion("TYPE_CODE like", value, "typeCode"); |
| 440 | return (Criteria) this; | 440 | return (Criteria) this; |
| 441 | } | 441 | } |
| 442 | 442 | ||
| 443 | - public Criteria andTypeIdNotIn(List<Long> values) { | 443 | + public Criteria andTypeCodeNotLike(String value) { |
| 444 | - addCriterion("TYPE_ID not in", values, "typeId"); | 444 | + addCriterion("TYPE_CODE not like", value, "typeCode"); |
| 445 | return (Criteria) this; | 445 | return (Criteria) this; |
| 446 | } | 446 | } |
| 447 | 447 | ||
| 448 | - public Criteria andTypeIdBetween(Long value1, Long value2) { | 448 | + public Criteria andTypeCodeIn(List<String> values) { |
| 449 | - addCriterion("TYPE_ID between", value1, value2, "typeId"); | 449 | + addCriterion("TYPE_CODE in", values, "typeCode"); |
| 450 | return (Criteria) this; | 450 | return (Criteria) this; |
| 451 | } | 451 | } |
| 452 | 452 | ||
| 453 | - public Criteria andTypeIdNotBetween(Long value1, Long value2) { | 453 | + public Criteria andTypeCodeNotIn(List<String> values) { |
| 454 | - addCriterion("TYPE_ID not between", value1, value2, "typeId"); | 454 | + addCriterion("TYPE_CODE not in", values, "typeCode"); |
| 455 | + return (Criteria) this; | ||
| 456 | + } | ||
| 457 | + | ||
| 458 | + public Criteria andTypeCodeBetween(String value1, String value2) { | ||
| 459 | + addCriterion("TYPE_CODE between", value1, value2, "typeCode"); | ||
| 460 | + return (Criteria) this; | ||
| 461 | + } | ||
| 462 | + | ||
| 463 | + public Criteria andTypeCodeNotBetween(String value1, String value2) { | ||
| 464 | + addCriterion("TYPE_CODE not between", value1, value2, "typeCode"); | ||
| 455 | return (Criteria) this; | 465 | return (Criteria) this; |
| 456 | } | 466 | } |
| 457 | 467 | ... | ... |
| ... | @@ -29,10 +29,10 @@ public class Role implements Serializable { | ... | @@ -29,10 +29,10 @@ public class Role implements Serializable { |
| 29 | private String roleDesc; | 29 | private String roleDesc; |
| 30 | 30 | ||
| 31 | /** | 31 | /** |
| 32 | - * 类型ID。 | 32 | + * 类型CODE。 |
| 33 | -关联数据字典表。指定KEY为:role_type | 33 | +关联数据字典表。指定KEY为:ROLE_TYPE |
| 34 | */ | 34 | */ |
| 35 | - private Long typeId; | 35 | + private String typeCode; |
| 36 | 36 | ||
| 37 | /** | 37 | /** |
| 38 | * 用户类型名称 | 38 | * 用户类型名称 |
| ... | @@ -108,12 +108,12 @@ public class Role implements Serializable { | ... | @@ -108,12 +108,12 @@ public class Role implements Serializable { |
| 108 | this.roleDesc = roleDesc == null ? null : roleDesc.trim(); | 108 | this.roleDesc = roleDesc == null ? null : roleDesc.trim(); |
| 109 | } | 109 | } |
| 110 | 110 | ||
| 111 | - public Long getTypeId() { | 111 | + public String getTypeCode() { |
| 112 | - return typeId; | 112 | + return typeCode; |
| 113 | } | 113 | } |
| 114 | 114 | ||
| 115 | - public void setTypeId(Long typeId) { | 115 | + public void setTypeCode(String typeCode) { |
| 116 | - this.typeId = typeId; | 116 | + this.typeCode = typeCode == null ? null : typeCode.trim(); |
| 117 | } | 117 | } |
| 118 | 118 | ||
| 119 | public String getTypeName() { | 119 | public String getTypeName() { |
| ... | @@ -190,7 +190,7 @@ public class Role implements Serializable { | ... | @@ -190,7 +190,7 @@ public class Role implements Serializable { |
| 190 | sb.append(", code=").append(code); | 190 | sb.append(", code=").append(code); |
| 191 | sb.append(", name=").append(name); | 191 | sb.append(", name=").append(name); |
| 192 | sb.append(", roleDesc=").append(roleDesc); | 192 | sb.append(", roleDesc=").append(roleDesc); |
| 193 | - sb.append(", typeId=").append(typeId); | 193 | + sb.append(", typeCode=").append(typeCode); |
| 194 | sb.append(", typeName=").append(typeName); | 194 | sb.append(", typeName=").append(typeName); |
| 195 | sb.append(", status=").append(status); | 195 | sb.append(", status=").append(status); |
| 196 | sb.append(", createTime=").append(createTime); | 196 | sb.append(", createTime=").append(createTime); | ... | ... |
| ... | @@ -395,63 +395,73 @@ public class RoleExample { | ... | @@ -395,63 +395,73 @@ public class RoleExample { |
| 395 | return (Criteria) this; | 395 | return (Criteria) this; |
| 396 | } | 396 | } |
| 397 | 397 | ||
| 398 | - public Criteria andTypeIdIsNull() { | 398 | + public Criteria andTypeCodeIsNull() { |
| 399 | - addCriterion("TYPE_ID is null"); | 399 | + addCriterion("TYPE_CODE is null"); |
| 400 | return (Criteria) this; | 400 | return (Criteria) this; |
| 401 | } | 401 | } |
| 402 | 402 | ||
| 403 | - public Criteria andTypeIdIsNotNull() { | 403 | + public Criteria andTypeCodeIsNotNull() { |
| 404 | - addCriterion("TYPE_ID is not null"); | 404 | + addCriterion("TYPE_CODE is not null"); |
| 405 | return (Criteria) this; | 405 | return (Criteria) this; |
| 406 | } | 406 | } |
| 407 | 407 | ||
| 408 | - public Criteria andTypeIdEqualTo(Long value) { | 408 | + public Criteria andTypeCodeEqualTo(String value) { |
| 409 | - addCriterion("TYPE_ID =", value, "typeId"); | 409 | + addCriterion("TYPE_CODE =", value, "typeCode"); |
| 410 | return (Criteria) this; | 410 | return (Criteria) this; |
| 411 | } | 411 | } |
| 412 | 412 | ||
| 413 | - public Criteria andTypeIdNotEqualTo(Long value) { | 413 | + public Criteria andTypeCodeNotEqualTo(String value) { |
| 414 | - addCriterion("TYPE_ID <>", value, "typeId"); | 414 | + addCriterion("TYPE_CODE <>", value, "typeCode"); |
| 415 | return (Criteria) this; | 415 | return (Criteria) this; |
| 416 | } | 416 | } |
| 417 | 417 | ||
| 418 | - public Criteria andTypeIdGreaterThan(Long value) { | 418 | + public Criteria andTypeCodeGreaterThan(String value) { |
| 419 | - addCriterion("TYPE_ID >", value, "typeId"); | 419 | + addCriterion("TYPE_CODE >", value, "typeCode"); |
| 420 | return (Criteria) this; | 420 | return (Criteria) this; |
| 421 | } | 421 | } |
| 422 | 422 | ||
| 423 | - public Criteria andTypeIdGreaterThanOrEqualTo(Long value) { | 423 | + public Criteria andTypeCodeGreaterThanOrEqualTo(String value) { |
| 424 | - addCriterion("TYPE_ID >=", value, "typeId"); | 424 | + addCriterion("TYPE_CODE >=", value, "typeCode"); |
| 425 | return (Criteria) this; | 425 | return (Criteria) this; |
| 426 | } | 426 | } |
| 427 | 427 | ||
| 428 | - public Criteria andTypeIdLessThan(Long value) { | 428 | + public Criteria andTypeCodeLessThan(String value) { |
| 429 | - addCriterion("TYPE_ID <", value, "typeId"); | 429 | + addCriterion("TYPE_CODE <", value, "typeCode"); |
| 430 | return (Criteria) this; | 430 | return (Criteria) this; |
| 431 | } | 431 | } |
| 432 | 432 | ||
| 433 | - public Criteria andTypeIdLessThanOrEqualTo(Long value) { | 433 | + public Criteria andTypeCodeLessThanOrEqualTo(String value) { |
| 434 | - addCriterion("TYPE_ID <=", value, "typeId"); | 434 | + addCriterion("TYPE_CODE <=", value, "typeCode"); |
| 435 | return (Criteria) this; | 435 | return (Criteria) this; |
| 436 | } | 436 | } |
| 437 | 437 | ||
| 438 | - public Criteria andTypeIdIn(List<Long> values) { | 438 | + public Criteria andTypeCodeLike(String value) { |
| 439 | - addCriterion("TYPE_ID in", values, "typeId"); | 439 | + addCriterion("TYPE_CODE like", value, "typeCode"); |
| 440 | return (Criteria) this; | 440 | return (Criteria) this; |
| 441 | } | 441 | } |
| 442 | 442 | ||
| 443 | - public Criteria andTypeIdNotIn(List<Long> values) { | 443 | + public Criteria andTypeCodeNotLike(String value) { |
| 444 | - addCriterion("TYPE_ID not in", values, "typeId"); | 444 | + addCriterion("TYPE_CODE not like", value, "typeCode"); |
| 445 | return (Criteria) this; | 445 | return (Criteria) this; |
| 446 | } | 446 | } |
| 447 | 447 | ||
| 448 | - public Criteria andTypeIdBetween(Long value1, Long value2) { | 448 | + public Criteria andTypeCodeIn(List<String> values) { |
| 449 | - addCriterion("TYPE_ID between", value1, value2, "typeId"); | 449 | + addCriterion("TYPE_CODE in", values, "typeCode"); |
| 450 | return (Criteria) this; | 450 | return (Criteria) this; |
| 451 | } | 451 | } |
| 452 | 452 | ||
| 453 | - public Criteria andTypeIdNotBetween(Long value1, Long value2) { | 453 | + public Criteria andTypeCodeNotIn(List<String> values) { |
| 454 | - addCriterion("TYPE_ID not between", value1, value2, "typeId"); | 454 | + addCriterion("TYPE_CODE not in", values, "typeCode"); |
| 455 | + return (Criteria) this; | ||
| 456 | + } | ||
| 457 | + | ||
| 458 | + public Criteria andTypeCodeBetween(String value1, String value2) { | ||
| 459 | + addCriterion("TYPE_CODE between", value1, value2, "typeCode"); | ||
| 460 | + return (Criteria) this; | ||
| 461 | + } | ||
| 462 | + | ||
| 463 | + public Criteria andTypeCodeNotBetween(String value1, String value2) { | ||
| 464 | + addCriterion("TYPE_CODE not between", value1, value2, "typeCode"); | ||
| 455 | return (Criteria) this; | 465 | return (Criteria) this; |
| 456 | } | 466 | } |
| 457 | 467 | ... | ... |
| ... | @@ -4,7 +4,7 @@ import java.io.Serializable; | ... | @@ -4,7 +4,7 @@ import java.io.Serializable; |
| 4 | import java.util.Date; | 4 | import java.util.Date; |
| 5 | 5 | ||
| 6 | /** | 6 | /** |
| 7 | - * DESC: null | 7 | + * DESC: 角色权限表 |
| 8 | * TABLE: T_SYS_ROLE_PRIVILEGE | 8 | * TABLE: T_SYS_ROLE_PRIVILEGE |
| 9 | */ | 9 | */ |
| 10 | public class RolePrivilege implements Serializable { | 10 | public class RolePrivilege implements Serializable { | ... | ... |
| ... | @@ -64,10 +64,10 @@ public class User implements Serializable { | ... | @@ -64,10 +64,10 @@ public class User implements Serializable { |
| 64 | private String customsSerialNum; | 64 | private String customsSerialNum; |
| 65 | 65 | ||
| 66 | /** | 66 | /** |
| 67 | - * 用户类型ID。 | 67 | + * 用户类型CODE。 |
| 68 | 关联数据字典表。指定字典目录CODE:USER_TYPE | 68 | 关联数据字典表。指定字典目录CODE:USER_TYPE |
| 69 | */ | 69 | */ |
| 70 | - private Long typeId; | 70 | + private String typeCode; |
| 71 | 71 | ||
| 72 | /** | 72 | /** |
| 73 | * 用户类型名称(本地账号、FCL账号) | 73 | * 用户类型名称(本地账号、FCL账号) |
| ... | @@ -209,12 +209,12 @@ public class User implements Serializable { | ... | @@ -209,12 +209,12 @@ public class User implements Serializable { |
| 209 | this.customsSerialNum = customsSerialNum == null ? null : customsSerialNum.trim(); | 209 | this.customsSerialNum = customsSerialNum == null ? null : customsSerialNum.trim(); |
| 210 | } | 210 | } |
| 211 | 211 | ||
| 212 | - public Long getTypeId() { | 212 | + public String getTypeCode() { |
| 213 | - return typeId; | 213 | + return typeCode; |
| 214 | } | 214 | } |
| 215 | 215 | ||
| 216 | - public void setTypeId(Long typeId) { | 216 | + public void setTypeCode(String typeCode) { |
| 217 | - this.typeId = typeId; | 217 | + this.typeCode = typeCode == null ? null : typeCode.trim(); |
| 218 | } | 218 | } |
| 219 | 219 | ||
| 220 | public String getTypeName() { | 220 | public String getTypeName() { |
| ... | @@ -314,7 +314,7 @@ public class User implements Serializable { | ... | @@ -314,7 +314,7 @@ public class User implements Serializable { |
| 314 | sb.append(", accountNo=").append(accountNo); | 314 | sb.append(", accountNo=").append(accountNo); |
| 315 | sb.append(", unifiedBusinessNum=").append(unifiedBusinessNum); | 315 | sb.append(", unifiedBusinessNum=").append(unifiedBusinessNum); |
| 316 | sb.append(", customsSerialNum=").append(customsSerialNum); | 316 | sb.append(", customsSerialNum=").append(customsSerialNum); |
| 317 | - sb.append(", typeId=").append(typeId); | 317 | + sb.append(", typeCode=").append(typeCode); |
| 318 | sb.append(", typeName=").append(typeName); | 318 | sb.append(", typeName=").append(typeName); |
| 319 | sb.append(", status=").append(status); | 319 | sb.append(", status=").append(status); |
| 320 | sb.append(", remark=").append(remark); | 320 | sb.append(", remark=").append(remark); | ... | ... |
| ... | @@ -885,63 +885,73 @@ public class UserExample { | ... | @@ -885,63 +885,73 @@ public class UserExample { |
| 885 | return (Criteria) this; | 885 | return (Criteria) this; |
| 886 | } | 886 | } |
| 887 | 887 | ||
| 888 | - public Criteria andTypeIdIsNull() { | 888 | + public Criteria andTypeCodeIsNull() { |
| 889 | - addCriterion("TYPE_ID is null"); | 889 | + addCriterion("TYPE_CODE is null"); |
| 890 | return (Criteria) this; | 890 | return (Criteria) this; |
| 891 | } | 891 | } |
| 892 | 892 | ||
| 893 | - public Criteria andTypeIdIsNotNull() { | 893 | + public Criteria andTypeCodeIsNotNull() { |
| 894 | - addCriterion("TYPE_ID is not null"); | 894 | + addCriterion("TYPE_CODE is not null"); |
| 895 | return (Criteria) this; | 895 | return (Criteria) this; |
| 896 | } | 896 | } |
| 897 | 897 | ||
| 898 | - public Criteria andTypeIdEqualTo(Long value) { | 898 | + public Criteria andTypeCodeEqualTo(String value) { |
| 899 | - addCriterion("TYPE_ID =", value, "typeId"); | 899 | + addCriterion("TYPE_CODE =", value, "typeCode"); |
| 900 | return (Criteria) this; | 900 | return (Criteria) this; |
| 901 | } | 901 | } |
| 902 | 902 | ||
| 903 | - public Criteria andTypeIdNotEqualTo(Long value) { | 903 | + public Criteria andTypeCodeNotEqualTo(String value) { |
| 904 | - addCriterion("TYPE_ID <>", value, "typeId"); | 904 | + addCriterion("TYPE_CODE <>", value, "typeCode"); |
| 905 | return (Criteria) this; | 905 | return (Criteria) this; |
| 906 | } | 906 | } |
| 907 | 907 | ||
| 908 | - public Criteria andTypeIdGreaterThan(Long value) { | 908 | + public Criteria andTypeCodeGreaterThan(String value) { |
| 909 | - addCriterion("TYPE_ID >", value, "typeId"); | 909 | + addCriterion("TYPE_CODE >", value, "typeCode"); |
| 910 | return (Criteria) this; | 910 | return (Criteria) this; |
| 911 | } | 911 | } |
| 912 | 912 | ||
| 913 | - public Criteria andTypeIdGreaterThanOrEqualTo(Long value) { | 913 | + public Criteria andTypeCodeGreaterThanOrEqualTo(String value) { |
| 914 | - addCriterion("TYPE_ID >=", value, "typeId"); | 914 | + addCriterion("TYPE_CODE >=", value, "typeCode"); |
| 915 | return (Criteria) this; | 915 | return (Criteria) this; |
| 916 | } | 916 | } |
| 917 | 917 | ||
| 918 | - public Criteria andTypeIdLessThan(Long value) { | 918 | + public Criteria andTypeCodeLessThan(String value) { |
| 919 | - addCriterion("TYPE_ID <", value, "typeId"); | 919 | + addCriterion("TYPE_CODE <", value, "typeCode"); |
| 920 | return (Criteria) this; | 920 | return (Criteria) this; |
| 921 | } | 921 | } |
| 922 | 922 | ||
| 923 | - public Criteria andTypeIdLessThanOrEqualTo(Long value) { | 923 | + public Criteria andTypeCodeLessThanOrEqualTo(String value) { |
| 924 | - addCriterion("TYPE_ID <=", value, "typeId"); | 924 | + addCriterion("TYPE_CODE <=", value, "typeCode"); |
| 925 | return (Criteria) this; | 925 | return (Criteria) this; |
| 926 | } | 926 | } |
| 927 | 927 | ||
| 928 | - public Criteria andTypeIdIn(List<Long> values) { | 928 | + public Criteria andTypeCodeLike(String value) { |
| 929 | - addCriterion("TYPE_ID in", values, "typeId"); | 929 | + addCriterion("TYPE_CODE like", value, "typeCode"); |
| 930 | return (Criteria) this; | 930 | return (Criteria) this; |
| 931 | } | 931 | } |
| 932 | 932 | ||
| 933 | - public Criteria andTypeIdNotIn(List<Long> values) { | 933 | + public Criteria andTypeCodeNotLike(String value) { |
| 934 | - addCriterion("TYPE_ID not in", values, "typeId"); | 934 | + addCriterion("TYPE_CODE not like", value, "typeCode"); |
| 935 | return (Criteria) this; | 935 | return (Criteria) this; |
| 936 | } | 936 | } |
| 937 | 937 | ||
| 938 | - public Criteria andTypeIdBetween(Long value1, Long value2) { | 938 | + public Criteria andTypeCodeIn(List<String> values) { |
| 939 | - addCriterion("TYPE_ID between", value1, value2, "typeId"); | 939 | + addCriterion("TYPE_CODE in", values, "typeCode"); |
| 940 | return (Criteria) this; | 940 | return (Criteria) this; |
| 941 | } | 941 | } |
| 942 | 942 | ||
| 943 | - public Criteria andTypeIdNotBetween(Long value1, Long value2) { | 943 | + public Criteria andTypeCodeNotIn(List<String> values) { |
| 944 | - addCriterion("TYPE_ID not between", value1, value2, "typeId"); | 944 | + addCriterion("TYPE_CODE not in", values, "typeCode"); |
| 945 | + return (Criteria) this; | ||
| 946 | + } | ||
| 947 | + | ||
| 948 | + public Criteria andTypeCodeBetween(String value1, String value2) { | ||
| 949 | + addCriterion("TYPE_CODE between", value1, value2, "typeCode"); | ||
| 950 | + return (Criteria) this; | ||
| 951 | + } | ||
| 952 | + | ||
| 953 | + public Criteria andTypeCodeNotBetween(String value1, String value2) { | ||
| 954 | + addCriterion("TYPE_CODE not between", value1, value2, "typeCode"); | ||
| 945 | return (Criteria) this; | 955 | return (Criteria) this; |
| 946 | } | 956 | } |
| 947 | 957 | ... | ... |
| ... | @@ -7,7 +7,7 @@ import java.util.Date; | ... | @@ -7,7 +7,7 @@ import java.util.Date; |
| 7 | * DESC: 用户登录信息token表 | 7 | * DESC: 用户登录信息token表 |
| 8 | * TABLE: T_SYS_REDIS_SLAB | 8 | * TABLE: T_SYS_REDIS_SLAB |
| 9 | */ | 9 | */ |
| 10 | -public class RedisSlab implements Serializable { | 10 | +public class redisSlab implements Serializable { |
| 11 | /** | 11 | /** |
| 12 | * ID,自动增加 | 12 | * ID,自动增加 |
| 13 | */ | 13 | */ | ... | ... |
| ... | @@ -4,7 +4,7 @@ import java.util.ArrayList; | ... | @@ -4,7 +4,7 @@ import java.util.ArrayList; |
| 4 | import java.util.Date; | 4 | import java.util.Date; |
| 5 | import java.util.List; | 5 | import java.util.List; |
| 6 | 6 | ||
| 7 | -public class RedisSlabExample { | 7 | +public class redisSlabExample { |
| 8 | protected String orderByClause; | 8 | protected String orderByClause; |
| 9 | 9 | ||
| 10 | protected boolean distinct; | 10 | protected boolean distinct; |
| ... | @@ -15,7 +15,7 @@ public class RedisSlabExample { | ... | @@ -15,7 +15,7 @@ public class RedisSlabExample { |
| 15 | 15 | ||
| 16 | protected Integer limitSize; | 16 | protected Integer limitSize; |
| 17 | 17 | ||
| 18 | - public RedisSlabExample() { | 18 | + public redisSlabExample() { |
| 19 | oredCriteria = new ArrayList<Criteria>(); | 19 | oredCriteria = new ArrayList<Criteria>(); |
| 20 | } | 20 | } |
| 21 | 21 | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment