Commit 8a31700b authored by 李秀明's avatar 李秀明

Merge remote-tracking branch 'origin/develop_dl_bugfix_0723' into develop_dl_bugfix_0723

parents be42514e a12b5643
...@@ -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