摘要:
-- 查询门诊挂号退费的账单:有4条记录 select * from `thc_rcm`.`Cs_AccountBill` a where a.orderSource = 1 and a.orderType = 3 and a.returnFlag = 1 查询这4个退费订单: select * f 阅读全文
摘要:
select t0.deptName, t0.doctorName, IFNULL(t0.num,0) as num0, IFNULL(t1.num,0) as num1, IFNULL(t2.num,0) as num2, IFNULL(t3.num,0) as num3, IFNULL(t4.num,0) as num4, ... 阅读全文