@_logUploadList userId=userId channel=channel image=image filePath=filePath orderType=orderType pageIndex=pageNum count=numPerPage>
| 用户ID | 用户昵称 | 渠道 | 是否图片 | 文件大小 | IP | 操作日期 | 文件路径 | |
|---|---|---|---|---|---|---|---|---|
| ${a.userId!} | ${(userMap[a.userId?string].nickName)!} | ${a.channel!} | ${a.image?then('是','否')} | <@t.fileSize a.fileSize/> | ${a.ip!} | ${a.createDate!} | ${(a.filePath)!} |