------------------------------------------------------------------------------------------------------------------ 时间:2023/9/1 15:43:10 参数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='9504EBFE-4461-4363-80C7-A785BB3C4CED' order by ws.AddTime desc