洪城义警-正式版后台
zengh
2021-07-19 5fcdba1711fb45d7a4acc9685db97400e7a38862
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>