Browse Source

chore: xml修正

master
wangxiang 2 years ago
parent
commit
ff88ba6e1f
  1. 4
      kicc-platform/kicc-platform-biz/kicc-system-biz/src/main/resources/mapper/bigscreen/VisualRecordMapper.xml

4
kicc-platform/kicc-platform-biz/kicc-system-biz/src/main/resources/mapper/bigscreen/VisualRecordMapper.xml

@ -35,10 +35,10 @@
select id, name, data_type from sys_visual_record where del_flag = 0 select id, name, data_type from sys_visual_record where del_flag = 0
<where> <where>
<if test="visualRecord.name!=null"> <if test="visualRecord.name!=null">
and name like concat(concat('%', #{visualRecord.name}), '%') and name like concat(concat('%', #{ew.name}), '%')
</if> </if>
<if test="visualRecord.dataType!=null"> <if test="visualRecord.dataType!=null">
and data_type = #{visualRecord.dataType} and data_type = #{ew.dataType}
</if> </if>
</where> </where>
</select> </select>

Loading…
Cancel
Save