select id=selectStationList parameterType=Station resultMap=StationResult include refid=selectStationVo where if test=stationId != null and stationId != and stationId like co
SELECT * FROM Station WHERE stationId LIKE CONCAT('%', #{stationId}, '%') AND stationName LIKE CONCAT('%', #{stationName}, '%')
原文地址: https://www.cveoy.top/t/topic/hvEx 著作权归作者所有。请勿转载和采集!