保存进度!

This commit is contained in:
2025-03-19 16:38:57 +08:00
parent cb7e70fb81
commit 05efe7bf81
8 changed files with 375 additions and 44 deletions

View File

@@ -1,16 +1,11 @@
/*
delete from HmbXyxInfo;
insert into HmbXyxInfo( psnName, certno, serviceid, status, xyxno)
values( '王炜', '350402198106130016', '100007', '1', '100001');
insert into HmbXyxInfo( psnName, certno, serviceid, status, xyxno)
values( '王炜', '350402198106130016', '100007', '1', '100002');
insert into HmbXyxInfo( psnName, certno, serviceid, status, xyxno)
values( '王炜', '350402198106130016', '100007', '1', '100003');
commit;
/*
select * from HmbXyxInfo;
select * from HmbXyxInfo_Update;
select a.*
from HmbXyxInfo a,
HmbXyxInfo_Update b
where a.xyxNo = b.xyxNo;
where a.xyxNo = b.xyxNo;
/*
insert into HmbXyxInfo_Update select xyxNo, sysdate() from HmbXyxInfo;
*/