|
|
@ -109,6 +109,7 @@ |
|
|
|
UNIX_TIMESTAMP( created_time ) AS processTime, |
|
|
|
operation_explain AS progressDesc, |
|
|
|
org_name AS departmentName, |
|
|
|
'issue' AS type, |
|
|
|
id AS processId |
|
|
|
FROM |
|
|
|
issue_process |
|
|
@ -125,6 +126,7 @@ |
|
|
|
UNIX_TIMESTAMP( created_time ) AS processTime, |
|
|
|
operation_explain AS progressDesc, |
|
|
|
org_name AS departmentName, |
|
|
|
'issue' AS type, |
|
|
|
id AS processId |
|
|
|
FROM |
|
|
|
issue_process |
|
|
|