123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- INSERT INTO pub_bcr_nbcr (
- pk_nbcr,
- code,
- codelenth,
- codescope,
- codestyle,
- comp,
- dr,
- metaid,
- name,
- orgtype,
- ts
- )
- VALUES
- (
- '0001ZZZZF7B914A6F791',
- 'DJSK',
- 40,
- 'global',
- 'after',
- NULL,
- 0,
- '6d9dc62b-1387-4e1c-bfb4-fcce3c8a5d20',
- '网银登记',
- 'GLOBLE00000000000000',
- '2021-11-03 17:33:36'
- );
- go
- INSERT INTO pub_bcr_rulebase (
- pk_billcodebase,
- codemode,
- codescope,
- dataoriginflag,
- dr,
- format,
- isautofill,
- isdefault,
- iseditable,
- isgetpk,
- islenvar,
- isused,
- nbcrcode,
- pk_group,
- rulecode,
- rulename,
- ts
- )
- VALUES
- (
- '0001ZZZZEAC6697D58B6',
- 'after',
- 'g',
- 0,
- 0,
- 'yyyyMMdd',
- 'Y',
- 'N',
- 'N',
- 'N',
- 'Y',
- 'Y',
- 'DJSK',
- 'GLOBLE00000000000000',
- 'DJSK',
- '网银登记',
- '2021-11-03 17:33:36'
- );
- go
- INSERT INTO pub_bcr_elem (
- pk_billcodeelem,
- dataoriginflag,
- dr,
- elemlenth,
- elemtype,
- elemvalue,
- eorder,
- fillsign,
- fillstyle,
- isrefer,
- pk_billcodebase,
- pk_billcodeentity,
- ts
- )
- VALUES
- (
- '0001ZZZZFF7F71ABEBDB',
- NULL,
- 0,
- 4,
- 0,
- 'DJSK',
- 0,
- NULL,
- 0,
- 0,
- '0001ZZZZEAC6697D58B6',
- '~',
- '2021-11-03 17:33:36'
- );
- go
- INSERT INTO pub_bcr_elem (
- pk_billcodeelem,
- dataoriginflag,
- dr,
- elemlenth,
- elemtype,
- elemvalue,
- eorder,
- fillsign,
- fillstyle,
- isrefer,
- pk_billcodebase,
- pk_billcodeentity,
- ts
- )
- VALUES
- (
- '0001ZZZZ1D9D345D8238',
- NULL,
- 0,
- 8,
- 2,
- 'billdate',
- 1,
- NULL,
- 0,
- 0,
- '0001ZZZZEAC6697D58B6',
- '~',
- '2021-11-03 17:33:36'
- );
- go
- INSERT INTO pub_bcr_elem (
- pk_billcodeelem,
- dataoriginflag,
- dr,
- elemlenth,
- elemtype,
- elemvalue,
- eorder,
- fillsign,
- fillstyle,
- isrefer,
- pk_billcodebase,
- pk_billcodeentity,
- ts
- )
- VALUES
- (
- '0001ZZZZA35BB1FAFFC1',
- NULL,
- 0,
- 8,
- 3,
- 'nc.pub.billcode.BillCodePureDigitalSNGenerator',
- 2,
- NULL,
- 0,
- 0,
- '0001ZZZZEAC6697D58B6',
- '~',
- '2021-11-03 17:33:36'
- );
- go
|