|
|
@@ -2,27 +2,28 @@ package com.goafanti.common.model;
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
import java.util.List;
|
|
|
+import java.util.Date;
|
|
|
|
|
|
public class CustomerLogExample {
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
protected String orderByClause;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
protected boolean distinct;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
protected List<Criteria> oredCriteria;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
public CustomerLogExample() {
|
|
|
oredCriteria = new ArrayList<Criteria>();
|
|
|
@@ -30,7 +31,7 @@ public class CustomerLogExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
public void setOrderByClause(String orderByClause) {
|
|
|
this.orderByClause = orderByClause;
|
|
|
@@ -38,7 +39,7 @@ public class CustomerLogExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
public String getOrderByClause() {
|
|
|
return orderByClause;
|
|
|
@@ -46,7 +47,7 @@ public class CustomerLogExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
public void setDistinct(boolean distinct) {
|
|
|
this.distinct = distinct;
|
|
|
@@ -54,7 +55,7 @@ public class CustomerLogExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
public boolean isDistinct() {
|
|
|
return distinct;
|
|
|
@@ -62,7 +63,7 @@ public class CustomerLogExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
public List<Criteria> getOredCriteria() {
|
|
|
return oredCriteria;
|
|
|
@@ -70,7 +71,7 @@ public class CustomerLogExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
public void or(Criteria criteria) {
|
|
|
oredCriteria.add(criteria);
|
|
|
@@ -78,7 +79,7 @@ public class CustomerLogExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
public Criteria or() {
|
|
|
Criteria criteria = createCriteriaInternal();
|
|
|
@@ -88,7 +89,7 @@ public class CustomerLogExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
public Criteria createCriteria() {
|
|
|
Criteria criteria = createCriteriaInternal();
|
|
|
@@ -100,7 +101,7 @@ public class CustomerLogExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
protected Criteria createCriteriaInternal() {
|
|
|
Criteria criteria = new Criteria();
|
|
|
@@ -109,7 +110,7 @@ public class CustomerLogExample {
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
public void clear() {
|
|
|
oredCriteria.clear();
|
|
|
@@ -119,7 +120,7 @@ public class CustomerLogExample {
|
|
|
|
|
|
/**
|
|
|
* This class was generated by MyBatis Generator. This class corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
protected abstract static class GeneratedCriteria {
|
|
|
protected List<Criterion> criteria;
|
|
|
@@ -372,353 +373,553 @@ public class CustomerLogExample {
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypIsNull() {
|
|
|
- addCriterion("operator_typ is null");
|
|
|
+ public Criteria andOperatorTypeIsNull() {
|
|
|
+ addCriterion("operator_type is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypIsNotNull() {
|
|
|
- addCriterion("operator_typ is not null");
|
|
|
+ public Criteria andOperatorTypeIsNotNull() {
|
|
|
+ addCriterion("operator_type is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypEqualTo(String value) {
|
|
|
- addCriterion("operator_typ =", value, "operatorTyp");
|
|
|
+ public Criteria andOperatorTypeEqualTo(String value) {
|
|
|
+ addCriterion("operator_type =", value, "operatorType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypNotEqualTo(String value) {
|
|
|
- addCriterion("operator_typ <>", value, "operatorTyp");
|
|
|
+ public Criteria andOperatorTypeNotEqualTo(String value) {
|
|
|
+ addCriterion("operator_type <>", value, "operatorType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypGreaterThan(String value) {
|
|
|
- addCriterion("operator_typ >", value, "operatorTyp");
|
|
|
+ public Criteria andOperatorTypeGreaterThan(String value) {
|
|
|
+ addCriterion("operator_type >", value, "operatorType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("operator_typ >=", value, "operatorTyp");
|
|
|
+ public Criteria andOperatorTypeGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("operator_type >=", value, "operatorType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypLessThan(String value) {
|
|
|
- addCriterion("operator_typ <", value, "operatorTyp");
|
|
|
+ public Criteria andOperatorTypeLessThan(String value) {
|
|
|
+ addCriterion("operator_type <", value, "operatorType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("operator_typ <=", value, "operatorTyp");
|
|
|
+ public Criteria andOperatorTypeLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("operator_type <=", value, "operatorType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypLike(String value) {
|
|
|
- addCriterion("operator_typ like", value, "operatorTyp");
|
|
|
+ public Criteria andOperatorTypeLike(String value) {
|
|
|
+ addCriterion("operator_type like", value, "operatorType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypNotLike(String value) {
|
|
|
- addCriterion("operator_typ not like", value, "operatorTyp");
|
|
|
+ public Criteria andOperatorTypeNotLike(String value) {
|
|
|
+ addCriterion("operator_type not like", value, "operatorType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypIn(List<String> values) {
|
|
|
- addCriterion("operator_typ in", values, "operatorTyp");
|
|
|
+ public Criteria andOperatorTypeIn(List<String> values) {
|
|
|
+ addCriterion("operator_type in", values, "operatorType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypNotIn(List<String> values) {
|
|
|
- addCriterion("operator_typ not in", values, "operatorTyp");
|
|
|
+ public Criteria andOperatorTypeNotIn(List<String> values) {
|
|
|
+ addCriterion("operator_type not in", values, "operatorType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypBetween(String value1, String value2) {
|
|
|
- addCriterion("operator_typ between", value1, value2, "operatorTyp");
|
|
|
+ public Criteria andOperatorTypeBetween(String value1, String value2) {
|
|
|
+ addCriterion("operator_type between", value1, value2, "operatorType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorTypNotBetween(String value1, String value2) {
|
|
|
- addCriterion("operator_typ not between", value1, value2, "operatorTyp");
|
|
|
+ public Criteria andOperatorTypeNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("operator_type not between", value1, value2, "operatorType");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeIsNull() {
|
|
|
- addCriterion("operator_datetime is null");
|
|
|
+ public Criteria andOperatorTimeIsNull() {
|
|
|
+ addCriterion("operator_time is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeIsNotNull() {
|
|
|
- addCriterion("operator_datetime is not null");
|
|
|
+ public Criteria andOperatorTimeIsNotNull() {
|
|
|
+ addCriterion("operator_time is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeEqualTo(String value) {
|
|
|
- addCriterion("operator_datetime =", value, "operatorDatetime");
|
|
|
+ public Criteria andOperatorTimeEqualTo(Date value) {
|
|
|
+ addCriterion("operator_time =", value, "operatorTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeNotEqualTo(String value) {
|
|
|
- addCriterion("operator_datetime <>", value, "operatorDatetime");
|
|
|
+ public Criteria andOperatorTimeNotEqualTo(Date value) {
|
|
|
+ addCriterion("operator_time <>", value, "operatorTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeGreaterThan(String value) {
|
|
|
- addCriterion("operator_datetime >", value, "operatorDatetime");
|
|
|
+ public Criteria andOperatorTimeGreaterThan(Date value) {
|
|
|
+ addCriterion("operator_time >", value, "operatorTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("operator_datetime >=", value, "operatorDatetime");
|
|
|
+ public Criteria andOperatorTimeGreaterThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("operator_time >=", value, "operatorTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeLessThan(String value) {
|
|
|
- addCriterion("operator_datetime <", value, "operatorDatetime");
|
|
|
+ public Criteria andOperatorTimeLessThan(Date value) {
|
|
|
+ addCriterion("operator_time <", value, "operatorTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("operator_datetime <=", value, "operatorDatetime");
|
|
|
+ public Criteria andOperatorTimeLessThanOrEqualTo(Date value) {
|
|
|
+ addCriterion("operator_time <=", value, "operatorTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeLike(String value) {
|
|
|
- addCriterion("operator_datetime like", value, "operatorDatetime");
|
|
|
+ public Criteria andOperatorTimeIn(List<Date> values) {
|
|
|
+ addCriterion("operator_time in", values, "operatorTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeNotLike(String value) {
|
|
|
- addCriterion("operator_datetime not like", value, "operatorDatetime");
|
|
|
+ public Criteria andOperatorTimeNotIn(List<Date> values) {
|
|
|
+ addCriterion("operator_time not in", values, "operatorTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeIn(List<String> values) {
|
|
|
- addCriterion("operator_datetime in", values, "operatorDatetime");
|
|
|
+ public Criteria andOperatorTimeBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("operator_time between", value1, value2, "operatorTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeNotIn(List<String> values) {
|
|
|
- addCriterion("operator_datetime not in", values, "operatorDatetime");
|
|
|
+ public Criteria andOperatorTimeNotBetween(Date value1, Date value2) {
|
|
|
+ addCriterion("operator_time not between", value1, value2, "operatorTime");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeBetween(String value1, String value2) {
|
|
|
- addCriterion("operator_datetime between", value1, value2, "operatorDatetime");
|
|
|
+ public Criteria andBeforeCustomerStatusIsNull() {
|
|
|
+ addCriterion("before_customer_status is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andOperatorDatetimeNotBetween(String value1, String value2) {
|
|
|
- addCriterion("operator_datetime not between", value1, value2, "operatorDatetime");
|
|
|
+ public Criteria andBeforeCustomerStatusIsNotNull() {
|
|
|
+ addCriterion("before_customer_status is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusIsNull() {
|
|
|
- addCriterion("before_status is null");
|
|
|
+ public Criteria andBeforeCustomerStatusEqualTo(String value) {
|
|
|
+ addCriterion("before_customer_status =", value, "beforeCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusIsNotNull() {
|
|
|
- addCriterion("before_status is not null");
|
|
|
+ public Criteria andBeforeCustomerStatusNotEqualTo(String value) {
|
|
|
+ addCriterion("before_customer_status <>", value, "beforeCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusEqualTo(String value) {
|
|
|
- addCriterion("before_status =", value, "beforeStatus");
|
|
|
+ public Criteria andBeforeCustomerStatusGreaterThan(String value) {
|
|
|
+ addCriterion("before_customer_status >", value, "beforeCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusNotEqualTo(String value) {
|
|
|
- addCriterion("before_status <>", value, "beforeStatus");
|
|
|
+ public Criteria andBeforeCustomerStatusGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("before_customer_status >=", value, "beforeCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusGreaterThan(String value) {
|
|
|
- addCriterion("before_status >", value, "beforeStatus");
|
|
|
+ public Criteria andBeforeCustomerStatusLessThan(String value) {
|
|
|
+ addCriterion("before_customer_status <", value, "beforeCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("before_status >=", value, "beforeStatus");
|
|
|
+ public Criteria andBeforeCustomerStatusLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("before_customer_status <=", value, "beforeCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusLessThan(String value) {
|
|
|
- addCriterion("before_status <", value, "beforeStatus");
|
|
|
+ public Criteria andBeforeCustomerStatusLike(String value) {
|
|
|
+ addCriterion("before_customer_status like", value, "beforeCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("before_status <=", value, "beforeStatus");
|
|
|
+ public Criteria andBeforeCustomerStatusNotLike(String value) {
|
|
|
+ addCriterion("before_customer_status not like", value, "beforeCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusLike(String value) {
|
|
|
- addCriterion("before_status like", value, "beforeStatus");
|
|
|
+ public Criteria andBeforeCustomerStatusIn(List<String> values) {
|
|
|
+ addCriterion("before_customer_status in", values, "beforeCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusNotLike(String value) {
|
|
|
- addCriterion("before_status not like", value, "beforeStatus");
|
|
|
+ public Criteria andBeforeCustomerStatusNotIn(List<String> values) {
|
|
|
+ addCriterion("before_customer_status not in", values, "beforeCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusIn(List<String> values) {
|
|
|
- addCriterion("before_status in", values, "beforeStatus");
|
|
|
+ public Criteria andBeforeCustomerStatusBetween(String value1, String value2) {
|
|
|
+ addCriterion("before_customer_status between", value1, value2, "beforeCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusNotIn(List<String> values) {
|
|
|
- addCriterion("before_status not in", values, "beforeStatus");
|
|
|
+ public Criteria andBeforeCustomerStatusNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("before_customer_status not between", value1, value2, "beforeCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusBetween(String value1, String value2) {
|
|
|
- addCriterion("before_status between", value1, value2, "beforeStatus");
|
|
|
+ public Criteria andAfterCustomerStatusIsNull() {
|
|
|
+ addCriterion("after_customer_status is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeStatusNotBetween(String value1, String value2) {
|
|
|
- addCriterion("before_status not between", value1, value2, "beforeStatus");
|
|
|
+ public Criteria andAfterCustomerStatusIsNotNull() {
|
|
|
+ addCriterion("after_customer_status is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceIsNull() {
|
|
|
- addCriterion("before_service is null");
|
|
|
+ public Criteria andAfterCustomerStatusEqualTo(String value) {
|
|
|
+ addCriterion("after_customer_status =", value, "afterCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceIsNotNull() {
|
|
|
- addCriterion("before_service is not null");
|
|
|
+ public Criteria andAfterCustomerStatusNotEqualTo(String value) {
|
|
|
+ addCriterion("after_customer_status <>", value, "afterCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceEqualTo(String value) {
|
|
|
- addCriterion("before_service =", value, "beforeService");
|
|
|
+ public Criteria andAfterCustomerStatusGreaterThan(String value) {
|
|
|
+ addCriterion("after_customer_status >", value, "afterCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceNotEqualTo(String value) {
|
|
|
- addCriterion("before_service <>", value, "beforeService");
|
|
|
+ public Criteria andAfterCustomerStatusGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("after_customer_status >=", value, "afterCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceGreaterThan(String value) {
|
|
|
- addCriterion("before_service >", value, "beforeService");
|
|
|
+ public Criteria andAfterCustomerStatusLessThan(String value) {
|
|
|
+ addCriterion("after_customer_status <", value, "afterCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("before_service >=", value, "beforeService");
|
|
|
+ public Criteria andAfterCustomerStatusLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("after_customer_status <=", value, "afterCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceLessThan(String value) {
|
|
|
- addCriterion("before_service <", value, "beforeService");
|
|
|
+ public Criteria andAfterCustomerStatusLike(String value) {
|
|
|
+ addCriterion("after_customer_status like", value, "afterCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("before_service <=", value, "beforeService");
|
|
|
+ public Criteria andAfterCustomerStatusNotLike(String value) {
|
|
|
+ addCriterion("after_customer_status not like", value, "afterCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceLike(String value) {
|
|
|
- addCriterion("before_service like", value, "beforeService");
|
|
|
+ public Criteria andAfterCustomerStatusIn(List<String> values) {
|
|
|
+ addCriterion("after_customer_status in", values, "afterCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceNotLike(String value) {
|
|
|
- addCriterion("before_service not like", value, "beforeService");
|
|
|
+ public Criteria andAfterCustomerStatusNotIn(List<String> values) {
|
|
|
+ addCriterion("after_customer_status not in", values, "afterCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceIn(List<String> values) {
|
|
|
- addCriterion("before_service in", values, "beforeService");
|
|
|
+ public Criteria andAfterCustomerStatusBetween(String value1, String value2) {
|
|
|
+ addCriterion("after_customer_status between", value1, value2, "afterCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceNotIn(List<String> values) {
|
|
|
- addCriterion("before_service not in", values, "beforeService");
|
|
|
+ public Criteria andAfterCustomerStatusNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("after_customer_status not between", value1, value2, "afterCustomerStatus");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceBetween(String value1, String value2) {
|
|
|
- addCriterion("before_service between", value1, value2, "beforeService");
|
|
|
+ public Criteria andBeforeCustomerIntentionIsNull() {
|
|
|
+ addCriterion("before_customer_intention is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andBeforeServiceNotBetween(String value1, String value2) {
|
|
|
- addCriterion("before_service not between", value1, value2, "beforeService");
|
|
|
+ public Criteria andBeforeCustomerIntentionIsNotNull() {
|
|
|
+ addCriterion("before_customer_intention is not null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceIsNull() {
|
|
|
- addCriterion("after_service is null");
|
|
|
+ public Criteria andBeforeCustomerIntentionEqualTo(String value) {
|
|
|
+ addCriterion("before_customer_intention =", value, "beforeCustomerIntention");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceIsNotNull() {
|
|
|
- addCriterion("after_service is not null");
|
|
|
+ public Criteria andBeforeCustomerIntentionNotEqualTo(String value) {
|
|
|
+ addCriterion("before_customer_intention <>", value, "beforeCustomerIntention");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceEqualTo(String value) {
|
|
|
- addCriterion("after_service =", value, "afterService");
|
|
|
+ public Criteria andBeforeCustomerIntentionGreaterThan(String value) {
|
|
|
+ addCriterion("before_customer_intention >", value, "beforeCustomerIntention");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceNotEqualTo(String value) {
|
|
|
- addCriterion("after_service <>", value, "afterService");
|
|
|
+ public Criteria andBeforeCustomerIntentionGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("before_customer_intention >=", value, "beforeCustomerIntention");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceGreaterThan(String value) {
|
|
|
- addCriterion("after_service >", value, "afterService");
|
|
|
+ public Criteria andBeforeCustomerIntentionLessThan(String value) {
|
|
|
+ addCriterion("before_customer_intention <", value, "beforeCustomerIntention");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceGreaterThanOrEqualTo(String value) {
|
|
|
- addCriterion("after_service >=", value, "afterService");
|
|
|
+ public Criteria andBeforeCustomerIntentionLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("before_customer_intention <=", value, "beforeCustomerIntention");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceLessThan(String value) {
|
|
|
- addCriterion("after_service <", value, "afterService");
|
|
|
+ public Criteria andBeforeCustomerIntentionLike(String value) {
|
|
|
+ addCriterion("before_customer_intention like", value, "beforeCustomerIntention");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceLessThanOrEqualTo(String value) {
|
|
|
- addCriterion("after_service <=", value, "afterService");
|
|
|
+ public Criteria andBeforeCustomerIntentionNotLike(String value) {
|
|
|
+ addCriterion("before_customer_intention not like", value, "beforeCustomerIntention");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceLike(String value) {
|
|
|
- addCriterion("after_service like", value, "afterService");
|
|
|
+ public Criteria andBeforeCustomerIntentionIn(List<String> values) {
|
|
|
+ addCriterion("before_customer_intention in", values, "beforeCustomerIntention");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceNotLike(String value) {
|
|
|
- addCriterion("after_service not like", value, "afterService");
|
|
|
+ public Criteria andBeforeCustomerIntentionNotIn(List<String> values) {
|
|
|
+ addCriterion("before_customer_intention not in", values, "beforeCustomerIntention");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceIn(List<String> values) {
|
|
|
- addCriterion("after_service in", values, "afterService");
|
|
|
+ public Criteria andBeforeCustomerIntentionBetween(String value1, String value2) {
|
|
|
+ addCriterion("before_customer_intention between", value1, value2, "beforeCustomerIntention");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceNotIn(List<String> values) {
|
|
|
- addCriterion("after_service not in", values, "afterService");
|
|
|
+ public Criteria andBeforeCustomerIntentionNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("before_customer_intention not between", value1, value2, "beforeCustomerIntention");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceBetween(String value1, String value2) {
|
|
|
- addCriterion("after_service between", value1, value2, "afterService");
|
|
|
+ public Criteria andAfterCustomerIntentionIsNull() {
|
|
|
+ addCriterion("after_customer_intention is null");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
- public Criteria andAfterServiceNotBetween(String value1, String value2) {
|
|
|
- addCriterion("after_service not between", value1, value2, "afterService");
|
|
|
+ public Criteria andAfterCustomerIntentionIsNotNull() {
|
|
|
+ addCriterion("after_customer_intention is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterCustomerIntentionEqualTo(String value) {
|
|
|
+ addCriterion("after_customer_intention =", value, "afterCustomerIntention");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterCustomerIntentionNotEqualTo(String value) {
|
|
|
+ addCriterion("after_customer_intention <>", value, "afterCustomerIntention");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterCustomerIntentionGreaterThan(String value) {
|
|
|
+ addCriterion("after_customer_intention >", value, "afterCustomerIntention");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterCustomerIntentionGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("after_customer_intention >=", value, "afterCustomerIntention");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterCustomerIntentionLessThan(String value) {
|
|
|
+ addCriterion("after_customer_intention <", value, "afterCustomerIntention");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterCustomerIntentionLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("after_customer_intention <=", value, "afterCustomerIntention");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterCustomerIntentionLike(String value) {
|
|
|
+ addCriterion("after_customer_intention like", value, "afterCustomerIntention");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterCustomerIntentionNotLike(String value) {
|
|
|
+ addCriterion("after_customer_intention not like", value, "afterCustomerIntention");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterCustomerIntentionIn(List<String> values) {
|
|
|
+ addCriterion("after_customer_intention in", values, "afterCustomerIntention");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterCustomerIntentionNotIn(List<String> values) {
|
|
|
+ addCriterion("after_customer_intention not in", values, "afterCustomerIntention");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterCustomerIntentionBetween(String value1, String value2) {
|
|
|
+ addCriterion("after_customer_intention between", value1, value2, "afterCustomerIntention");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterCustomerIntentionNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("after_customer_intention not between", value1, value2, "afterCustomerIntention");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationIsNull() {
|
|
|
+ addCriterion("before_follow_situation is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationIsNotNull() {
|
|
|
+ addCriterion("before_follow_situation is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationEqualTo(String value) {
|
|
|
+ addCriterion("before_follow_situation =", value, "beforeFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationNotEqualTo(String value) {
|
|
|
+ addCriterion("before_follow_situation <>", value, "beforeFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationGreaterThan(String value) {
|
|
|
+ addCriterion("before_follow_situation >", value, "beforeFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("before_follow_situation >=", value, "beforeFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationLessThan(String value) {
|
|
|
+ addCriterion("before_follow_situation <", value, "beforeFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("before_follow_situation <=", value, "beforeFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationLike(String value) {
|
|
|
+ addCriterion("before_follow_situation like", value, "beforeFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationNotLike(String value) {
|
|
|
+ addCriterion("before_follow_situation not like", value, "beforeFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationIn(List<String> values) {
|
|
|
+ addCriterion("before_follow_situation in", values, "beforeFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationNotIn(List<String> values) {
|
|
|
+ addCriterion("before_follow_situation not in", values, "beforeFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationBetween(String value1, String value2) {
|
|
|
+ addCriterion("before_follow_situation between", value1, value2, "beforeFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andBeforeFollowSituationNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("before_follow_situation not between", value1, value2, "beforeFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationIsNull() {
|
|
|
+ addCriterion("after_follow_situation is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationIsNotNull() {
|
|
|
+ addCriterion("after_follow_situation is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationEqualTo(String value) {
|
|
|
+ addCriterion("after_follow_situation =", value, "afterFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationNotEqualTo(String value) {
|
|
|
+ addCriterion("after_follow_situation <>", value, "afterFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationGreaterThan(String value) {
|
|
|
+ addCriterion("after_follow_situation >", value, "afterFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("after_follow_situation >=", value, "afterFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationLessThan(String value) {
|
|
|
+ addCriterion("after_follow_situation <", value, "afterFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("after_follow_situation <=", value, "afterFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationLike(String value) {
|
|
|
+ addCriterion("after_follow_situation like", value, "afterFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationNotLike(String value) {
|
|
|
+ addCriterion("after_follow_situation not like", value, "afterFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationIn(List<String> values) {
|
|
|
+ addCriterion("after_follow_situation in", values, "afterFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationNotIn(List<String> values) {
|
|
|
+ addCriterion("after_follow_situation not in", values, "afterFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationBetween(String value1, String value2) {
|
|
|
+ addCriterion("after_follow_situation between", value1, value2, "afterFollowSituation");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAfterFollowSituationNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("after_follow_situation not between", value1, value2, "afterFollowSituation");
|
|
|
return (Criteria) this;
|
|
|
}
|
|
|
|
|
|
@@ -865,7 +1066,7 @@ public class CustomerLogExample {
|
|
|
|
|
|
/**
|
|
|
* This class was generated by MyBatis Generator. This class corresponds to the database table customer_log
|
|
|
- * @mbg.generated Tue Oct 10 10:28:39 CST 2017
|
|
|
+ * @mbg.generated Fri Oct 13 16:56:48 CST 2017
|
|
|
*/
|
|
|
public static class Criterion {
|
|
|
private String condition;
|