src/main/java/org/springblade/modules/routeIn/mapper/RouteinMapper.xml
@@ -64,6 +64,9 @@ <if test="routeName!=null and routeName!=''"> and r.routeName like '%${routeName}%' </if> <if test="id!=null and id!=''"> AND d.snumber = #{id} </if> </select> </mapper>