| | |
| | | <include refid="selectDaPassingStationCollectionVo"/> |
| | | where id = #{id} |
| | | </select> |
| | | |
| | | <select id="getListBySfcCode" |
| | | resultMap="DaPassingStationCollectionResult"> |
| | | <include refid="selectDaPassingStationCollectionVo"/> |
| | | where sfc_code in |
| | | <foreach collection="engineNoList" open="(" close=")" item="code" separator=","> |
| | | #{code} |
| | | </foreach> |
| | | </select> |
| | | |
| | | <insert id="insertDaPassingStationCollection" parameterType="DaPassingStationCollection"> |
| | | insert into da_passing_station_collection |
| | | <trim prefix="(" suffix=")" suffixOverrides=","> |