/*更新销售成本*/
update cn_info set
cn_Price = #temp.Price,
cn_Cost = (case when isnull(#temp.wsl,0)+isnull(#temp.wyksl,0) <> 0 then
(#temp.wje+isnull(#temp.wmoney,0))/(isnull(#temp.wsl,0)+isnull(#temp.wyksl,0))
else null
end) from #temp where
cn_info.cn_id = #temp.cn_id
update cn_info set
cn_Price = #temp.Price,
cn_Cost = (case when isnull(#temp.wsl,0)+isnull(#temp.wyksl,0) <> 0 then
(#temp.wje+isnull(#temp.wmoney,0))/(isnull(#temp.wsl,0)+isnull(#temp.wyksl,0))
else null
end) from #temp where
cn_info.cn_id = #temp.cn_id