|
|
@@ -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,
|