You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
870 B
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

2023-03-26 10:12:08.7920|ERROR|
位置BP.DA.DBAccess.RunSQLReturnTable(D:\CCFlowCloud\Components\BP.En30\DA\DBAccess.cs:3126)
SQL= SELECT No, Name, ParentNo, ZLLX, CASE ZLLX WHEN 0 THEN '售卖' WHEN 1 THEN '租赁' WHEN NULL THEN '售卖' END "ZLLXText", Idx FROM ZH_ProductSort WHERE (1=1) Exception=Unknown column 'ZLLX' in 'field list'
2023-03-26 10:47:00.6742|ERROR|
位置BP.DA.DBAccess.RunSQLReturnTable(D:\CCFlowCloud\Components\BP.En30\DA\DBAccess.cs:3126)
SQL= SELECT OID, FK_Node, Title, ExcType, CASE ExcType WHEN 0 THEN '超链接' WHEN 1 THEN '函数' WHEN NULL THEN '超链接' END "ExcTypeText", UrlExt, Target, Idx, Icon, IFNULL( IsMyFlow,0) IsMyFlow, IFNULL( IsMyTree,0) IsMyTree, IFNULL( IsMyView,0) IsMyView, IFNULL( IsMyCC,0) IsMyCC FROM WF_NodeToolbar WHERE (1=1) AND ( ( WF_NodeToolbar.FK_Node =@FK_Node) ) Exception=Unknown column 'Icon' in 'field list'