3254194295 1 year ago
parent
commit
f676807080
1 changed files with 3 additions and 0 deletions
  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>