drone-service/drone-gd/src/main/java/org/sxkj/gd/flyer/mapper/GdFlyerMapper.xml
@@ -41,6 +41,7 @@ <select id="selectGdFlyerPage" resultMap="gdFlyerVOResultMap"> select * from ja_gd_flyer <where> is_deleted = 0 <if test="param2.flyerName != null and param2.flyerName != ''"> and flyer_name like concat('%',#{param2.flyerName},'%') </if>