|
@ -8,8 +8,8 @@ |
|
|
iah.ID as historyId, |
|
|
iah.ID as historyId, |
|
|
iah.ACTION_TYPE, |
|
|
iah.ACTION_TYPE, |
|
|
unix_timestamp( iah.CREATED_TIME ) AS operateTime, |
|
|
unix_timestamp( iah.CREATED_TIME ) AS operateTime, |
|
|
iah.REASON, |
|
|
IFNULL(iah.REASON,'')AS REASON, |
|
|
iah.STAFF_NAME |
|
|
IFNULL(iah.STAFF_NAME,'')as STAFF_NAME |
|
|
FROM |
|
|
FROM |
|
|
issue_application_history iah |
|
|
issue_application_history iah |
|
|
WHERE |
|
|
WHERE |
|
|