Просмотр исходного кода

2022-1-11 优化实验室查询sql

chaiyunlong лет назад: 3
Родитель
Сommit
05e462f735

+ 0 - 2
zd-modules/zd-modules-laboratory/src/main/resources/mapper/laboratory/LabSubjectMapper.xml

@@ -164,7 +164,6 @@
                t.skipped,
                t.check_count,
                t.sign_time,
-               t.mold_id,
                CONCAT(su.nick_name,'@',su.phonenumber) AS adminNameAndPhone,
 
                (select d.dept_name from sys_dept d where t.build_id = d.dept_id) buildName,
@@ -336,7 +335,6 @@
         t.skipped,
         t.check_count,
         t.sign_time,
-        t.mold_id,
         CONCAT(su.nick_name,'@',su.phonenumber) AS adminNameAndPhone,
 
         (select d.dept_name from sys_dept d where t.build_id = d.dept_id) buildName,