------------------------------------------------------------------------------------------------------------------ 时间:2023/12/16 23:45:16 参数2:select fl.ImageUrl,dt.DictName as TypeName,ws.* from Witness ws left join FileList fl on ws.ID = fl.SourceID and fl.Flag = 1 left join Dict dt on ws.TypeID = dt.DictID where ws.DelFlag = 0 and DictTypeID='A46B6731-B1D4-4347-86D7-84F0B7321964' and DictID='F3B2B134-FF5C-45B9-84DA-0EC51F0DFA18' order by ws.AddTime desc