Commit 6b8da80d authored by xixinzhao's avatar xixinzhao

三维校验文件名

parent 03b40294
......@@ -51,4 +51,7 @@ public class SubmitRecord {
@TableField(exist = false)
private String examineName;
@TableField(exist = false)
private String fileName;
}
......@@ -17,7 +17,7 @@
SELECT
sequence_nbr,submit_people,submit_time,amos_org_name,file_id,examine,
"消防设计文件" as fileName,
case examine when 0 then "未审核" when 1 then "已审核" end examineName
FROM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment