洪城义警-正式版后台
zengh
2021-07-20 2cc61edcd7ad2f61308f10c7b40cc44d43dbc530
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>