项目

一般

简介

错误 #8645

4月份医保对账处理单边数据全都对平

刘文礼 1877981206312 个月 之前添加.

状态:
新建
优先级:
普通
开始日期:
2024-05-06
计划完成日期:
2024-05-06
% 完成:

100%

预期时间:

描述

select * from 人员表 where 姓名='章琳辉'
select*from 病人信息 where 病人id=1847634 for update
SELECT * FROM 保险结算记录 where 支付顺序号='570564848' for update;
select * from 病人预交记录 where 结帐id=6524455 for update;
select * from 门诊费用记录 where 结帐id=6524455 for update;

create table 保险结算记录6524455 as SELECT * FROM 保险结算记录 where 支付顺序号='570564848';
create table 门诊费用记录6524455 as select * from 门诊费用记录 where 结帐id=6524455;
create table 病人预交记录6524455 as select * from 病人预交记录 where 结帐id=6524455;

导出 Atom PDF