浏览代码

项目新增字段

liliang4869 7 年之前
父节点
当前提交
47aa300a89

+ 11 - 11
src/main/java/com/goafanti/common/dao/JtBusinessProjectMapper.java

@@ -11,68 +11,68 @@ import org.apache.ibatis.annotations.Param;
 public interface JtBusinessProjectMapper {
     /**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	long countByExample(JtBusinessProjectExample example);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	int deleteByExample(JtBusinessProjectExample example);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	int deleteByPrimaryKey(String id);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	int insert(JtBusinessProject record);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	int insertSelective(JtBusinessProject record);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	List<JtBusinessProject> selectByExample(JtBusinessProjectExample example);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	JtBusinessProject selectByPrimaryKey(String id);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	int updateByExampleSelective(@Param("record") JtBusinessProject record,
 			@Param("example") JtBusinessProjectExample example);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	int updateByExample(@Param("record") JtBusinessProject record, @Param("example") JtBusinessProjectExample example);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	int updateByPrimaryKeySelective(JtBusinessProject record);
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	int updateByPrimaryKey(JtBusinessProject record);
 

+ 45 - 25
src/main/java/com/goafanti/common/mapper/JtBusinessProjectMapper.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 Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     <id column="id" jdbcType="VARCHAR" property="id" />
     <result column="name" jdbcType="VARCHAR" property="name" />
@@ -30,12 +30,13 @@
     <result column="audit_info" jdbcType="VARCHAR" property="auditInfo" />
     <result column="release_date" jdbcType="TIMESTAMP" property="releaseDate" />
     <result column="advertisement" jdbcType="VARCHAR" property="advertisement" />
+    <result column="tag" jdbcType="VARCHAR" property="tag" />
   </resultMap>
   <sql id="Example_Where_Clause">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     <where>
       <foreach collection="oredCriteria" item="criteria" separator="or">
@@ -69,7 +70,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     <where>
       <foreach collection="example.oredCriteria" item="criteria" separator="or">
@@ -103,17 +104,18 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
-     id, name, category_id as categoryId, number, price, activity_price as activityPrice, member_price as memberPrice, offset, activity_flag as activityFlag, 
-     introduce, province, city, create_time as createTime, min_img_url as minImgUrl, max_img_url as maxImgUrl, value, apply_conditions as applyConditions, 
-     owner_id as ownerId, is_hot as isHot, audit_status as auditStatus, audit_info as auditInfo, release_date as releaseDate, advertisement
+  jtbp.id, jtbp.name, jtbp.category_id as categoryId, jtbp.number, jtbp.price, jtbp.activity_price as activityPrice, jtbp.member_price as memberPrice, jtbp.offset, 
+        jtbp.activity_flag as activityFlag, 
+    jtbp.introduce, jtbp.province, jtbp.city, jtbp.create_time as createTime, jtbp.min_img_url as minImgUrl, jtbp.max_img_url as maxImgUrl, jtbp.value, jtbp.apply_conditions as applyConditions, 
+    jtbp.owner_id as ownerId, jtbp.is_hot as isHot, jtbp.audit_status as auditStatus, jtbp.audit_info as auditInfo, jtbp.release_date as releaseDate,jtbc.module as module,jtbp.advertisement, tag
   </sql>
   <select id="selectByExample" parameterType="com.goafanti.common.model.JtBusinessProjectExample" resultMap="BaseResultMap">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     select
     <if test="distinct">
@@ -132,7 +134,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     select 
     <include refid="Base_Column_List" />
@@ -143,7 +145,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     delete from jt_business_project
     where id = #{id,jdbcType=VARCHAR}
@@ -152,7 +154,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     delete from jt_business_project
     <if test="_parameter != null">
@@ -163,7 +165,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     insert into jt_business_project (id, name, category_id, 
       number, price, activity_price, 
@@ -172,7 +174,8 @@
       create_time, min_img_url, max_img_url, 
       value, apply_conditions, owner_id, 
       is_hot, audit_status, audit_info, 
-      release_date, advertisement)
+      release_date, advertisement, tag
+      )
     values (#{id,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{categoryId,jdbcType=VARCHAR}, 
       #{number,jdbcType=VARCHAR}, #{price,jdbcType=DECIMAL}, #{activityPrice,jdbcType=DECIMAL}, 
       #{memberPrice,jdbcType=DECIMAL}, #{offset,jdbcType=REAL}, #{activityFlag,jdbcType=INTEGER}, 
@@ -180,13 +183,14 @@
       #{createTime,jdbcType=TIMESTAMP}, #{minImgUrl,jdbcType=VARCHAR}, #{maxImgUrl,jdbcType=VARCHAR}, 
       #{value,jdbcType=VARCHAR}, #{applyConditions,jdbcType=VARCHAR}, #{ownerId,jdbcType=VARCHAR}, 
       #{isHot,jdbcType=INTEGER}, #{auditStatus,jdbcType=INTEGER}, #{auditInfo,jdbcType=VARCHAR}, 
-      #{releaseDate,jdbcType=TIMESTAMP}, #{advertisement,jdbcType=VARCHAR})
+      #{releaseDate,jdbcType=TIMESTAMP}, #{advertisement,jdbcType=VARCHAR}, #{tag,jdbcType=VARCHAR}
+      )
   </insert>
   <insert id="insertSelective" parameterType="com.goafanti.common.model.JtBusinessProject">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     insert into jt_business_project
     <trim prefix="(" suffix=")" suffixOverrides=",">
@@ -259,6 +263,9 @@
       <if test="advertisement != null">
         advertisement,
       </if>
+      <if test="tag != null">
+        tag,
+      </if>
     </trim>
     <trim prefix="values (" suffix=")" suffixOverrides=",">
       <if test="id != null">
@@ -330,13 +337,16 @@
       <if test="advertisement != null">
         #{advertisement,jdbcType=VARCHAR},
       </if>
+      <if test="tag != null">
+        #{tag,jdbcType=VARCHAR},
+      </if>
     </trim>
   </insert>
   <select id="countByExample" parameterType="com.goafanti.common.model.JtBusinessProjectExample" resultType="java.lang.Long">
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     select count(*) from jt_business_project
     <if test="_parameter != null">
@@ -347,7 +357,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     update jt_business_project
     <set>
@@ -420,6 +430,9 @@
       <if test="record.advertisement != null">
         advertisement = #{record.advertisement,jdbcType=VARCHAR},
       </if>
+      <if test="record.tag != null">
+        tag = #{record.tag,jdbcType=VARCHAR},
+      </if>
     </set>
     <if test="_parameter != null">
       <include refid="Update_By_Example_Where_Clause" />
@@ -429,7 +442,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     update jt_business_project
     set id = #{record.id,jdbcType=VARCHAR},
@@ -454,7 +467,8 @@
       audit_status = #{record.auditStatus,jdbcType=INTEGER},
       audit_info = #{record.auditInfo,jdbcType=VARCHAR},
       release_date = #{record.releaseDate,jdbcType=TIMESTAMP},
-      advertisement = #{record.advertisement,jdbcType=VARCHAR}
+      advertisement = #{record.advertisement,jdbcType=VARCHAR},
+      tag = #{record.tag,jdbcType=VARCHAR}
     <if test="_parameter != null">
       <include refid="Update_By_Example_Where_Clause" />
     </if>
@@ -463,7 +477,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     update jt_business_project
     <set>
@@ -533,6 +547,9 @@
       <if test="advertisement != null">
         advertisement = #{advertisement,jdbcType=VARCHAR},
       </if>
+      <if test="tag != null">
+        tag = #{tag,jdbcType=VARCHAR},
+      </if>
     </set>
     where id = #{id,jdbcType=VARCHAR}
   </update>
@@ -540,7 +557,7 @@
     <!--
       WARNING - @mbg.generated
       This element is automatically generated by MyBatis Generator, do not modify.
-      This element was generated on Thu Jul 19 16:49:39 CST 2018.
+      This element was generated on Wed Jul 25 08:54:01 CST 2018.
     -->
     update jt_business_project
     set name = #{name,jdbcType=VARCHAR},
@@ -564,7 +581,8 @@
       audit_status = #{auditStatus,jdbcType=INTEGER},
       audit_info = #{auditInfo,jdbcType=VARCHAR},
       release_date = #{releaseDate,jdbcType=TIMESTAMP},
-      advertisement = #{advertisement,jdbcType=VARCHAR}
+      advertisement = #{advertisement,jdbcType=VARCHAR},
+      tag = #{tag,jdbcType=VARCHAR}
     where id = #{id,jdbcType=VARCHAR}
   </update>
   <select id="selectByPrimaryKeyWithModule" resultType="com.goafanti.business.bo.JtBusinessProjectResult">
@@ -572,7 +590,7 @@
         jtbp.id, jtbp.name, jtbp.category_id as categoryId, jtbp.number, jtbp.price, jtbp.activity_price as activityPrice, jtbp.member_price as memberPrice, jtbp.offset, 
         jtbp.activity_flag as activityFlag, 
     jtbp.introduce, jtbp.province, jtbp.city, jtbp.create_time as createTime, jtbp.min_img_url as minImgUrl, jtbp.max_img_url as maxImgUrl, jtbp.value, jtbp.apply_conditions as applyConditions, 
-    jtbp.owner_id as ownerId, jtbp.is_hot as isHot, jtbp.audit_status as auditStatus, jtbp.audit_info as auditInfo, jtbp.release_date as releaseDate,jtbc.module as module,jtbp.advertisement
+    jtbp.owner_id as ownerId, jtbp.is_hot as isHot, jtbp.audit_status as auditStatus, jtbp.audit_info as auditInfo, jtbp.release_date as releaseDate,jtbc.module as module,jtbp.advertisement,jtbp.tag
     from jt_business_project jtbp
     left join jt_business_category jtbc on jtbc.id =  jtbp.category_id
     where jtbp.id = #{id,jdbcType=VARCHAR}
@@ -620,7 +638,8 @@
 	  jtbp.release_Date as releaseDate,
 	  jtbp.advertisement,
 	  dct.dealCount as dealCount,
-	  u.identify_name as companyName
+	  u.identify_name as companyName,
+	  jtbp.tag
   from jt_business_project jtbp
   left join user u on u.id=jtbp.owner_id
   <if test="topId!=null">
@@ -723,7 +742,8 @@
 	  jtbp.is_hot as isHot,
 	  jtbp.audit_status as auditStatus,
 	  jtbp.release_Date as releaseDate,
-	  jtbp.advertisement
+	  jtbp.advertisement,
+	  jtbp.tag
    from 
   jt_business_project jtbp
   left join project_interest pi on jtbp.id=pi.project_id

+ 92 - 69
src/main/java/com/goafanti/common/model/JtBusinessProject.java

@@ -7,124 +7,129 @@ public class JtBusinessProject {
 
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.id
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private String id;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.name
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private String name;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.category_id
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private String categoryId;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.number
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private String number;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.price
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private BigDecimal price;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.activity_price
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private BigDecimal activityPrice;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.member_price
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private BigDecimal memberPrice;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.offset
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private Float offset;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.activity_flag
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private Integer activityFlag;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.introduce
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private String introduce;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.province
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private Integer province;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.city
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private Integer city;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.create_time
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private Date createTime;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.min_img_url
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private String minImgUrl;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.max_img_url
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private String maxImgUrl;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.value
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private String value;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.apply_conditions
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private String applyConditions;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.owner_id
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private String ownerId;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.is_hot
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private Integer isHot;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.audit_status
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private Integer auditStatus;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.audit_info
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private String auditInfo;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.release_date
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private Date releaseDate;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.advertisement
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	private String advertisement;
+	/**
+	 * This field was generated by MyBatis Generator. This field corresponds to the database column jt_business_project.tag
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
+	 */
+	private String tag;
 
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.id
 	 * @return  the value of jt_business_project.id
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getId() {
 		return id;
@@ -133,7 +138,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.id
 	 * @param id  the value for jt_business_project.id
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setId(String id) {
 		this.id = id;
@@ -142,7 +147,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.name
 	 * @return  the value of jt_business_project.name
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getName() {
 		return name;
@@ -151,7 +156,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.name
 	 * @param name  the value for jt_business_project.name
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setName(String name) {
 		this.name = name;
@@ -160,7 +165,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.category_id
 	 * @return  the value of jt_business_project.category_id
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getCategoryId() {
 		return categoryId;
@@ -169,7 +174,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.category_id
 	 * @param categoryId  the value for jt_business_project.category_id
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setCategoryId(String categoryId) {
 		this.categoryId = categoryId;
@@ -178,7 +183,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.number
 	 * @return  the value of jt_business_project.number
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getNumber() {
 		return number;
@@ -187,7 +192,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.number
 	 * @param number  the value for jt_business_project.number
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setNumber(String number) {
 		this.number = number;
@@ -196,7 +201,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.price
 	 * @return  the value of jt_business_project.price
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public BigDecimal getPrice() {
 		return price;
@@ -205,7 +210,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.price
 	 * @param price  the value for jt_business_project.price
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setPrice(BigDecimal price) {
 		this.price = price;
@@ -214,7 +219,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.activity_price
 	 * @return  the value of jt_business_project.activity_price
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public BigDecimal getActivityPrice() {
 		return activityPrice;
@@ -223,7 +228,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.activity_price
 	 * @param activityPrice  the value for jt_business_project.activity_price
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setActivityPrice(BigDecimal activityPrice) {
 		this.activityPrice = activityPrice;
@@ -232,7 +237,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.member_price
 	 * @return  the value of jt_business_project.member_price
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public BigDecimal getMemberPrice() {
 		return memberPrice;
@@ -241,7 +246,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.member_price
 	 * @param memberPrice  the value for jt_business_project.member_price
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setMemberPrice(BigDecimal memberPrice) {
 		this.memberPrice = memberPrice;
@@ -250,7 +255,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.offset
 	 * @return  the value of jt_business_project.offset
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public Float getOffset() {
 		return offset;
@@ -259,7 +264,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.offset
 	 * @param offset  the value for jt_business_project.offset
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setOffset(Float offset) {
 		this.offset = offset;
@@ -268,7 +273,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.activity_flag
 	 * @return  the value of jt_business_project.activity_flag
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public Integer getActivityFlag() {
 		return activityFlag;
@@ -277,7 +282,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.activity_flag
 	 * @param activityFlag  the value for jt_business_project.activity_flag
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setActivityFlag(Integer activityFlag) {
 		this.activityFlag = activityFlag;
@@ -286,7 +291,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.introduce
 	 * @return  the value of jt_business_project.introduce
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getIntroduce() {
 		return introduce;
@@ -295,7 +300,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.introduce
 	 * @param introduce  the value for jt_business_project.introduce
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setIntroduce(String introduce) {
 		this.introduce = introduce;
@@ -304,7 +309,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.province
 	 * @return  the value of jt_business_project.province
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public Integer getProvince() {
 		return province;
@@ -313,7 +318,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.province
 	 * @param province  the value for jt_business_project.province
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setProvince(Integer province) {
 		this.province = province;
@@ -322,7 +327,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.city
 	 * @return  the value of jt_business_project.city
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public Integer getCity() {
 		return city;
@@ -331,7 +336,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.city
 	 * @param city  the value for jt_business_project.city
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setCity(Integer city) {
 		this.city = city;
@@ -340,7 +345,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.create_time
 	 * @return  the value of jt_business_project.create_time
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public Date getCreateTime() {
 		return createTime;
@@ -349,7 +354,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.create_time
 	 * @param createTime  the value for jt_business_project.create_time
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setCreateTime(Date createTime) {
 		this.createTime = createTime;
@@ -358,7 +363,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.min_img_url
 	 * @return  the value of jt_business_project.min_img_url
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getMinImgUrl() {
 		return minImgUrl;
@@ -367,7 +372,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.min_img_url
 	 * @param minImgUrl  the value for jt_business_project.min_img_url
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setMinImgUrl(String minImgUrl) {
 		this.minImgUrl = minImgUrl;
@@ -376,7 +381,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.max_img_url
 	 * @return  the value of jt_business_project.max_img_url
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getMaxImgUrl() {
 		return maxImgUrl;
@@ -385,7 +390,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.max_img_url
 	 * @param maxImgUrl  the value for jt_business_project.max_img_url
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setMaxImgUrl(String maxImgUrl) {
 		this.maxImgUrl = maxImgUrl;
@@ -394,7 +399,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.value
 	 * @return  the value of jt_business_project.value
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getValue() {
 		return value;
@@ -403,7 +408,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.value
 	 * @param value  the value for jt_business_project.value
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setValue(String value) {
 		this.value = value;
@@ -412,7 +417,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.apply_conditions
 	 * @return  the value of jt_business_project.apply_conditions
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getApplyConditions() {
 		return applyConditions;
@@ -421,7 +426,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.apply_conditions
 	 * @param applyConditions  the value for jt_business_project.apply_conditions
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setApplyConditions(String applyConditions) {
 		this.applyConditions = applyConditions;
@@ -430,7 +435,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.owner_id
 	 * @return  the value of jt_business_project.owner_id
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getOwnerId() {
 		return ownerId;
@@ -439,7 +444,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.owner_id
 	 * @param ownerId  the value for jt_business_project.owner_id
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setOwnerId(String ownerId) {
 		this.ownerId = ownerId;
@@ -448,7 +453,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.is_hot
 	 * @return  the value of jt_business_project.is_hot
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public Integer getIsHot() {
 		return isHot;
@@ -457,7 +462,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.is_hot
 	 * @param isHot  the value for jt_business_project.is_hot
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setIsHot(Integer isHot) {
 		this.isHot = isHot;
@@ -466,7 +471,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.audit_status
 	 * @return  the value of jt_business_project.audit_status
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public Integer getAuditStatus() {
 		return auditStatus;
@@ -475,7 +480,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.audit_status
 	 * @param auditStatus  the value for jt_business_project.audit_status
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setAuditStatus(Integer auditStatus) {
 		this.auditStatus = auditStatus;
@@ -484,7 +489,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.audit_info
 	 * @return  the value of jt_business_project.audit_info
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getAuditInfo() {
 		return auditInfo;
@@ -493,7 +498,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.audit_info
 	 * @param auditInfo  the value for jt_business_project.audit_info
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setAuditInfo(String auditInfo) {
 		this.auditInfo = auditInfo;
@@ -502,7 +507,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.release_date
 	 * @return  the value of jt_business_project.release_date
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public Date getReleaseDate() {
 		return releaseDate;
@@ -511,7 +516,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.release_date
 	 * @param releaseDate  the value for jt_business_project.release_date
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setReleaseDate(Date releaseDate) {
 		this.releaseDate = releaseDate;
@@ -520,7 +525,7 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.advertisement
 	 * @return  the value of jt_business_project.advertisement
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getAdvertisement() {
 		return advertisement;
@@ -529,10 +534,28 @@ public class JtBusinessProject {
 	/**
 	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.advertisement
 	 * @param advertisement  the value for jt_business_project.advertisement
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setAdvertisement(String advertisement) {
 		this.advertisement = advertisement;
+	}
+
+	/**
+	 * This method was generated by MyBatis Generator. This method returns the value of the database column jt_business_project.tag
+	 * @return  the value of jt_business_project.tag
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
+	 */
+	public String getTag() {
+		return tag;
+	}
+
+	/**
+	 * This method was generated by MyBatis Generator. This method sets the value of the database column jt_business_project.tag
+	 * @param tag  the value for jt_business_project.tag
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
+	 */
+	public void setTag(String tag) {
+		this.tag = tag;
 	}    
     
 }

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

@@ -8,23 +8,23 @@ import java.util.List;
 public class JtBusinessProjectExample {
     /**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	protected String orderByClause;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	protected boolean distinct;
 	/**
 	 * This field was generated by MyBatis Generator. This field corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	protected List<Criteria> oredCriteria;
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public JtBusinessProjectExample() {
 		oredCriteria = new ArrayList<Criteria>();
@@ -32,7 +32,7 @@ public class JtBusinessProjectExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setOrderByClause(String orderByClause) {
 		this.orderByClause = orderByClause;
@@ -40,7 +40,7 @@ public class JtBusinessProjectExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public String getOrderByClause() {
 		return orderByClause;
@@ -48,7 +48,7 @@ public class JtBusinessProjectExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void setDistinct(boolean distinct) {
 		this.distinct = distinct;
@@ -56,7 +56,7 @@ public class JtBusinessProjectExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public boolean isDistinct() {
 		return distinct;
@@ -64,7 +64,7 @@ public class JtBusinessProjectExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public List<Criteria> getOredCriteria() {
 		return oredCriteria;
@@ -72,7 +72,7 @@ public class JtBusinessProjectExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void or(Criteria criteria) {
 		oredCriteria.add(criteria);
@@ -80,7 +80,7 @@ public class JtBusinessProjectExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public Criteria or() {
 		Criteria criteria = createCriteriaInternal();
@@ -90,7 +90,7 @@ public class JtBusinessProjectExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public Criteria createCriteria() {
 		Criteria criteria = createCriteriaInternal();
@@ -102,7 +102,7 @@ public class JtBusinessProjectExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	protected Criteria createCriteriaInternal() {
 		Criteria criteria = new Criteria();
@@ -111,7 +111,7 @@ public class JtBusinessProjectExample {
 
 	/**
 	 * This method was generated by MyBatis Generator. This method corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public void clear() {
 		oredCriteria.clear();
@@ -121,7 +121,7 @@ public class JtBusinessProjectExample {
 
 	/**
 	 * This class was generated by MyBatis Generator. This class corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	protected abstract static class GeneratedCriteria {
 		protected List<Criterion> criteria;
@@ -1663,11 +1663,81 @@ public class JtBusinessProjectExample {
 			addCriterion("advertisement not between", value1, value2, "advertisement");
 			return (Criteria) this;
 		}
+
+		public Criteria andTagIsNull() {
+			addCriterion("tag is null");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagIsNotNull() {
+			addCriterion("tag is not null");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagEqualTo(String value) {
+			addCriterion("tag =", value, "tag");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagNotEqualTo(String value) {
+			addCriterion("tag <>", value, "tag");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagGreaterThan(String value) {
+			addCriterion("tag >", value, "tag");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagGreaterThanOrEqualTo(String value) {
+			addCriterion("tag >=", value, "tag");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagLessThan(String value) {
+			addCriterion("tag <", value, "tag");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagLessThanOrEqualTo(String value) {
+			addCriterion("tag <=", value, "tag");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagLike(String value) {
+			addCriterion("tag like", value, "tag");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagNotLike(String value) {
+			addCriterion("tag not like", value, "tag");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagIn(List<String> values) {
+			addCriterion("tag in", values, "tag");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagNotIn(List<String> values) {
+			addCriterion("tag not in", values, "tag");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagBetween(String value1, String value2) {
+			addCriterion("tag between", value1, value2, "tag");
+			return (Criteria) this;
+		}
+
+		public Criteria andTagNotBetween(String value1, String value2) {
+			addCriterion("tag not between", value1, value2, "tag");
+			return (Criteria) this;
+		}
 	}
 
 	/**
 	 * This class was generated by MyBatis Generator. This class corresponds to the database table jt_business_project
-	 * @mbg.generated  Thu Jul 19 16:49:39 CST 2018
+	 * @mbg.generated  Wed Jul 25 08:54:01 CST 2018
 	 */
 	public static class Criterion {
 		private String condition;