Browse Source

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/estateagents into dev

傅行帆 5 years ago
parent
commit
c908da962d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TaRaiseRecordMapper.xml

+ 1
- 1
src/main/resources/mapper/TaRaiseRecordMapper.xml View File

@@ -129,7 +129,7 @@
129 129
             AND t.create_date <= STR_TO_DATE(#{bo.endTime}, '%Y-%m-%d %H:%i:%s')
130 130
         </if>
131 131
         <if test="bo.personName != null and bo.personName != ''">
132
-            AND t.name = #{bo.personName}
132
+            AND t.name like CONCAT('%', #{bo.personName} , '%')
133 133
         </if>
134 134
         GROUP BY
135 135
             t2.raise_record_id