Commit 7cc1aed2 authored by 李秀明's avatar 李秀明

巡检记录中的巡检时间字段不能正确回显

parent 166b2fa0
...@@ -41,7 +41,7 @@ public interface CheckMapper extends BaseMapper { ...@@ -41,7 +41,7 @@ public interface CheckMapper extends BaseMapper {
" a.dep_name department_name,\n" + " a.dep_name department_name,\n" +
" a.dep_id departmentId,\n" + " a.dep_id departmentId,\n" +
" wws.name address,\n" + " wws.name address,\n" +
" date_format(`a`.`check_time`, '%Y-%m-%d %H:%i:%s') AS `checkDate`,\n" + " date_format(`a`.`check_time`, '%Y-%m-%d %H:%i:%s') AS `check_time`,\n" +
" date_format(`a`.`upload_time`, '%Y-%m-%d %H:%i:%s') AS `upload_time`,\n" + " date_format(`a`.`upload_time`, '%Y-%m-%d %H:%i:%s') AS `upload_time`,\n" +
" (\n" + " (\n" +
" CASE\n" + " CASE\n" +
......
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