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.

6 lines
942 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.

2022-11-09 11:52:06.5454|ERROR|
位置BP.DA.DBAccess.RunSQLReturnTable(D:\CCFlowCloud\Components\BP.En30\DA\DBAccess.cs:3124)
SQL= SELECT WF_Flow.FK_FlowSort, WF_FlowSort_FK_FlowSort.Name AS FK_FlowSortText, WF_Flow.No, WF_Flow.Name, WF_Flow.BillNoFormat, WF_Flow.FlowEventEntity, WF_Flow.PTable, WF_Flow.TitleRole, WF_Flow.IsCanStart, CASE WF_Flow.IsCanStart WHEN 0 THEN '不启用' WHEN 1 THEN '独立启动' WHEN NULL THEN '独立启动' END "IsCanStartText", WF_Flow.Draft, CASE WF_Flow.Draft WHEN 0 THEN '无(不设草稿)' WHEN 1 THEN '保存到待办' WHEN 2 THEN '保存到草稿箱' WHEN NULL THEN '无(不设草稿)' END "DraftText", WF_Flow.OrgNo,IFNULL(WF_Flow.Creater, 'admin') Creater,WF_Flow.CreateDate CreateDate FROM WF_Flow LEFT JOIN WF_FlowSort AS WF_FlowSort_FK_FlowSort ON WF_Flow.FK_FlowSort=WF_FlowSort_FK_FlowSort.No WHERE (1=1) AND ( ( WF_Flow.No IN (?,?,?,?,?,?,?,?,?,?) ) ) ORDER BY No Exception=Unknown column 'WF_Flow.Creater' in 'field list'