用友u8軟件普通事業(yè)自動轉(zhuǎn)賬
2018-07-09 12:19 來源:用友
普通事業(yè)自動轉(zhuǎn)賬原因分析:財務通科目屬性與用戶的要求不一致。 只要在數(shù)據(jù)庫中進行修改,即可。問題解答:請在SQL server數(shù)據(jù)庫查詢分析器中執(zhí)行以下語句即可: update ufsystem..gl_codeclass set bcheck=1 where itrade=25 and (cclass='收入' or cclass='支出') go