Commit df412e3a by 傅伟强-富德

Update 任务计划表结构

1 parent 3c49f249
Showing with 16 additions and 3 deletions
create table appdata.SLIS_BATCH_PLAN create table appdata.SLIS_BATCH_PLAN
...@@ -135,4 +135,17 @@ comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.sid ...@@ -135,4 +135,17 @@ comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.sid
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.serial comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.serial
is 'SID对应的SERIAL#'; is 'SID对应的SERIAL#';
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.branch_code comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.branch_code
is '机构代码'; is '机构代码';
\ No newline at end of file
select sbp.sequence,sbp.proc_code,sbp.branch_code,sbp.create_user,sbp.create_date,sbp.parameters,sbp.proc_flag,sbp.start_date,sbp.end_date
from SLIS_BATCH_PLAN sbp
where sbp.branch_code='865109'
and sbp.proc_code='R113'
and sbp.sequence='20150000000003992071'
and sbp.start_date
and sbp.end_date
;
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!