| | |
| | | </trim> |
| | | </insert> |
| | | |
| | | <update id="updateDaPassingStationCollectionBySfcCodeAndLocationCode" parameterType="DaPassingStationCollection"> |
| | | UPDATE da_passing_station_collection |
| | | <trim prefix="SET" suffixOverrides=","> |
| | | <if test="outboundTime != null">outbound_time = #{outboundTime},</if> |
| | | <if test="outRsSign != null">out_rs_sign = #{outRsSign},</if> |
| | | </trim> |
| | | WHERE |
| | | sfc_code = #{sfcCode} |
| | | AND location_code = #{locationCode} |
| | | </update> |
| | | |
| | | <update id="updateDaPassingStationCollection" parameterType="DaPassingStationCollection"> |
| | | update da_passing_station_collection |
| | | <trim prefix="SET" suffixOverrides=","> |