魏超 5 年之前
父節點
當前提交
8ad5100567
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/main/resources/mapper/TaRaiseRecordMapper.xml

+ 1
- 1
src/main/resources/mapper/TaRaiseRecordMapper.xml 查看文件

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