Browse Source

开发数据库与测试数据库不统一导致的BUG修复

anderx 7 years ago
parent
commit
40d572d2d2

+ 16 - 16
src/main/java/com/goafanti/common/dao/UserMapper.java

@@ -27,67 +27,67 @@ import com.goafanti.report.bo.marketingESBo;
 public interface UserMapper {
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	long countByExample(UserExample example);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	int deleteByExample(UserExample example);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	int deleteByPrimaryKey(String id);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	int insert(User record);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	int insertSelective(User record);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	List<User> selectByExample(UserExample example);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	User selectByPrimaryKey(String id);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	int updateByExampleSelective(@Param("record") User record, @Param("example") UserExample example);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	int updateByExample(@Param("record") User record, @Param("example") UserExample example);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	int updateByPrimaryKeySelective(User record);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	int updateByPrimaryKey(User record);
 
@@ -148,7 +148,7 @@ public interface UserMapper {
 	User findUserAccountDetail(@Param("uid")String uid);
 
 	/**
-	 * 查看客户联系人列�???
+	 * 查看客户联系人列��????
 	 * @param uid
 	 * @return
 	 */
@@ -169,7 +169,7 @@ public interface UserMapper {
 	List<BusinessListBo> findBusinessByFollowId(String followId);
 
 	/**
-	 * 查询客户�???有联系人
+	 * 查询客户��????有联系人
 	 * @param uid
 	 * @return
 	 */
@@ -213,12 +213,12 @@ public interface UserMapper {
 	int updateRefusedCustomer(@Param("id")String id,  @Param("nickname")String nickname, @Param("mobile")String mobile, @Param("societyTag")String societyTag);
 
 	/**
-	 * 查看客户锁定的业�?
+	 * 查看客户锁定的业��??
 	 * @param uid 摰X�ID
 	 * @param aid 管理员ID
 	 * @param businessProjectId 业务项目的ID
-	 * @param type 锁定类型  0-客户 �?1-业务
-	 * @param status 锁定状�?? 0-锁定�?1-待释放,2-已释�?
+	 * @param type 锁定类型  0-客户 ��??1-业务
+	 * @param status 锁定状�?? 0-锁定��??1-待释放,2-已释��??
 	 * @return
 	 */
 	List<LockingReleaseBo> selectLockedProject(@Param("uid")String uid,@Param("aid")String aid,@Param("businessProjectId")String businessProjectId, @Param("type")Integer type,@Param("status")Integer status);

+ 21 - 38
src/main/java/com/goafanti/common/mapper/UserMapper.xml

@@ -5,7 +5,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     <id column="id" jdbcType="VARCHAR" property="id" />
     <result column="mobile" jdbcType="VARCHAR" property="mobile" />
@@ -33,7 +33,6 @@
     <result column="share_type" jdbcType="INTEGER" property="shareType" />
     <result column="aid" jdbcType="VARCHAR" property="aid" />
     <result column="transfer_time" jdbcType="TIMESTAMP" property="transferTime" />
-    <result column="username" jdbcType="VARCHAR" property="username" />
     <result column="authentication" jdbcType="INTEGER" property="authentication" />
     <result column="information_maintainer" jdbcType="VARCHAR" property="informationMaintainer" />
     <result column="core_technology" jdbcType="VARCHAR" property="coreTechnology" />
@@ -45,7 +44,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     <where>
       <foreach collection="oredCriteria" item="criteria" separator="or">
@@ -79,7 +78,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     <where>
       <foreach collection="example.oredCriteria" item="criteria" separator="or">
@@ -113,19 +112,19 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     id, mobile, password, nickname, email, create_time, number, lvl, type, mid, status, 
     source, update_time, company_logo_url, head_portrait_url, society_tag, introduction, 
     value_added_tag, organization_id, identify_name, background_url, audit_opinion, audit_status, 
-    share_type, aid, transfer_time, username, authentication, information_maintainer, 
-    core_technology, accomplish_situation, intellectual_property, credit_rating
+    share_type, aid, transfer_time, authentication, information_maintainer, core_technology, 
+    accomplish_situation, intellectual_property, credit_rating
   </sql>
   <select id="selectByExample" parameterType="com.goafanti.common.model.UserExample" resultMap="BaseResultMap">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     select
     <if test="distinct">
@@ -144,7 +143,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     select 
     <include refid="Base_Column_List" />
@@ -155,7 +154,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     delete from user
     where id = #{id,jdbcType=VARCHAR}
@@ -164,7 +163,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     delete from user
     <if test="_parameter != null">
@@ -175,7 +174,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     insert into user (id, mobile, password, 
       nickname, email, create_time, 
@@ -185,9 +184,8 @@
       introduction, value_added_tag, organization_id, 
       identify_name, background_url, audit_opinion, 
       audit_status, share_type, aid, 
-      transfer_time, username, authentication, 
-      information_maintainer, core_technology, 
-      accomplish_situation, intellectual_property, 
+      transfer_time, authentication, information_maintainer, 
+      core_technology, accomplish_situation, intellectual_property, 
       credit_rating)
     values (#{id,jdbcType=VARCHAR}, #{mobile,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR}, 
       #{nickname,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, 
@@ -197,16 +195,15 @@
       #{introduction,jdbcType=VARCHAR}, #{valueAddedTag,jdbcType=VARCHAR}, #{organizationId,jdbcType=VARCHAR}, 
       #{identifyName,jdbcType=VARCHAR}, #{backgroundUrl,jdbcType=VARCHAR}, #{auditOpinion,jdbcType=VARCHAR}, 
       #{auditStatus,jdbcType=INTEGER}, #{shareType,jdbcType=INTEGER}, #{aid,jdbcType=VARCHAR}, 
-      #{transferTime,jdbcType=TIMESTAMP}, #{username,jdbcType=VARCHAR}, #{authentication,jdbcType=INTEGER}, 
-      #{informationMaintainer,jdbcType=VARCHAR}, #{coreTechnology,jdbcType=VARCHAR}, 
-      #{accomplishSituation,jdbcType=VARCHAR}, #{intellectualProperty,jdbcType=VARCHAR}, 
+      #{transferTime,jdbcType=TIMESTAMP}, #{authentication,jdbcType=INTEGER}, #{informationMaintainer,jdbcType=VARCHAR}, 
+      #{coreTechnology,jdbcType=VARCHAR}, #{accomplishSituation,jdbcType=VARCHAR}, #{intellectualProperty,jdbcType=VARCHAR}, 
       #{creditRating,jdbcType=INTEGER})
   </insert>
   <insert id="insertSelective" parameterType="com.goafanti.common.model.User">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     insert into user
     <trim prefix="(" suffix=")" suffixOverrides=",">
@@ -288,9 +285,6 @@
       <if test="transferTime != null">
         transfer_time,
       </if>
-      <if test="username != null">
-        username,
-      </if>
       <if test="authentication != null">
         authentication,
       </if>
@@ -389,9 +383,6 @@
       <if test="transferTime != null">
         #{transferTime,jdbcType=TIMESTAMP},
       </if>
-      <if test="username != null">
-        #{username,jdbcType=VARCHAR},
-      </if>
       <if test="authentication != null">
         #{authentication,jdbcType=INTEGER},
       </if>
@@ -416,7 +407,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     select count(*) from user
     <if test="_parameter != null">
@@ -427,7 +418,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     update user
     <set>
@@ -509,9 +500,6 @@
       <if test="record.transferTime != null">
         transfer_time = #{record.transferTime,jdbcType=TIMESTAMP},
       </if>
-      <if test="record.username != null">
-        username = #{record.username,jdbcType=VARCHAR},
-      </if>
       <if test="record.authentication != null">
         authentication = #{record.authentication,jdbcType=INTEGER},
       </if>
@@ -539,7 +527,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     update user
     set id = #{record.id,jdbcType=VARCHAR},
@@ -568,7 +556,6 @@
       share_type = #{record.shareType,jdbcType=INTEGER},
       aid = #{record.aid,jdbcType=VARCHAR},
       transfer_time = #{record.transferTime,jdbcType=TIMESTAMP},
-      username = #{record.username,jdbcType=VARCHAR},
       authentication = #{record.authentication,jdbcType=INTEGER},
       information_maintainer = #{record.informationMaintainer,jdbcType=VARCHAR},
       core_technology = #{record.coreTechnology,jdbcType=VARCHAR},
@@ -583,7 +570,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     update user
     <set>
@@ -662,9 +649,6 @@
       <if test="transferTime != null">
         transfer_time = #{transferTime,jdbcType=TIMESTAMP},
       </if>
-      <if test="username != null">
-        username = #{username,jdbcType=VARCHAR},
-      </if>
       <if test="authentication != null">
         authentication = #{authentication,jdbcType=INTEGER},
       </if>
@@ -690,7 +674,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jun 07 15:24:57 CST 2018.
+      This element was generated on Sat Jun 09 10:41:32 CST 2018.
     -->
     update user
     set mobile = #{mobile,jdbcType=VARCHAR},
@@ -718,7 +702,6 @@
       share_type = #{shareType,jdbcType=INTEGER},
       aid = #{aid,jdbcType=VARCHAR},
       transfer_time = #{transferTime,jdbcType=TIMESTAMP},
-      username = #{username,jdbcType=VARCHAR},
       authentication = #{authentication,jdbcType=INTEGER},
       information_maintainer = #{informationMaintainer,jdbcType=VARCHAR},
       core_technology = #{coreTechnology,jdbcType=VARCHAR},

+ 96 - 186
src/main/java/com/goafanti/common/model/User.java

@@ -6,766 +6,676 @@ public class  User implements AftUser{
 
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.id
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String id;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.mobile
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String mobile;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.password
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String password;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.nickname
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String nickname;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.email
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String email;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.create_time
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private Date createTime;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.number
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private Long number;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.lvl
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private Integer lvl;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.type
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private Integer type;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.mid
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String mid;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.status
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private Integer status;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.source
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private Integer source;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.update_time
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private Date updateTime;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.company_logo_url
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String companyLogoUrl;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.head_portrait_url
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String headPortraitUrl;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.society_tag
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String societyTag;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.introduction
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String introduction;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.value_added_tag
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String valueAddedTag;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.organization_id
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String organizationId;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.identify_name
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String identifyName;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.background_url
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String backgroundUrl;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.audit_opinion
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String auditOpinion;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.audit_status
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private Integer auditStatus;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.share_type
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private Integer shareType;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.aid
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String aid;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.transfer_time
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private Date transferTime;
 	/**
-	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.username
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
-	 */
-	private String username;
-	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.authentication
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private Integer authentication;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.information_maintainer
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String informationMaintainer;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.core_technology
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String coreTechnology;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.accomplish_situation
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String accomplishSituation;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.intellectual_property
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private String intellectualProperty;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column user.credit_rating
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	private Integer creditRating;
-
-
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.id
 	 * @return  the value of user.id
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getId() {
 		return id;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.id
 	 * @param id  the value for user.id
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setId(String id) {
 		this.id = id;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.mobile
 	 * @return  the value of user.mobile
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getMobile() {
 		return mobile;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.mobile
 	 * @param mobile  the value for user.mobile
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setMobile(String mobile) {
 		this.mobile = mobile;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.password
 	 * @return  the value of user.password
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getPassword() {
 		return password;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.password
 	 * @param password  the value for user.password
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setPassword(String password) {
 		this.password = password;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.nickname
 	 * @return  the value of user.nickname
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getNickname() {
 		return nickname;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.nickname
 	 * @param nickname  the value for user.nickname
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setNickname(String nickname) {
 		this.nickname = nickname;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.email
 	 * @return  the value of user.email
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getEmail() {
 		return email;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.email
 	 * @param email  the value for user.email
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setEmail(String email) {
 		this.email = email;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.create_time
 	 * @return  the value of user.create_time
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Date getCreateTime() {
 		return createTime;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.create_time
 	 * @param createTime  the value for user.create_time
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setCreateTime(Date createTime) {
 		this.createTime = createTime;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.number
 	 * @return  the value of user.number
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Long getNumber() {
 		return number;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.number
 	 * @param number  the value for user.number
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setNumber(Long number) {
 		this.number = number;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.lvl
 	 * @return  the value of user.lvl
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Integer getLvl() {
 		return lvl;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.lvl
 	 * @param lvl  the value for user.lvl
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setLvl(Integer lvl) {
 		this.lvl = lvl;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.type
 	 * @return  the value of user.type
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Integer getType() {
 		return type;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.type
 	 * @param type  the value for user.type
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setType(Integer type) {
 		this.type = type;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.mid
 	 * @return  the value of user.mid
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getMid() {
 		return mid;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.mid
 	 * @param mid  the value for user.mid
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setMid(String mid) {
 		this.mid = mid;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.status
 	 * @return  the value of user.status
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Integer getStatus() {
 		return status;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.status
 	 * @param status  the value for user.status
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setStatus(Integer status) {
 		this.status = status;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.source
 	 * @return  the value of user.source
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Integer getSource() {
 		return source;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.source
 	 * @param source  the value for user.source
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setSource(Integer source) {
 		this.source = source;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.update_time
 	 * @return  the value of user.update_time
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Date getUpdateTime() {
 		return updateTime;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.update_time
 	 * @param updateTime  the value for user.update_time
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setUpdateTime(Date updateTime) {
 		this.updateTime = updateTime;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.company_logo_url
 	 * @return  the value of user.company_logo_url
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getCompanyLogoUrl() {
 		return companyLogoUrl;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.company_logo_url
 	 * @param companyLogoUrl  the value for user.company_logo_url
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setCompanyLogoUrl(String companyLogoUrl) {
 		this.companyLogoUrl = companyLogoUrl;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.head_portrait_url
 	 * @return  the value of user.head_portrait_url
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getHeadPortraitUrl() {
 		return headPortraitUrl;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.head_portrait_url
 	 * @param headPortraitUrl  the value for user.head_portrait_url
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setHeadPortraitUrl(String headPortraitUrl) {
 		this.headPortraitUrl = headPortraitUrl;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.society_tag
 	 * @return  the value of user.society_tag
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getSocietyTag() {
 		return societyTag;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.society_tag
 	 * @param societyTag  the value for user.society_tag
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setSocietyTag(String societyTag) {
 		this.societyTag = societyTag;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.introduction
 	 * @return  the value of user.introduction
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getIntroduction() {
 		return introduction;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.introduction
 	 * @param introduction  the value for user.introduction
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setIntroduction(String introduction) {
 		this.introduction = introduction;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.value_added_tag
 	 * @return  the value of user.value_added_tag
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getValueAddedTag() {
 		return valueAddedTag;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.value_added_tag
 	 * @param valueAddedTag  the value for user.value_added_tag
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setValueAddedTag(String valueAddedTag) {
 		this.valueAddedTag = valueAddedTag;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.organization_id
 	 * @return  the value of user.organization_id
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getOrganizationId() {
 		return organizationId;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.organization_id
 	 * @param organizationId  the value for user.organization_id
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setOrganizationId(String organizationId) {
 		this.organizationId = organizationId;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.identify_name
 	 * @return  the value of user.identify_name
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getIdentifyName() {
 		return identifyName;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.identify_name
 	 * @param identifyName  the value for user.identify_name
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setIdentifyName(String identifyName) {
 		this.identifyName = identifyName;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.background_url
 	 * @return  the value of user.background_url
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getBackgroundUrl() {
 		return backgroundUrl;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.background_url
 	 * @param backgroundUrl  the value for user.background_url
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setBackgroundUrl(String backgroundUrl) {
 		this.backgroundUrl = backgroundUrl;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.audit_opinion
 	 * @return  the value of user.audit_opinion
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getAuditOpinion() {
 		return auditOpinion;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.audit_opinion
 	 * @param auditOpinion  the value for user.audit_opinion
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setAuditOpinion(String auditOpinion) {
 		this.auditOpinion = auditOpinion;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.audit_status
 	 * @return  the value of user.audit_status
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Integer getAuditStatus() {
 		return auditStatus;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.audit_status
 	 * @param auditStatus  the value for user.audit_status
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setAuditStatus(Integer auditStatus) {
 		this.auditStatus = auditStatus;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.share_type
 	 * @return  the value of user.share_type
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Integer getShareType() {
 		return shareType;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.share_type
 	 * @param shareType  the value for user.share_type
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setShareType(Integer shareType) {
 		this.shareType = shareType;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.aid
 	 * @return  the value of user.aid
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getAid() {
 		return aid;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.aid
 	 * @param aid  the value for user.aid
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setAid(String aid) {
 		this.aid = aid;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.transfer_time
 	 * @return  the value of user.transfer_time
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Date getTransferTime() {
 		return transferTime;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.transfer_time
 	 * @param transferTime  the value for user.transfer_time
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setTransferTime(Date transferTime) {
 		this.transferTime = transferTime;
 	}
-
-	/**
-	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.username
-	 * @return  the value of user.username
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
-	 */
-	public String getUsername() {
-		return username;
-	}
-
-	/**
-	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.username
-	 * @param username  the value for user.username
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
-	 */
-	public void setUsername(String username) {
-		this.username = username;
-	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.authentication
 	 * @return  the value of user.authentication
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Integer getAuthentication() {
 		return authentication;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.authentication
 	 * @param authentication  the value for user.authentication
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setAuthentication(Integer authentication) {
 		this.authentication = authentication;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.information_maintainer
 	 * @return  the value of user.information_maintainer
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getInformationMaintainer() {
 		return informationMaintainer;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.information_maintainer
 	 * @param informationMaintainer  the value for user.information_maintainer
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setInformationMaintainer(String informationMaintainer) {
 		this.informationMaintainer = informationMaintainer;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.core_technology
 	 * @return  the value of user.core_technology
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getCoreTechnology() {
 		return coreTechnology;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.core_technology
 	 * @param coreTechnology  the value for user.core_technology
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setCoreTechnology(String coreTechnology) {
 		this.coreTechnology = coreTechnology;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.accomplish_situation
 	 * @return  the value of user.accomplish_situation
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getAccomplishSituation() {
 		return accomplishSituation;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.accomplish_situation
 	 * @param accomplishSituation  the value for user.accomplish_situation
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setAccomplishSituation(String accomplishSituation) {
 		this.accomplishSituation = accomplishSituation;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.intellectual_property
 	 * @return  the value of user.intellectual_property
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getIntellectualProperty() {
 		return intellectualProperty;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.intellectual_property
 	 * @param intellectualProperty  the value for user.intellectual_property
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setIntellectualProperty(String intellectualProperty) {
 		this.intellectualProperty = intellectualProperty;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column user.credit_rating
 	 * @return  the value of user.credit_rating
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Integer getCreditRating() {
 		return creditRating;
 	}
-
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column user.credit_rating
 	 * @param creditRating  the value for user.credit_rating
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setCreditRating(Integer creditRating) {
 		this.creditRating = creditRating;
 	}
-
 	/**
 	 * 
 	 */

+ 16 - 86
src/main/java/com/goafanti/common/model/UserExample.java

@@ -7,23 +7,23 @@ import java.util.List;
 public class UserExample {
     /**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	protected String orderByClause;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	protected boolean distinct;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	protected List<Criteria> oredCriteria;
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public UserExample() {
 		oredCriteria = new ArrayList<Criteria>();
@@ -31,7 +31,7 @@ public class UserExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setOrderByClause(String orderByClause) {
 		this.orderByClause = orderByClause;
@@ -39,7 +39,7 @@ public class UserExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public String getOrderByClause() {
 		return orderByClause;
@@ -47,7 +47,7 @@ public class UserExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void setDistinct(boolean distinct) {
 		this.distinct = distinct;
@@ -55,7 +55,7 @@ public class UserExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public boolean isDistinct() {
 		return distinct;
@@ -63,7 +63,7 @@ public class UserExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public List<Criteria> getOredCriteria() {
 		return oredCriteria;
@@ -71,7 +71,7 @@ public class UserExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void or(Criteria criteria) {
 		oredCriteria.add(criteria);
@@ -79,7 +79,7 @@ public class UserExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Criteria or() {
 		Criteria criteria = createCriteriaInternal();
@@ -89,7 +89,7 @@ public class UserExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public Criteria createCriteria() {
 		Criteria criteria = createCriteriaInternal();
@@ -101,7 +101,7 @@ public class UserExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	protected Criteria createCriteriaInternal() {
 		Criteria criteria = new Criteria();
@@ -110,7 +110,7 @@ public class UserExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public void clear() {
 		oredCriteria.clear();
@@ -120,7 +120,7 @@ public class UserExample {
 
 	/**
 	 * This class was generated by MyBatis Generator. This class corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	protected abstract static class GeneratedCriteria {
 		protected List<Criterion> criteria;
@@ -1883,76 +1883,6 @@ public class UserExample {
 			return (Criteria) this;
 		}
 
-		public Criteria andUsernameIsNull() {
-			addCriterion("username is null");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameIsNotNull() {
-			addCriterion("username is not null");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameEqualTo(String value) {
-			addCriterion("username =", value, "username");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameNotEqualTo(String value) {
-			addCriterion("username <>", value, "username");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameGreaterThan(String value) {
-			addCriterion("username >", value, "username");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameGreaterThanOrEqualTo(String value) {
-			addCriterion("username >=", value, "username");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameLessThan(String value) {
-			addCriterion("username <", value, "username");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameLessThanOrEqualTo(String value) {
-			addCriterion("username <=", value, "username");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameLike(String value) {
-			addCriterion("username like", value, "username");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameNotLike(String value) {
-			addCriterion("username not like", value, "username");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameIn(List<String> values) {
-			addCriterion("username in", values, "username");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameNotIn(List<String> values) {
-			addCriterion("username not in", values, "username");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameBetween(String value1, String value2) {
-			addCriterion("username between", value1, value2, "username");
-			return (Criteria) this;
-		}
-
-		public Criteria andUsernameNotBetween(String value1, String value2) {
-			addCriterion("username not between", value1, value2, "username");
-			return (Criteria) this;
-		}
-
 		public Criteria andAuthenticationIsNull() {
 			addCriterion("authentication is null");
 			return (Criteria) this;
@@ -2356,7 +2286,7 @@ public class UserExample {
 
 	/**
 	 * This class was generated by MyBatis Generator. This class corresponds to the database table user
-	 * @mbg.generated  Thu Jun 07 15:24:57 CST 2018
+	 * @mbg.generated  Sat Jun 09 10:41:32 CST 2018
 	 */
 	public static class Criterion {
 		private String condition;