jdbcTemplate.executeUpdate("update tCart set nIsSelected= 0 where sOrgNO = '"+orgNo+"' and sShopNO = '"+shopNO+"'");
jdbcTemplate.executeUpdate("update tCart set nIsSelected= 1 where sOrgNO = '"+orgNo+"' and sShopNO = '"+shopNO+"'"+StringUtil.join(", "," and nIdx in (",")",nIdx));