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