Browse Source

20211124后端更新代码_1

mashengyi 3 năm trước cách đây
mục cha
commit
e533498110

+ 11 - 11
src/main/resources/mapper/calculateInfor/NoCarCalculateInforMapper.xml

@@ -36,19 +36,19 @@
         <where>
             1 = 1
             <if test="calculateInfor.customId != null and calculateInfor.customId != ''">
-                and customId LIKE CONCAT('%',#{calculateInfor.customId},'%')
+                and BINARY customId = #{calculateInfor.customId}
             </if>
             <if test="calculateInfor.companyLongName != null and calculateInfor.companyLongName != ''">
-                and companyLongName LIKE CONCAT('%',#{calculateInfor.companyLongName},'%')
+                and BINARY companyLongName LIKE CONCAT('%',#{calculateInfor.companyLongName},'%')
             </if>
             <if test="calculateInfor.buyerName != null and calculateInfor.buyerName != ''">
-                and buyerName LIKE CONCAT('%',#{calculateInfor.buyerName},'%')
+                and BINARY buyerName LIKE CONCAT('%',#{calculateInfor.buyerName},'%')
             </if>
             <if test="calculateInfor.buyerTaxpayerCode != null and calculateInfor.buyerTaxpayerCode != ''">
-                and buyerTaxpayerCode = #{calculateInfor.buyerTaxpayerCode}
+                and BINARY buyerTaxpayerCode = #{calculateInfor.buyerTaxpayerCode}
             </if>
             <if test="calculateInfor.tradeId != null and calculateInfor.tradeId != ''">
-                and tradeId = #{calculateInfor.tradeId}
+                and BINARY tradeId = #{calculateInfor.tradeId}
             </if>
             <if test="calculateInfor.invoiceMakeTime != null and calculateInfor.invoiceMakeTime != ''">
                 and invoiceMakeTime BETWEEN #{calculateInfor.invoiceMakeStart} and #{calculateInfor.invoiceMakeEnd}
@@ -72,19 +72,19 @@
         from t_CalculateInfor
         <where>
             <if test="calculateInfor.customId != null and calculateInfor.customId != ''">
-                and customId LIKE CONCAT('%',#{calculateInfor.customId},'%')
+                and BINARY customId = #{calculateInfor.customId}
             </if>
             <if test="calculateInfor.buyerName != null and calculateInfor.buyerName != ''">
-                and buyerName LIKE CONCAT('%',#{calculateInfor.buyerName},'%')
+                and BINARY buyerName LIKE CONCAT('%',#{calculateInfor.buyerName},'%')
             </if>
             <if test="calculateInfor.buyerTaxpayerCode != null and calculateInfor.buyerTaxpayerCode != ''">
-                and buyerTaxpayerCode = #{calculateInfor.buyerTaxpayerCode}
+                and BINARY buyerTaxpayerCode = #{calculateInfor.buyerTaxpayerCode}
             </if>
             <if test="calculateInfor.invoiceMakeTime != null and calculateInfor.invoiceMakeTime != ''">
-                and invoiceMakeTime BETWEEN #{calculateInfor.invoiceMakeStart} and #{calculateInfor.invoiceMakeEnd}
+                and BINARY invoiceMakeTime BETWEEN #{calculateInfor.invoiceMakeStart} and #{calculateInfor.invoiceMakeEnd}
             </if>
             <if test="calculateInfor.calculateTime != null and calculateInfor.calculateTime != ''">
-                and calculateTime BETWEEN #{calculateInfor.calculateStart} and #{calculateInfor.calculateEnd}
+                and BINARY calculateTime BETWEEN #{calculateInfor.calculateStart} and #{calculateInfor.calculateEnd}
             </if>
         </where>
 
@@ -94,7 +94,7 @@
     <select id="selectByTradeId" resultMap="BaseResultMap">
         select
         <include refid="baseSql" />
-        from t_CalculateInfor where tradeId = #{tradeId,jdbcType=VARCHAR}
+        from t_CalculateInfor where BINARY tradeId = #{tradeId,jdbcType=VARCHAR}
     </select>
     <insert id="insert" parameterType="com.jkcredit.invoice.model.entity.Calculate.NoCarCalculateInfor" >
         insert into t_CalculateInfor (

+ 13 - 13
src/main/resources/mapper/calculateInfor/SefCarCalculateInforMapper.xml

@@ -34,30 +34,30 @@
         from t_SelfCalculateInfor
         where 1 = 1
         <if test="calculateInfor.customId != null and calculateInfor.customId != ''">
-            and customId LIKE CONCAT('%',#{calculateInfor.customId},'%')
+            and BINARY customId = #{calculateInfor.customId}
         </if>
 
         <if test="calculateInfor.companyReferencenum != null and calculateInfor.companyReferencenum != ''">
-            and companyReferencenum =#{calculateInfor.companyReferencenum}
+            and BINARY companyReferencenum =#{calculateInfor.companyReferencenum}
         </if>
         <if test="calculateInfor.companyName != null and calculateInfor.companyName != ''">
-            and companyName LIKE CONCAT('%',#{calculateInfor.companyName},'%')
+            and BINARY companyName LIKE CONCAT('%',#{calculateInfor.companyName},'%')
         </if>
         <if test="calculateInfor.companyLongName != null and calculateInfor.companyLongName != ''">
-            and companyLongName LIKE CONCAT('%',#{calculateInfor.companyLongName},'%')
+            and BINARY companyLongName LIKE CONCAT('%',#{calculateInfor.companyLongName},'%')
         </if>
         <if test="calculateInfor.etcNum != null and calculateInfor.etcNum != ''">
-            and etcNum = #{calculateInfor.etcNum}
+            and BINARY etcNum = #{calculateInfor.etcNum}
         </if>
         <if test="calculateInfor.calTime != null and calculateInfor.calTime != ''">
-            and calTime BETWEEN #{calculateInfor.calTimeStart} and #{calculateInfor.calTimeEnd}
+            and BINARY calTime BETWEEN #{calculateInfor.calTimeStart} and #{calculateInfor.calTimeEnd}
         </if>
         order by id DESC
     </select>
     <select id="selectByEtcAndTime" resultMap="BaseResultMap" parameterType="com.jkcredit.invoice.model.entity.Calculate.SelfCarCalculateInfor">
         select
         <include refid="baseSql" />
-        from t_SelfCalculateInfor where calTime = #{calTime,jdbcType=VARCHAR} and etcNum = #{etcNum,jdbcType=VARCHAR}
+        from t_SelfCalculateInfor where calTime = #{calTime,jdbcType=VARCHAR} and BINARY etcNum = #{etcNum,jdbcType=VARCHAR}
     </select>
     <insert id="insert" parameterType="com.jkcredit.invoice.model.entity.Calculate.SelfCarCalculateInfor" >
         insert into t_SelfCalculateInfor (
@@ -85,7 +85,7 @@
         select count(1) from (select DISTINCT f.etcNum from t_SelfCalculateInfor f where f.companyNum = companyNum
 
             <if test="etcNum != null and etcNum != ''">
-                and f.etcNum = #{etcNum}
+                and BINARY f.etcNum = #{etcNum}
             </if>
             <if test="calTime != null and calTime != ''">
                 and f.calTime BETWEEN #{calTimeStart} and #{calTimeEnd}
@@ -96,7 +96,7 @@
         and t.cardId in (select DISTINCT f.etcNum from t_SelfCalculateInfor f where f.companyNum = k.companyNum
 
             <if test="etcNum != null and etcNum != ''">
-                and f.etcNum = #{etcNum}
+                and BINARY f.etcNum = #{etcNum}
             </if>
             <if test="calTime != null and calTime != ''">
                 and f.calTime BETWEEN #{calTimeStart} and #{calTimeEnd}
@@ -116,16 +116,16 @@
         from t_SelfCalculateInfor h
         <where>
             <if test="customId != null and customId != ''">
-                and customId LIKE CONCAT('%',#{customId},'%')
+                and BINARY customId = #{customId}
             </if>
             <if test="companyReferencenum != null and companyReferencenum != ''">
-                and companyReferencenum =#{companyReferencenum}
+                and BINARY companyReferencenum =#{companyReferencenum}
             </if>
             <if test="etcNum != null and etcNum != ''">
-                and etcNum = #{etcNum}
+                and BINARY etcNum = #{etcNum}
             </if>
             <if test="calTime != null and calTime != ''">
-                and calTime BETWEEN #{calTimeStart} and #{calTimeEnd}
+                and BINARY calTime BETWEEN #{calTimeStart} and #{calTimeEnd}
             </if>
         </where>
         GROUP by customId,companyNum,companyReferencenum) k

+ 11 - 11
src/main/resources/mapper/customer/CustomerCarRecMapper.xml

@@ -31,25 +31,25 @@
     from  t_customer_carRec
     <where>
       <if test="query.customerName != null">
-        customer_name = #{query.customerName,jdbcType=VARCHAR}
+        BINARY customer_name = #{query.customerName,jdbcType=VARCHAR}
       </if>
       <if test="query.carNum != null and query.carNum != ''">
         and BINARY car_num = #{query.carNum}
       </if>
       <if test="query.companyName != null and query.companyName != ''">
-        and company_name LIKE CONCAT('%',#{query.companyName},'%')
+        and BINARY company_name LIKE CONCAT('%',#{query.companyName},'%')
       </if>
       <if test="query.companyNum != null and query.companyNum != ''">
-        and companyNum = #{query.companyNum}
+        and BINARY companyNum = #{query.companyNum}
       </if>
       <if test="query.etcNum != null and query.etcNum != ''">
-        and etc_num = #{query.etcNum}
+        and BINARY etc_num = #{query.etcNum}
       </if>
       <if test="query.recStatus != null and query.recStatus != ''">
         and rec_status = (#{query.recStatus}-1)
       </if>
       <if test="query.businessType != null and query.businessType != ''">
-        and bussiness_type = #{query.businessType}
+        and BINARY bussiness_type = #{query.businessType}
       </if>
       <if test="query.startTime != null and query.startTime != ''">
         and (succ_time BETWEEN #{query.startTime} and #{query.endTime}
@@ -64,7 +64,7 @@
     select 
     <include refid="Base_Column_List" />
     from t_customer_carRec
-    where customer_name = #{customerName,jdbcType=VARCHAR}
+    where BINARY customer_name = #{customerName,jdbcType=VARCHAR}
   </select>
   <select id="selectByCarNum" parameterType="java.lang.String" resultMap="BaseResultMap">
     select
@@ -88,16 +88,16 @@
     select
     <include refid="Base_Column_List" />
     from t_customer_carRec
-    where etc_num = #{etcNum,jdbcType=VARCHAR} AND bussiness_type=0
+    where BINARY etc_num = #{etcNum,jdbcType=VARCHAR} AND bussiness_type=0
   </select>
   <update id="updateWaitETCStatus" parameterType="com.jkcredit.invoice.model.entity.customer.CustomerCarRec">
     update t_customer_carRec set rec_status = #{recStatus,jdbcType=INTEGER} ,succ_time = #{succTime,jdbcType=VARCHAR}, fail_time = #{failTime,jdbcType=VARCHAR}
     , fail_reason = #{failReason,jdbcType=VARCHAR}, inter_type = #{interType,jdbcType=VARCHAR}
-    where companyNum = #{companyNum,jdbcType=VARCHAR} and cust_phone = #{custPhone,jdbcType=VARCHAR} AND bussiness_type=0 and rec_status = 3
+    where BINARY companyNum = #{companyNum,jdbcType=VARCHAR} and BINARY cust_phone = #{custPhone,jdbcType=VARCHAR} AND bussiness_type=0 and rec_status = 3
   </update>
   <delete id="selectByCustomerName" parameterType="java.lang.String">
     delete from t_customer_carRec
-    where customer_name = #{customerName,jdbcType=VARCHAR}
+    where BINARY customer_name = #{customerName,jdbcType=VARCHAR}
   </delete>
   <insert id="insert" parameterType="com.jkcredit.invoice.model.entity.customer.CustomerCarRec">
     insert into t_customer_carRec (customer_name,companyNum, company_name, car_num,
@@ -258,7 +258,7 @@
         inter_type = #{interType,jdbcType=INTEGER}
       </if>
     </set>
-    where etc_num = #{etcNum,jdbcType=VARCHAR} and bussiness_type=0
+    where BINARY etc_num = #{etcNum,jdbcType=VARCHAR} and bussiness_type=0
   </update>
   <update id="updateByPrimaryKey" parameterType="com.jkcredit.invoice.model.entity.customer.CustomerCarRec">
     update t_customer_carRec
@@ -291,6 +291,6 @@
     rec_status = #{recStatus,jdbcType=INTEGER},
     fail_reason = #{failReason,jdbcType=VARCHAR},
     inter_type = #{interType,jdbcType=INTEGER}
-    where etc_num = #{etcNum,jdbcType=VARCHAR} and bussiness_type=0
+    where BINARY etc_num = #{etcNum,jdbcType=VARCHAR} and bussiness_type=0
   </update>
 </mapper>

+ 7 - 7
src/main/resources/mapper/customer/CustomerMapper.xml

@@ -53,10 +53,10 @@
      from t_customer
     <where>
       <if test="customer.customerName != null and customer.customerName != ''">
-        and customer_name LIKE CONCAT('%',#{customer.customerName},'%')
+        and BINARY customer_name = #{customer.customerName}
       </if>
       <if test="customer.company != null and customer.company != ''">
-        and company LIKE CONCAT('%',#{customer.company},'%')
+        and BINARY company LIKE CONCAT('%',#{customer.company},'%')
       </if>
       <if test="customer.subCompany != null and customer.subCompany != ''">
         and EXISTS (select 1 from t_customer_rec t where t.customerName = customer_name and t.company_Name LIKE CONCAT('%',#{customer.subCompany},'%'))
@@ -70,10 +70,10 @@
     from t_customer
     <where>
       <if test="customer.customerName != null and customer.customerName != ''">
-        and customer_name LIKE CONCAT('%',#{customer.customerName},'%')
+        and BINARY customer_name = #{customer.customerName}
       </if>
       <if test="customer.company != null and customer.company != ''">
-        and company LIKE CONCAT('%',#{customer.company},'%')
+        and BINARY company LIKE CONCAT('%',#{customer.company},'%')
       </if>
       <if test="customer.moneyUpper != null and customer.moneyUpper != ''">
         and  #{customer.moneyUpper}>=account_balance
@@ -94,7 +94,7 @@
     select
     <include refid="Base_Column_List" />
     from t_customer
-    where customer_name = #{customerName,jdbcType=VARCHAR}
+    where BINARY customer_name = #{customerName,jdbcType=VARCHAR}
   </select>
   <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >
     delete from t_customer
@@ -263,8 +263,8 @@
     select
     <include refid="Base_Column_List_app_secret" />
     from t_customer
-    where customer_name = #{customerName,jdbcType=VARCHAR}
-          and app_secret = #{appSecret,jdbcType=VARCHAR}
+    where BINARY customer_name = #{customerName,jdbcType=VARCHAR}
+          and BINARY app_secret = #{appSecret,jdbcType=VARCHAR}
   </select>
 
 </mapper>

+ 4 - 4
src/main/resources/mapper/customer/CustomerOperMapper.xml

@@ -27,16 +27,16 @@
         from t_cusomerOper
         <where>
             <if test="customerOper.customerName != null and customerOper.customerName != ''">
-                AND  customerName LIKE CONCAT('%',#{customerOper.customerName},'%')
+                AND BINARY customerName = #{customerOper.customerName}
             </if>
             <if test="customerOper.company != null and customerOper.company != ''">
-                AND  company LIKE CONCAT('%',#{customerOper.company},'%')
+                AND BINARY company LIKE CONCAT('%',#{customerOper.company},'%')
             </if>
             <if test="customerOper.batchNumber != null and customerOper.batchNumber != ''">
-                AND  batchNumber LIKE CONCAT('%',#{customerOper.batchNumber},'%')
+                AND BINARY batchNumber LIKE CONCAT('%',#{customerOper.batchNumber},'%')
             </if>
             <if test="customerOper.operType != null and customerOper.operType != ''">
-                AND  operType = #{customerOper.operType}
+                AND  BINARY operType = #{customerOper.operType}
             </if>
         </where>
          order by batchNumber desc

+ 18 - 18
src/main/resources/mapper/customer/CustomerRecMapper.xml

@@ -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>

+ 4 - 4
src/main/resources/mapper/customer/CustomerRechargeMapper.xml

@@ -18,10 +18,10 @@
     from t_customer_recharge
     <where>
       <if test="customerRecharge.customerName != null and customerRecharge.customerName != ''">
-        and customer_name LIKE CONCAT('%',#{customerRecharge.customerName},'%')
+        and BINARY customer_name = #{customerRecharge.customerName}
       </if>
       <if test="customerRecharge.companyName != null and customerRecharge.companyName != ''">
-        and companyName LIKE CONCAT('%',#{customerRecharge.companyName},'%')
+        and BINARY companyName LIKE CONCAT('%',#{customerRecharge.companyName},'%')
       </if>
       <if test="customerRecharge.rechargeMony != null and customerRecharge.rechargeMony != ''">
         and recharge_mony = #{rechargeMony,jdbcType=DOUBLE}
@@ -38,10 +38,10 @@
     <where>
       1 = 1
       <if test="customerRecharge.customerName != null and customerRecharge.customerName != ''">
-        and customer_name LIKE CONCAT('%',#{customerRecharge.customerName},'%')
+        and BINARY customer_name = #{customerRecharge.customerName}
       </if>
       <if test="customerRecharge.companyName != null and customerRecharge.companyName != ''">
-        and companyName LIKE CONCAT('%',#{customerRecharge.companyName},'%')
+        and BINARY companyName LIKE CONCAT('%',#{customerRecharge.companyName},'%')
       </if>
       <if test="customerRecharge.rechargeMony != null and customerRecharge.rechargeMony != ''">
         and recharge_mony = #{rechargeMony,jdbcType=DOUBLE}

+ 16 - 16
src/main/resources/mapper/invoice/BillInvoiceMapper.xml

@@ -76,16 +76,16 @@
         from t_billInvoice
         <where>
             <if test="billInvoice.companyName != null and billInvoice.companyName != ''">
-                and companyName LIKE CONCAT('%',#{billInvoice.companyName},'%')
+                and BINARY companyName LIKE CONCAT('%',#{billInvoice.companyName},'%')
             </if>
             <if test="billInvoice.waybillNum != null and billInvoice.waybillNum != ''">
                 and  instr(#{billInvoice.waybillNum},waybillNum)>0
             </if>
             <if test="billInvoice.buyerTaxpayerCode != null and billInvoice.buyerTaxpayerCode != ''">
-                and buyerTaxpayerCode = #{billInvoice.buyerTaxpayerCode}
+                and BINARY buyerTaxpayerCode = #{billInvoice.buyerTaxpayerCode}
             </if>
             <if test="billInvoice.plateNum != null and billInvoice.plateNum != ''">
-                and plateNum = #{billInvoice.plateNum}
+                and BINARY plateNum = #{billInvoice.plateNum}
             </if>
             <if test="billInvoice.invoiceCode != null and billInvoice.invoiceCode != ''">
                 and instr(#{billInvoice.invoiceCode},invoiceCode)>0
@@ -113,13 +113,13 @@
         from t_billInvoice
         <where>
             <if test="waybillNum != null and waybillNum != ''">
-                and waybillNum = #{waybillNum}
+                and BINARY waybillNum = #{waybillNum}
             </if>
             <if test="invoiceCode != null and invoiceCode != ''">
-                and invoiceCode = #{invoiceCode}
+                and BINARY invoiceCode = #{invoiceCode}
             </if>
             <if test="invoiceNum != null and invoiceNum != ''">
-                and invoiceNum = #{invoiceNum}
+                and BINARY invoiceNum = #{invoiceNum}
             </if>
         </where>
     </select>
@@ -234,23 +234,23 @@
             tradeMatchTime	= #{tradeMatchTime,jdbcType=VARCHAR},
             buyerName		= #{buyerName,jdbcType=VARCHAR},
             buyerTaxpayerCode = #{buyerTaxpayerCode,jdbcType=VARCHAR}
-        where invoiceNum = #{invoiceNum,jdbcType=VARCHAR}
+        where BINARY invoiceNum = #{invoiceNum,jdbcType=VARCHAR}
     </update>
     <select id="selectByBillNum" resultMap="BaseResultMap" parameterType="java.lang.String" >
         select
         <include refid="baseSql" />
         from t_billInvoice
-        where waybillNum = #{waybillNum,jdbcType=VARCHAR}
+        where BINARY waybillNum = #{waybillNum,jdbcType=VARCHAR}
     </select>
     <select id="selectByInvoiceNum" resultMap="BaseResultMap" parameterType="java.lang.String" >
         select
         <include refid="baseSql" />
         from t_billInvoice
-        where invoiceNum = #{invoiceNum,jdbcType=VARCHAR}
+        where BINARY invoiceNum = #{invoiceNum,jdbcType=VARCHAR}
     </select>
 
     <delete id="deleteByBillNum" parameterType="java.lang.String">
-         DELETE  from t_billInvoice WHERE waybillNum = #{waybillNum,jdbcType=VARCHAR}
+         DELETE  from t_billInvoice WHERE BINARY waybillNum = #{waybillNum,jdbcType=VARCHAR}
     </delete>
 
     <resultMap id="staticResultMap" type="java.util.Map">
@@ -266,19 +266,19 @@
         from t_billInvoice
         <where>
             <if test="billInvoice.companyName != null and billInvoice.companyName != ''">
-                and companyName LIKE CONCAT('%',#{billInvoice.companyName},'%')
+                and BINARY companyName LIKE CONCAT('%',#{billInvoice.companyName},'%')
             </if>
             <if test="billInvoice.waybillNum != null and billInvoice.waybillNum != ''">
-                and waybillNum = #{billInvoice.waybillNum}
+                and BINARY waybillNum = #{billInvoice.waybillNum}
             </if>
             <if test="billInvoice.plateNum != null and billInvoice.plateNum != ''">
-                and plateNum = #{billInvoice.plateNum}
+                and BINARY plateNum = #{billInvoice.plateNum}
             </if>
             <if test="billInvoice.invoiceCode != null and billInvoice.invoiceCode != ''">
-                and invoiceCode = #{billInvoice.invoiceCode}
+                and BINARY invoiceCode = #{billInvoice.invoiceCode}
             </if>
             <if test="billInvoice.invoiceNum != null and billInvoice.invoiceNum != ''">
-                and invoiceNum = #{billInvoice.invoiceNum}
+                and BINARY invoiceNum = #{billInvoice.invoiceNum}
             </if>
             <if test="billInvoice.invoiceMakeStart != null and billInvoice.invoiceMakeStart != ''">
                 and invoiceMakeTime BETWEEN #{billInvoice.invoiceMakeStart} and #{billInvoice.invoiceMakeEnd}
@@ -296,6 +296,6 @@
         select
         <include refid="baseSql" />
         from t_billInvoice
-        where customerName = #{customerName,jdbcType=VARCHAR}
+        where BINARY customerName = #{customerName,jdbcType=VARCHAR}
     </select>
 </mapper>

+ 8 - 8
src/main/resources/mapper/invoice/SelfCarInvoiceMapper.xml

@@ -61,25 +61,25 @@
         from t_SelfCarInvoice g
         <where>
             <if test="selfCarInvoice.companyName != null and selfCarInvoice.companyName != ''">
-                and companyName LIKE CONCAT('%',#{selfCarInvoice.companyName},'%')
+                and BINARY companyName LIKE CONCAT('%',#{selfCarInvoice.companyName},'%')
             </if>
             <if test="selfCarInvoice.tradeId != null and selfCarInvoice.tradeId != ''">
                 and  instr(#{selfCarInvoice.tradeId},tradeId)>0
             </if>
             <if test="selfCarInvoice.plateNum != null and selfCarInvoice.plateNum != ''">
-                and plateNum = #{selfCarInvoice.plateNum}
+                and BINARY plateNum = #{selfCarInvoice.plateNum}
             </if>
             <if test="selfCarInvoice.buyerTaxpayerCode != null and selfCarInvoice.buyerTaxpayerCode != ''">
-                and buyerTaxpayerCode = #{selfCarInvoice.buyerTaxpayerCode}
+                and BINARY buyerTaxpayerCode = #{selfCarInvoice.buyerTaxpayerCode}
             </if>
             <if test="selfCarInvoice.cardId != null and selfCarInvoice.cardId != ''">
                 and instr(#{selfCarInvoice.cardId},cardId)>0
             </if>
             <if test="selfCarInvoice.invoiceCode != null and selfCarInvoice.invoiceCode != ''">
-                and invoiceCode = #{selfCarInvoice.invoiceCode}
+                and BINARY invoiceCode = #{selfCarInvoice.invoiceCode}
             </if>
             <if test="selfCarInvoice.invoiceNum != null and selfCarInvoice.invoiceNum != ''">
-                and invoiceNum = #{selfCarInvoice.invoiceNum}
+                and BINARY invoiceNum = #{selfCarInvoice.invoiceNum}
             </if>
             <if test="selfCarInvoice.invoiceMakeStart != null and selfCarInvoice.invoiceMakeStart != ''">
                 and invoiceMakeTime BETWEEN #{selfCarInvoice.invoiceMakeStart} and #{selfCarInvoice.invoiceMakeEnd}
@@ -155,14 +155,14 @@
         select
         <include refid="baseSql" />
         from t_SelfCarInvoice
-        where tradeId = #{tradeId,jdbcType=VARCHAR}
+        where BINARY tradeId = #{tradeId,jdbcType=VARCHAR}
     </select>
 
     <select id="selectByCardId" resultMap="BaseResultMap" parameterType="java.lang.String" >
         select
         <include refid="baseSql" />
         from t_SelfCarInvoice
-        where cardId = #{cardId,jdbcType=VARCHAR}
+        where BINARY cardId = #{cardId,jdbcType=VARCHAR}
     </select>
 
 
@@ -171,6 +171,6 @@
         select
         <include refid="baseSql" />
         from t_SelfCarInvoice
-        where tradeId = #{tradeId,jdbcType=VARCHAR} and invoiceMakeTime = #{invoiceMakeTime,jdbcType=VARCHAR} and invoiceUrl= #{invoiceUrl,jdbcType=VARCHAR}
+        where BINARY tradeId = #{tradeId,jdbcType=VARCHAR} and invoiceMakeTime = #{invoiceMakeTime,jdbcType=VARCHAR} and BINARY invoiceUrl= #{invoiceUrl,jdbcType=VARCHAR}
     </select>
 </mapper>

+ 7 - 7
src/main/resources/mapper/manager/ParamMapper.xml

@@ -25,13 +25,13 @@
         t_manager_param
         <where>
             <if test="query.paramName != null and query.paramName != ''">
-                and param_name LIKE CONCAT('%',#{query.paramName},'%')
+                and BINARY param_name LIKE CONCAT('%',#{query.paramName},'%')
             </if>
             <if test="query.paramValue != null and query.paramValue != ''">
-                and param_value = #{query.paramValue}
+                and BINARY param_value = #{query.paramValue}
             </if>
             <if test="query.paramNote != null and query.paramNote != ''">
-                and param_note LIKE CONCAT('%',#{query.paramNote},'%')
+                and BINARY param_note LIKE CONCAT('%',#{query.paramNote},'%')
             </if>
         </where>
     </select>
@@ -44,7 +44,7 @@
         FROM
         t_manager_param
         WHERE
-        param_name = #{paramName}
+        BINARY  param_name = #{paramName}
 
     </select>
 
@@ -68,13 +68,13 @@
         t_manager_param
         <set>
             <if test="paramName != null and paramName != ''">
-                param_name = #{paramName},
+                BINARY param_name = #{paramName},
             </if>
             <if test="paramValue != null and paramValue != ''">
-                param_value = #{paramValue},
+                BINARY param_value = #{paramValue},
             </if>
             <if test="paramNote != null and paramNote != ''">
-                param_note = #{paramNote},
+                BINARY param_note = #{paramNote},
             </if>
         </set>
         WHERE

+ 9 - 9
src/main/resources/mapper/user/UserMapper.xml

@@ -36,7 +36,7 @@
         <include refid="userSql" />
         FROM
             t_user
-        WHERE user_name = #{userName}
+        WHERE BINARY user_name = #{userName}
     </select>
 
     <select id="getAllUser" resultMap="baseResultMap">
@@ -63,10 +63,10 @@
             t_user
         <where>
             <if test="query.userName != null and query.userName != ''">
-                and user_name LIKE CONCAT('%',#{query.userName},'%')
+                and BINARY user_name = #{query.userName}
             </if>
             <if test="query.company != null and query.company != ''">
-                and company  LIKE CONCAT('%',#{query.company},'%')
+                and BINARY company  LIKE CONCAT('%',#{query.company},'%')
             </if>
         </where>
         order by create_time desc
@@ -92,7 +92,7 @@
         UPDATE
         t_user
         SET
-        company_num = #{companyNum}
+         company_num = #{companyNum}
         WHERE
         id = #{id}
     </update>
@@ -101,19 +101,19 @@
             t_user
         <set>
             <if test="name != null and name != ''">
-                `name` = #{name},
+                 `name` = #{name},
             </if>
             <if test="phone != null and phone != ''">
-                phone = #{phone},
+                 phone = #{phone},
             </if>
             <if test="company != null and company != ''">
-                company = #{company},
+                 company = #{company},
             </if>
             <if test="roleId != null and roleId != ''">
-                role_id = #{roleId},
+                 role_id = #{roleId},
             </if>
             <if test="roleName != null and roleName != ''">
-                role_name = #{roleName}
+                 role_name = #{roleName}
             </if>
         </set>
         WHERE

+ 13 - 13
src/main/resources/mapper/waybill/NoCarWaybillImportMapper.xml

@@ -57,19 +57,19 @@
         from t_waybill_Import
         <where>
             <if test="noCarWayBill.companyName != null and noCarWayBill.companyName != ''">
-                and companyName LIKE CONCAT('%',#{noCarWayBill.companyName},'%')
+                and BINARY companyName LIKE CONCAT('%',#{noCarWayBill.companyName},'%')
             </if>
             <if test="noCarWayBill.billNum != null and noCarWayBill.billNum != ''">
-                and billNum = #{noCarWayBill.billNum}
+                and BINARY billNum = #{noCarWayBill.billNum}
             </if>
             <if test="noCarWayBill.plateNum != null and noCarWayBill.plateNum != ''">
-                and plateNum = #{noCarWayBill.plateNum}
+                and BINARY plateNum = #{noCarWayBill.plateNum}
             </if>
             <if test="noCarWayBill.taxplayerCode != null and noCarWayBill.taxplayerCode != ''">
-                and taxplayerCode = #{noCarWayBill.taxplayerCode}
+                and BINARY taxplayerCode = #{noCarWayBill.taxplayerCode}
             </if>
             <if test="noCarWayBill.billwayStatus != null and noCarWayBill.billwayStatus != ''">
-                and billwayStatus = #{noCarWayBill.billwayStatus}
+                and BINARY billwayStatus = #{noCarWayBill.billwayStatus}
             </if>
             <if test="noCarWayBill.startBegin != null and noCarWayBill.startBegin != ''">
                 and intfaceStartTime BETWEEN #{noCarWayBill.startBegin} and #{noCarWayBill.startEnd}
@@ -78,10 +78,10 @@
                 and interfaceEndTime BETWEEN #{noCarWayBill.endBegin} and #{noCarWayBill.endEnd}
             </if>
             <if test="noCarWayBill.batchNum != null and noCarWayBill.batchNum != ''">
-                and batchNumber = #{noCarWayBill.batchNum}
+                and BINARY batchNumber = #{noCarWayBill.batchNum}
             </if>
             <if test="noCarWayBill.batchNumEnd != null and noCarWayBill.batchNumEnd != ''">
-                and batchNumEnd = #{noCarWayBill.batchNumEnd}
+                and BINARY batchNumEnd = #{noCarWayBill.batchNumEnd}
             </if>
             <if test="noCarWayBill.success == 1">
                 and billwayStatus in(1,2,3,4)
@@ -97,13 +97,13 @@
         from t_waybill_Import
         <where>
             <if test="noCarWayBill.companyName != null and noCarWayBill.companyName != ''">
-                and companyName LIKE CONCAT('%',#{noCarWayBill.companyName},'%')
+                and BINARY companyName LIKE CONCAT('%',#{noCarWayBill.companyName},'%')
             </if>
             <if test="noCarWayBill.billNum != null and noCarWayBill.billNum != ''">
-                and billNum = #{noCarWayBill.billNum}
+                and BINARY billNum = #{noCarWayBill.billNum}
             </if>
             <if test="noCarWayBill.taxplayerCode != null and noCarWayBill.taxplayerCode != ''">
-                and taxplayerCode = #{noCarWayBill.taxplayerCode}
+                and BINARY taxplayerCode = #{noCarWayBill.taxplayerCode}
             </if>
             <if test="noCarWayBill.startBegin != null and noCarWayBill.startBegin != ''">
                 and intfaceStartTime BETWEEN #{noCarWayBill.startBegin} and #{noCarWayBill.startEnd}
@@ -198,13 +198,13 @@
         companyTel = #{companyTel,jdbcType=VARCHAR},
         companyNum = #{companyNum,jdbcType=VARCHAR},
         failReason = #{failReason,jdbcType=VARCHAR}
-        where billNum = #{billNum,jdbcType=VARCHAR} and batchNumber = #{batchNum,jdbcType=VARCHAR}
+        where BINARY billNum = #{billNum,jdbcType=VARCHAR} and BINARY batchNumber = #{batchNum,jdbcType=VARCHAR}
     </update>
     <select id="selectByBillNum" resultMap="BaseResultMap" parameterType="java.lang.String" >
         select
         <include refid="baseSql" />
         from t_waybill_Import
-        where billNum = #{billNum,jdbcType=VARCHAR}
+        where BINARY billNum = #{billNum,jdbcType=VARCHAR}
     </select>
     <select id="selectByHisFlagAndBillStatus" resultMap="BaseResultMap" parameterType="com.jkcredit.invoice.model.entity.waybill.NoCarWayBill" >
         select
@@ -219,7 +219,7 @@
         select
         <include refid="baseSql" />
         from t_waybill_Import
-        where customerName = #{customerName,jdbcType=VARCHAR}
+        where BINARY customerName = #{customerName,jdbcType=VARCHAR}
     </select>
 
 

+ 12 - 12
src/main/resources/mapper/waybill/NoCarWaybillMapper.xml

@@ -62,13 +62,13 @@
             and hisFlag = #{noCarWayBill.hisFlag,jdbcType=INTEGER}
             </if>
             <if test="noCarWayBill.companyName != null and noCarWayBill.companyName != ''">
-                and companyName LIKE CONCAT('%',#{noCarWayBill.companyName},'%')
+                and BINARY companyName LIKE CONCAT('%',#{noCarWayBill.companyName},'%')
             </if>
             <if test="noCarWayBill.billNum != null and noCarWayBill.billNum != ''">
                 and  instr(#{noCarWayBill.billNum},billNum)>0
             </if>
             <if test="noCarWayBill.taxplayerCode != null and noCarWayBill.taxplayerCode != ''">
-                and taxplayerCode = #{noCarWayBill.taxplayerCode}
+                and BINARY taxplayerCode = #{noCarWayBill.taxplayerCode}
             </if>
             <if test="noCarWayBill.billwayStatus != null and noCarWayBill.billwayStatus != ''">
                 and billwayStatus = #{noCarWayBill.billwayStatus}
@@ -80,13 +80,13 @@
                 and interfaceEndTime BETWEEN #{noCarWayBill.endBegin} and #{noCarWayBill.endEnd}
             </if>
             <if test="noCarWayBill.batchNum != null and noCarWayBill.batchNum != ''">
-                and batchNumber = #{noCarWayBill.batchNum}
+                and BINARY batchNumber = #{noCarWayBill.batchNum}
             </if>
             <if test="noCarWayBill.plateNum != null and noCarWayBill.plateNum != ''">
-                and plateNum = #{noCarWayBill.plateNum}
+                and BINARY plateNum = #{noCarWayBill.plateNum}
             </if>
             <if test="noCarWayBill.batchNumEnd != null and noCarWayBill.batchNumEnd != ''">
-                and batchNumEnd = #{noCarWayBill.batchNumEnd}
+                and BINARY batchNumEnd = #{noCarWayBill.batchNumEnd}
             </if>
             <if test="noCarWayBill.success == 1">
                 and billwayStatus in(1,2,3,4)
@@ -103,16 +103,16 @@
         from t_waybill_no
         <where>
             <if test="noCarWayBill.companyName != null and noCarWayBill.companyName != ''">
-                and companyName LIKE CONCAT('%',#{noCarWayBill.companyName},'%')
+                and BINARY companyName LIKE CONCAT('%',#{noCarWayBill.companyName},'%')
             </if>
             <if test="noCarWayBill.billNum != null and noCarWayBill.billNum != ''">
-                and billNum = #{noCarWayBill.billNum}
+                and BINARY billNum = #{noCarWayBill.billNum}
             </if>
             <if test="noCarWayBill.taxplayerCode != null and noCarWayBill.taxplayerCode != ''">
-                and taxplayerCode = #{noCarWayBill.taxplayerCode}
+                and BINARY taxplayerCode = #{noCarWayBill.taxplayerCode}
             </if>
             <if test="noCarWayBill.billwayStatus != null and noCarWayBill.billwayStatus != ''">
-                and billwayStatus = #{noCarWayBill.billwayStatus}
+                and BINARY billwayStatus = #{noCarWayBill.billwayStatus}
             </if>
             <if test="noCarWayBill.startBegin != null and noCarWayBill.startBegin != ''">
                 and intfaceStartTime BETWEEN #{noCarWayBill.startBegin} and #{noCarWayBill.startEnd}
@@ -206,13 +206,13 @@
         companyTel = #{companyTel,jdbcType=VARCHAR},
         companyNum = #{companyNum,jdbcType=VARCHAR},
         failReason = #{failReason,jdbcType=VARCHAR}
-        where billNum = #{billNum,jdbcType=VARCHAR}
+        where BINARY billNum = #{billNum,jdbcType=VARCHAR}
     </update>
     <select id="selectByBillNum" resultMap="BaseResultMap" parameterType="java.lang.String" >
         select
         <include refid="baseSql" />
         from t_waybill_no
-        where billNum = #{billNum,jdbcType=VARCHAR}
+        where BINARY billNum = #{billNum,jdbcType=VARCHAR}
     </select>
     <select id="selectByHisFlagAndBillStatus" resultMap="BaseResultMap" parameterType="com.jkcredit.invoice.model.entity.waybill.NoCarWayBill" >
         select
@@ -227,7 +227,7 @@
         select
         <include refid="baseSql" />
         from t_waybill_no
-        where customerName = #{customerName,jdbcType=VARCHAR}
+        where BINARY customerName = #{customerName,jdbcType=VARCHAR}
     </select>
 
 

+ 5 - 5
src/main/resources/mapper/waybill/SellCarTradeMapper.xml

@@ -38,13 +38,13 @@
         from t_SellCarTrade
         <where>
             <if test="sellCarTrade.companyName != null and sellCarTrade.companyName != ''">
-                and companyName LIKE CONCAT('%',#{sellCarTrade.companyName},'%')
+                and BINARY companyName LIKE CONCAT('%',#{sellCarTrade.companyName},'%')
             </if>
             <if test="sellCarTrade.cardId != null and sellCarTrade.cardId != ''">
                 and instr(#{sellCarTrade.cardId},cardId)>0
             </if>
             <if test="sellCarTrade.companyReferencenum != null and sellCarTrade.companyReferencenum != ''">
-                and companyReferencenum = #{sellCarTrade.companyReferencenum}
+                and BINARY companyReferencenum = #{sellCarTrade.companyReferencenum}
             </if>
             <if test="sellCarTrade.tradeId != null and sellCarTrade.tradeId != ''">
                 and  instr(#{sellCarTrade.tradeId},tradeId)>0
@@ -68,7 +68,7 @@
     <select id="selectByTradeId" resultMap="BaseResultMap" parameterType="java.lang.String">
         select
         <include refid="baseSql" />
-        from t_SellCarTrade where tradeId = #{tradeId,jdbcType=VARCHAR}
+        from t_SellCarTrade where BINARY tradeId = #{tradeId,jdbcType=VARCHAR}
     </select>
     <insert id="insert" parameterType="com.jkcredit.invoice.model.entity.waybill.SelfCarTrade" >
         insert into t_SellCarTrade (
@@ -119,7 +119,7 @@
         aclTime = #{aclTime,jdbcType=VARCHAR},
         companyName = #{companyName,jdbcType=VARCHAR},
         companyReferencenum = #{companyReferencenum,jdbcType=VARCHAR}
-        where tradeId = #{tradeId,jdbcType=INTEGER}
+        where BINARY tradeId = #{tradeId,jdbcType=INTEGER}
     </update>
 
 
@@ -129,7 +129,7 @@
         select
         <include refid="baseSql" />
         from t_SellCarTrade
-        where cardId = #{cardId,jdbcType=VARCHAR}
+        where BINARY cardId = #{cardId,jdbcType=VARCHAR}
     </select>