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.

31 lines
2.0 KiB
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-10 20:00:35.1528|ERROR|
位置BP.DA.DBAccess.RunSQLReturnTable(D:\CCFlowCloud\Components\BP.En30\DA\DBAccess.cs:3126)
SQL=SELECT No,Name, WebPath, BeiZhu as Description, ProUnit FROM ZH_Product Exception=Table 'ccbpmh5demodev.zh_product' doesn't exist
2023-03-10 20:00:35.4218|ERROR|
位置BP.DA.DBAccess.RunSQLReturnTable(D:\CCFlowCloud\Components\BP.En30\DA\DBAccess.cs:3126)
SQL=SELECT No,Name, WebPath, BeiZhu as Description, ProUnit FROM ZH_Product Exception=Table 'ccbpmh5demodev.zh_product' doesn't exist
2023-03-10 20:00:39.2713|ERROR|
位置BP.DA.DBAccess.RunSQLReturnTable(D:\CCFlowCloud\Components\BP.En30\DA\DBAccess.cs:3126)
SQL= SELECT No, Name, ParentNo, Idx FROM ZH_ProductSort WHERE (1=1) Exception=Table 'ccbpmh5demodev.zh_productsort' doesn't exist
2023-03-10 20:00:41.4392|ERROR|
位置BP.DA.DBAccess.RunSQLReturnTable(D:\CCFlowCloud\Components\BP.En30\DA\DBAccess.cs:3126)
SQL=SELECT No,Name, WebPath, BeiZhu as Description, ProUnit FROM ZH_Product Exception=Table 'ccbpmh5demodev.zh_product' doesn't exist
2023-03-10 20:00:41.9587|ERROR|
位置BP.DA.DBAccess.RunSQLReturnTable(D:\CCFlowCloud\Components\BP.En30\DA\DBAccess.cs:3126)
SQL=SELECT No,Name, WebPath, BeiZhu as Description, ProUnit FROM ZH_Product Exception=Table 'ccbpmh5demodev.zh_product' doesn't exist
2023-03-10 20:03:45.1399|ERROR|
位置BP.DA.DBAccess.RunSQLReturnTable(D:\CCFlowCloud\Components\BP.En30\DA\DBAccess.cs:3126)
SQL= SELECT ZH_Product.No, ZH_Product.Name, ZH_Product.SortNo, ZH_ProductSort_SortNo.Name AS SortNoText, ZH_Product.XSFS, CASE ZH_Product.XSFS WHEN 0 THEN '单价' WHEN 1 THEN '租赁' WHEN NULL THEN '单价' END "XSFSText", ZH_Product.ProUnit, ZH_Product.JG, ZH_Product.BeiZhu, ZH_Product.MyFileName, ZH_Product.MyFilePath, ZH_Product.MyFileExt, ZH_Product.WebPath, ZH_Product.MyFileH, ZH_Product.MyFileW, ZH_Product.MyFileSize FROM ZH_Product LEFT JOIN ZH_ProductSort AS ZH_ProductSort_SortNo ON ZH_Product.SortNo=ZH_ProductSort_SortNo.No WHERE (1=1) AND ( ( ZH_Product.SortNo =@SortNo) ) ORDER BY Idx Exception=Table 'ccbpmh5demodev.zh_product' doesn't exist