|
@@ -11,6 +11,8 @@
|
|
sta.custom_name AS customName,
|
|
sta.custom_name AS customName,
|
|
sta.province AS province,
|
|
sta.province AS province,
|
|
sta.city AS city,
|
|
sta.city AS city,
|
|
|
|
+ sta.user_id AS userId,
|
|
|
|
+ sta.user_archives_id AS archivesId,
|
|
sta.user_archives_code AS archivesCode,
|
|
sta.user_archives_code AS archivesCode,
|
|
sta.user_archives_name AS archivesName,
|
|
sta.user_archives_name AS archivesName,
|
|
CONCAT(sta.user_archives_name,
|
|
CONCAT(sta.user_archives_name,
|
|
@@ -21,13 +23,14 @@
|
|
sta.scan_end_time AS scanEndTime,
|
|
sta.scan_end_time AS scanEndTime,
|
|
sta.mark_paper_start_time AS markPaperStartTime,
|
|
sta.mark_paper_start_time AS markPaperStartTime,
|
|
sta.mark_paper_end_time AS markPaperEndTime,
|
|
sta.mark_paper_end_time AS markPaperEndTime,
|
|
- sta.sop_role_type AS roleType,
|
|
|
|
|
|
+ sta.role_name AS sopRoleTypeStr,
|
|
sta.supplier_name AS supplierName,
|
|
sta.supplier_name AS supplierName,
|
|
sta.actual_days AS actualDays,
|
|
sta.actual_days AS actualDays,
|
|
sta.weekdays AS weekdays,
|
|
sta.weekdays AS weekdays,
|
|
sta.weekends AS weekends,
|
|
sta.weekends AS weekends,
|
|
sta.legal_holidays AS legalHolidays,
|
|
sta.legal_holidays AS legalHolidays,
|
|
sta.violation_days AS violationDays,
|
|
sta.violation_days AS violationDays,
|
|
|
|
+ sta.work_hours AS workHours,
|
|
sta.ding_exception_count AS dingExceptionCount,
|
|
sta.ding_exception_count AS dingExceptionCount,
|
|
sta.remain_count AS remainCount,
|
|
sta.remain_count AS remainCount,
|
|
sta.exception_count AS exceptionCount,
|
|
sta.exception_count AS exceptionCount,
|
|
@@ -108,6 +111,8 @@
|
|
sta.custom_name AS customName,
|
|
sta.custom_name AS customName,
|
|
sta.province AS province,
|
|
sta.province AS province,
|
|
sta.city AS city,
|
|
sta.city AS city,
|
|
|
|
+ sta.user_id AS userId,
|
|
|
|
+ sta.user_archives_id AS archivesId,
|
|
sta.user_archives_code AS archivesCode,
|
|
sta.user_archives_code AS archivesCode,
|
|
sta.user_archives_name AS archivesName,
|
|
sta.user_archives_name AS archivesName,
|
|
CONCAT(sta.user_archives_name,
|
|
CONCAT(sta.user_archives_name,
|
|
@@ -118,13 +123,14 @@
|
|
sta.scan_end_time AS scanEndTime,
|
|
sta.scan_end_time AS scanEndTime,
|
|
sta.mark_paper_start_time AS markPaperStartTime,
|
|
sta.mark_paper_start_time AS markPaperStartTime,
|
|
sta.mark_paper_end_time AS markPaperEndTime,
|
|
sta.mark_paper_end_time AS markPaperEndTime,
|
|
- sta.sop_role_type AS roleType,
|
|
|
|
|
|
+ sta.role_name AS sopRoleTypeStr,
|
|
sta.supplier_name AS supplierName,
|
|
sta.supplier_name AS supplierName,
|
|
sta.actual_days AS actualDays,
|
|
sta.actual_days AS actualDays,
|
|
sta.weekdays AS weekdays,
|
|
sta.weekdays AS weekdays,
|
|
sta.weekends AS weekends,
|
|
sta.weekends AS weekends,
|
|
sta.legal_holidays AS legalHolidays,
|
|
sta.legal_holidays AS legalHolidays,
|
|
sta.violation_days AS violationDays,
|
|
sta.violation_days AS violationDays,
|
|
|
|
+ sta.work_hours AS workHours,
|
|
sta.ding_exception_count AS dingExceptionCount,
|
|
sta.ding_exception_count AS dingExceptionCount,
|
|
sta.remain_count AS remainCount,
|
|
sta.remain_count AS remainCount,
|
|
sta.exception_count AS exceptionCount,
|
|
sta.exception_count AS exceptionCount,
|