3254194295 преди 1 година
родител
ревизия
f676807080
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      platform-dao/src/main/resources/mapper/sb/SbMeasureLogMapper.xml

+ 3 - 0
platform-dao/src/main/resources/mapper/sb/SbMeasureLogMapper.xml

@@ -158,6 +158,9 @@
         left join t_sb_type type on type.id = sb.type_id
         <where>
             <include refid="List_Condition"/>
+            <if test="sbName!=null and sbName!=''">
+                and sb.name like concat('%',#{sbName},'%')
+            </if>
         </where>
         order by checkstandard.created_time desc
     </select>