001.sql 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. INSERT INTO pub_bcr_nbcr (
  2. pk_nbcr,
  3. code,
  4. codelenth,
  5. codescope,
  6. codestyle,
  7. comp,
  8. dr,
  9. metaid,
  10. name,
  11. orgtype,
  12. ts
  13. )
  14. VALUES
  15. (
  16. '0001ZZZZF7B914A6F791',
  17. 'DJSK',
  18. 40,
  19. 'global',
  20. 'after',
  21. NULL,
  22. 0,
  23. '6d9dc62b-1387-4e1c-bfb4-fcce3c8a5d20',
  24. '网银登记',
  25. 'GLOBLE00000000000000',
  26. '2021-11-03 17:33:36'
  27. );
  28. go
  29. INSERT INTO pub_bcr_rulebase (
  30. pk_billcodebase,
  31. codemode,
  32. codescope,
  33. dataoriginflag,
  34. dr,
  35. format,
  36. isautofill,
  37. isdefault,
  38. iseditable,
  39. isgetpk,
  40. islenvar,
  41. isused,
  42. nbcrcode,
  43. pk_group,
  44. rulecode,
  45. rulename,
  46. ts
  47. )
  48. VALUES
  49. (
  50. '0001ZZZZEAC6697D58B6',
  51. 'after',
  52. 'g',
  53. 0,
  54. 0,
  55. 'yyyyMMdd',
  56. 'Y',
  57. 'N',
  58. 'N',
  59. 'N',
  60. 'Y',
  61. 'Y',
  62. 'DJSK',
  63. 'GLOBLE00000000000000',
  64. 'DJSK',
  65. '网银登记',
  66. '2021-11-03 17:33:36'
  67. );
  68. go
  69. INSERT INTO pub_bcr_elem (
  70. pk_billcodeelem,
  71. dataoriginflag,
  72. dr,
  73. elemlenth,
  74. elemtype,
  75. elemvalue,
  76. eorder,
  77. fillsign,
  78. fillstyle,
  79. isrefer,
  80. pk_billcodebase,
  81. pk_billcodeentity,
  82. ts
  83. )
  84. VALUES
  85. (
  86. '0001ZZZZFF7F71ABEBDB',
  87. NULL,
  88. 0,
  89. 4,
  90. 0,
  91. 'DJSK',
  92. 0,
  93. NULL,
  94. 0,
  95. 0,
  96. '0001ZZZZEAC6697D58B6',
  97. '~',
  98. '2021-11-03 17:33:36'
  99. );
  100. go
  101. INSERT INTO pub_bcr_elem (
  102. pk_billcodeelem,
  103. dataoriginflag,
  104. dr,
  105. elemlenth,
  106. elemtype,
  107. elemvalue,
  108. eorder,
  109. fillsign,
  110. fillstyle,
  111. isrefer,
  112. pk_billcodebase,
  113. pk_billcodeentity,
  114. ts
  115. )
  116. VALUES
  117. (
  118. '0001ZZZZ1D9D345D8238',
  119. NULL,
  120. 0,
  121. 8,
  122. 2,
  123. 'billdate',
  124. 1,
  125. NULL,
  126. 0,
  127. 0,
  128. '0001ZZZZEAC6697D58B6',
  129. '~',
  130. '2021-11-03 17:33:36'
  131. );
  132. go
  133. INSERT INTO pub_bcr_elem (
  134. pk_billcodeelem,
  135. dataoriginflag,
  136. dr,
  137. elemlenth,
  138. elemtype,
  139. elemvalue,
  140. eorder,
  141. fillsign,
  142. fillstyle,
  143. isrefer,
  144. pk_billcodebase,
  145. pk_billcodeentity,
  146. ts
  147. )
  148. VALUES
  149. (
  150. '0001ZZZZA35BB1FAFFC1',
  151. NULL,
  152. 0,
  153. 8,
  154. 3,
  155. 'nc.pub.billcode.BillCodePureDigitalSNGenerator',
  156. 2,
  157. NULL,
  158. 0,
  159. 0,
  160. '0001ZZZZEAC6697D58B6',
  161. '~',
  162. '2021-11-03 17:33:36'
  163. );
  164. go