flower_city/src/main/resources/mapper/GuideRepairOrderMapper.xml
@@ -105,7 +105,7 @@ </select> <select id="countConfigList" resultType="integer"> select count(id) from automessage_guide_repair_order select count(id) from automessage_guide_repair_order a <where> <if test="matterName != null and matterName != ''"> AND (matter_name like concat('%', #{matterName}, '%')) or