ly 1 an în urmă
părinte
comite
b4dc02572a

+ 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() ">