浏览代码

no message

ly 1 年之前
父节点
当前提交
b4dc02572a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mybatis/business/BizEntrustExamineMapper.xml

+ 1 - 1
src/main/resources/mybatis/business/BizEntrustExamineMapper.xml

@@ -30,7 +30,7 @@
         <trim prefix=" WHERE" suffix="" suffixOverrides="AND">
             t1.deleted = 0 and t1.entrust_id = #{entrustId}
             <if test="currentPeriod != null  and currentPeriod != ''">AND t1.current_period LIKE CONCAT('%',#{currentPeriod},'%')</if>
-            <if test="entrustComeName != null  and entrustComeName != ''">AND t4..account_name LIKE CONCAT('%',#{entrustComeName},'%') </if>
+            <if test="entrustComeName != null  and entrustComeName != ''">AND t4.account_name LIKE CONCAT('%',#{entrustComeName},'%') </if>
             <if test="status != null ">AND t1.status = #{status}</if>
             <if test="companyName!= null and companyName != ''">AND t2.NAME LIKE CONCAT('%',#{companyName},'%')</if>
             <if test="dateFilter!= null and dateFilter.size() ">