@ -37,4 +37,9 @@ public class EpdcAuthenticateHistoryResultDTO implements Serializable {
*/
private String time;
/**
* 审核备注
private String remake;
}
@ -48,6 +48,7 @@
m.ADDRESS as address,
m.REAL_NAME as realName,
m.AUTHENTICATED_FLAG as authenticatedFlag,
m.REMARK as remake,
DATE_FORMAT(m.CREATED_TIME,'%Y-%c-%d %H:%i:%s') as `time`
from epdc_user_authenticate_history m
where m.DEL_FLAG='0'