|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册账号
×
做接口的朋友,直接套用以下语句就可以了,如果手工输入的话,要死人的,这个SQL跟踪到的语句:
--select max(ino_id) as maxNo from GL_accvouch where iperiod=10 and csign=N'记'
INSERT
INTO GL_accvouch (
ibook,
iperiod,
csign,
isignseq,
ino_id,
dbill_date,
idoc,
ctext1,
ctext2,
cbill,
cbook,
ccheck,
ccashier,
iflag,
coutaccset,
ioutyear,
coutsysname,
ioutperiod,
coutsign,
coutno_id,
dReceive,
doutbilldate,
bvouchedit,
bvouchaddordele,
bvouchmoneyhold,
inid,
cdigest,
ccode,
cexch_name,
md_f,
mc_f,
md,
mc,
nd_s,
nc_s,
coutsysver,
nfrat,
csettle,
cn_id,
dt_date,
cdept_id,
ccus_id,
csup_id,
citem_id,
citem_class,
cperson_id,
cname,
ccode_equal,
iflagbank,
iflagperson,
doutdate,
coutbillsign,
coutid,
bvalueedit,
bcodeedit,
ccodecontrol,
bPCSedit,
bDeptedit,
bItemedit,
bCusSupInput,
cDefine1,
cDefine2,
cDefine3,
cDefine4,
cDefine5,
cDefine6,
cDefine7,
cDefine8,
cDefine9,
cDefine10,
cDefine11,
cDefine12,
cDefine13,
cDefine14,
cDefine15,
cDefine16,
ssxznum
)VALUES(
0,
10,
N'记',
1,
142,
N'2008.10.10',
3,
NULL,
NULL,
N'用友测试用户',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
N'',
N'GL0000000001001',
NULL,
N'2008.10.10',
1,
0,
0,
6,
N'收XXXX货款',
N'112201',
NULL,
0,
0,
0.00,
253037.07,
0,
0,
NULL,
0,
NULL,
NULL,
N'2008-10-10',
NULL,
N'0606',
NULL,
NULL,
NULL,
NULL,
N'-',
N'100207',
NULL,
NULL,
NULL,
NULL,
NULL,
1,
1,
N'***',
1,
1,
1,
0,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL
) |
|