update
表名称
set version = version + 1,
update_time = NOW(),
basket_price = case when id=1130254 then 0.00 end,
basket_spec_name = case when id=1130254 then “名称1”
when id=1130255 then “名称” end
where id IN
( 1130254 , 1130255);
为什么 id为 1130255 的 basket_price 被置为空了