Преглед на файлове

Merge remote-tracking branch 'origin/master'

lifang преди 4 месеца
родител
ревизия
f6d39cf8ec
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizMissionDocSquareMapper.xml

+ 3 - 0
tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizMissionDocSquareMapper.xml

@@ -129,6 +129,9 @@
             <if test="query.phase != null and query.phase != ''">
                 AND bmds.phase = #{query.phase}
             </if>
+            <if test="query.title != null and query.title != ''">
+                AND bmds.title LIKE CONCAT('%',#{query.title},'%')
+            </if>
         </where>
     </select>
 </mapper>