项目

一般

简介

错误 #7770

删除546122病人的测试缴费数据,说是影响到医生的业绩;删掉了先关的his表数据,后面还是说有影响,是手术记录的,要联系手麻那边查

刘文礼 18779812063大约一年 之前添加.

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

100%

预期时间:

描述

删除546122病人的测试缴费数据,说是影响到医生的业绩;删掉了先关的his表数据,后面还是说有影响,是手术记录的表,查了不是我们这边的,具体的要联系手麻工程师那边去掉他们那边数据;
【create table 病人结帐记录1615399 as select * from 病人结帐记录 where 病人id=1615399;
select * from 病人结帐记录 where 病人id=1615399 for update;
create table 病人预交记录1615399 as select * from 病人预交记录 where 结帐id in(select id from 病人结帐记

录1615399 where 病人id=1615399) ;
select * from 病人预交记录 where 结帐id in(select id from 病人结帐记录1615399 where 病人id=1615399) for

update;
create table 住院费用记录1615399 as select * from 住院费用记录 where 结帐id in(select id from 病人结帐记

录1615399 where 病人id=1615399) ;
select * from 住院费用记录 where 结帐id in(select id from 病人结帐记录1615399 where 病人id=1615399) for

update;】


文件

1709601755604.png (40 KB) 1709601755604.png 刘文礼 18779812063, 2024-03-05 19:14

导出 Atom PDF