|
@@ -43,16 +43,16 @@
|
|
|
from t_customer_rec
|
|
|
<where>
|
|
|
<if test="customerRec.customerName != null and customerRec.customerName != ''">
|
|
|
- AND customerName =#{customerRec.customerName}
|
|
|
+ AND BINARY customerName =#{customerRec.customerName}
|
|
|
</if>
|
|
|
<if test="customerRec.companyLeaderPhone != null and customerRec.companyLeaderPhone != ''">
|
|
|
- and company_leader_Phone = #{customerRec.companyLeaderPhone}
|
|
|
+ and BINARY company_leader_Phone = #{customerRec.companyLeaderPhone}
|
|
|
</if>
|
|
|
<if test="customerRec.companyReferencenum != null and customerRec.companyReferencenum != ''">
|
|
|
- and company_referenceNum = #{customerRec.companyReferencenum}
|
|
|
+ and BINARY company_referenceNum = #{customerRec.companyReferencenum}
|
|
|
</if>
|
|
|
<if test="customerRec.companyName != null and customerRec.companyName != ''">
|
|
|
- and company_name LIKE CONCAT('%',#{customerRec.companyName},'%')
|
|
|
+ and BINARY company_name LIKE CONCAT('%',#{customerRec.companyName},'%')
|
|
|
</if>
|
|
|
<if test="customerRec.companyBelongName != null and customerRec.companyBelongName != ''">
|
|
|
and company_belong_name LIKE CONCAT('%',#{customerRec.companyBelongName},'%')
|
|
@@ -69,13 +69,13 @@
|
|
|
from t_customer_rec
|
|
|
<where>
|
|
|
<if test="customerRec.customerName != null and customerRec.customerName != ''">
|
|
|
- AND customerName LIKE CONCAT('%',#{customerRec.customerName},'%')
|
|
|
+ AND BINARY customerName = #{customerRec.customerName}
|
|
|
</if>
|
|
|
<if test="customerRec.companyName != null and customerRec.companyName != ''">
|
|
|
- and company_name LIKE CONCAT('%',#{customerRec.companyName},'%')
|
|
|
+ and BINARY company_name LIKE CONCAT('%',#{customerRec.companyName},'%')
|
|
|
</if>
|
|
|
<if test="customerRec.companyBelongName != null and customerRec.companyBelongName != ''">
|
|
|
- and company_belong_name LIKE CONCAT('%',#{customerRec.companyBelongName},'%')
|
|
|
+ and BINARY company_belong_name LIKE CONCAT('%',#{customerRec.companyBelongName},'%')
|
|
|
</if>
|
|
|
</where>
|
|
|
ORDER by customerName
|
|
@@ -96,53 +96,53 @@
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from t_customer_rec
|
|
|
- where customerName = #{customerName,jdbcType=VARCHAR} and rec_status =1
|
|
|
+ where BINARY customerName = #{customerName,jdbcType=VARCHAR} and rec_status =1
|
|
|
</select>
|
|
|
<select id="selectByCustomerNameAll" resultMap="BaseResultMap" parameterType="java.lang.String" >
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from t_customer_rec
|
|
|
- where customerName = #{customerName,jdbcType=VARCHAR}
|
|
|
+ where BINARY customerName = #{customerName,jdbcType=VARCHAR}
|
|
|
</select>
|
|
|
<select id="selectByCustomerNameCpAll" resultMap="BaseResultMap" parameterType="com.jkcredit.invoice.model.entity.customer.CustomerRec" >
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from t_customer_rec
|
|
|
- where customerName = #{customerRec.customerName,jdbcType=VARCHAR}
|
|
|
+ where BINARY customerName = #{customerRec.customerName,jdbcType=VARCHAR}
|
|
|
<if test="customerRec.companyName != null and customerRec.companyName != ''">
|
|
|
- and company_name LIKE CONCAT('%',#{customerRec.companyName},'%')
|
|
|
+ and BINARY company_name LIKE CONCAT('%',#{customerRec.companyName},'%')
|
|
|
</if>
|
|
|
</select>
|
|
|
<select id="selectByCustomerNameAndCompany" resultMap="BaseResultMap" parameterType="com.jkcredit.invoice.model.entity.customer.CustomerRec" >
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from t_customer_rec
|
|
|
- where customerName = #{customerName,jdbcType=VARCHAR} AND company_name = #{companyName,jdbcType=VARCHAR}
|
|
|
+ where BINARY customerName = #{customerName,jdbcType=VARCHAR} AND BINARY company_name = #{companyName,jdbcType=VARCHAR}
|
|
|
</select>
|
|
|
<select id="selectByCustomerNameAndCompanyReference" resultMap="BaseResultMap" parameterType="com.jkcredit.invoice.model.entity.customer.CustomerRec" >
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from t_customer_rec
|
|
|
- where customerName = #{customerName,jdbcType=VARCHAR} AND company_referenceNum = #{companyReferencenum,jdbcType=VARCHAR} and rec_status =1
|
|
|
+ where BINARY customerName = #{customerName,jdbcType=VARCHAR} AND BINARY company_referenceNum = #{companyReferencenum,jdbcType=VARCHAR} and rec_status =1
|
|
|
</select>
|
|
|
<select id="selectByCompanyReference" resultMap="BaseResultMap" parameterType="java.lang.String" >
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from t_customer_rec
|
|
|
- where company_referenceNum = #{companyReferencenum,jdbcType=VARCHAR} and rec_status =1
|
|
|
+ where BINARY company_referenceNum = #{companyReferencenum,jdbcType=VARCHAR} and rec_status =1
|
|
|
</select>
|
|
|
|
|
|
<select id="selectByCustomerNameAndCompanyConcat" resultMap="BaseResultMap" parameterType="com.jkcredit.invoice.model.entity.customer.CustomerRec" >
|
|
|
select
|
|
|
<include refid="Base_Column_List" />,base64Str
|
|
|
from t_customer_rec
|
|
|
- where customerName = #{customerName,jdbcType=VARCHAR} AND company_name = #{companyName,jdbcType=VARCHAR}
|
|
|
+ where BINARY customerName = #{customerName,jdbcType=VARCHAR} AND BINARY company_name = #{companyName,jdbcType=VARCHAR}
|
|
|
</select>
|
|
|
<select id="selectByCustomerNameAndCompanyNum" resultMap="BaseResultMap" parameterType="com.jkcredit.invoice.model.entity.customer.CustomerRec" >
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from t_customer_rec
|
|
|
- where customerName = #{customerName,jdbcType=VARCHAR} AND company_num = #{companyNum,jdbcType=VARCHAR}
|
|
|
+ where BINARY customerName = #{customerName,jdbcType=VARCHAR} AND company_num = #{companyNum,jdbcType=VARCHAR}
|
|
|
</select>
|
|
|
<select id="selectByCompanyNum" resultMap="BaseResultMap" parameterType="com.jkcredit.invoice.model.entity.customer.CustomerRec" >
|
|
|
select
|
|
@@ -337,7 +337,7 @@
|
|
|
fileMessage = #{fileMessage,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
</set>
|
|
|
- where company_name = #{companyName,jdbcType=VARCHAR} and bussiness_type = #{bussinessType,jdbcType=INTEGER} and company_referenceNum = #{companyReferencenum,jdbcType=VARCHAR}
|
|
|
+ where BINARY company_name = #{companyName,jdbcType=VARCHAR} and bussiness_type = #{bussinessType,jdbcType=INTEGER} and company_referenceNum = #{companyReferencenum,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
<update id="updateByPrimaryKey" parameterType="com.jkcredit.invoice.model.entity.customer.CustomerRec" >
|
|
|
update t_customer_rec
|
|
@@ -391,6 +391,6 @@
|
|
|
base64Str = #{base64Str,jdbcType=VARCHAR},
|
|
|
contractSuc = #{contractSuc,jdbcType=INTEGER},
|
|
|
contrantNum = #{contrantNum,jdbcType=VARCHAR}
|
|
|
- where company_name = #{companyName,jdbcType=VARCHAR} and bussiness_type = #{bussinessType,jdbcType=INTEGER} and company_referenceNum = #{companyReferencenum,jdbcType=VARCHAR}
|
|
|
+ where BINARY company_name = #{companyName,jdbcType=VARCHAR} and bussiness_type = #{bussinessType,jdbcType=INTEGER} and company_referenceNum = #{companyReferencenum,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
</mapper>
|