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