SELECT add_time,hotel,Convert(decimal(18,2),priceall) as priceall ,sysid,status= case status when 0 then '已下单' when 1 then '已生成' when 2 then '已确认' when 3 then '已完成' when 4 then '已取消' when 5 then '已作废' end FROM dt_netwing_hotelorder SELECT add_time, Hotel, CONVERT(decimal(18, 2), PriceAll) AS priceall, sysId, CASE status WHEN 0 THEN '已下单' WHEN 1 THEN '已生成' WHEN 2 THEN '已确认' WHEN 3 THEN '已完成' WHEN 4 THEN '已取消' WHEN 5 THEN '已作废' END AS status FROM dt_netwing_hotelorder
Copyright © 2004-2024 Ynicp.com 版权所有 法律顾问:建纬(昆明)律师事务所 昆明市网翼通科技有限公司 滇ICP备08002592号-4