mybatis 批量更新

2016-08-08  本文已影响0人  yono

update sem_keywords

when id=#{it.id} then #{it.platPlanId}

when id=#{it.id} then #{it.planId}

when id=#{it.id} then #{it.platAdgroupId}

when id=#{it.id} then #{it.adgroupId}

when id=#{it.id} then #{it.keyword}

when id=#{it.id} then #{it.price}

when id=#{it.id} then #{it.pcDestinationUrl}

when id=#{it.id} then #{it.pcOnlineUrl}

when id=#{it.id} then #{it.mobileDestinationUrl}

when id=#{it.id} then #{it.mobileOnlineUrl}

when id=#{it.id} then #{it.matchType}

when id=#{it.id} then #{it.quality}

when id=#{it.id} then #{it.mobileQuality}

when id=#{it.id} then #{it.pause}

when id=#{it.id} then #{it.status}

when id=#{it.id} then #{it.opstatus}

when id=#{it.id} then #{it.valid}

when id=#{it.id} then #{it.modifiedTime}

where

id=#{it.id}

上一篇下一篇

猜你喜欢

热点阅读