美文网首页
mybatis 批量更新

mybatis 批量更新

作者: yono | 来源:发表于2016-08-08 10:27 被阅读0次

    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}

    相关文章

      网友评论

          本文标题:mybatis 批量更新

          本文链接:https://www.haomeiwen.com/subject/ukfrsttx.html