体检系统架构
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
858 B

INSERT INTO Dict_ReportItem
( RptItemCode,
RptItemName,
SpellCode,
Unit,
ValueFormat,
SignFormat,
Seq,
FID,
KeyNo,
IsAddSummary,
DefaultValue
)
SELECT b.,
b.,
NULL,
b.,
NULL,
NULL,
NULL,
c.ID,
c.KeyNo,
NULL,
NULL
FROM lis.rmlis6.dbo.v_xbdtj_sqxm a
LEFT JOIN lis.rmlis6.dbo.v_xbdtj_bgxm b ON a. = b.
LEFT JOIN vi_FeeItem c ON a. = c.feeitemcode
WHERE c.ItemClass = '检验'
AND IS NOT NULL