小程序显示驳回原因
This commit is contained in:
parent
a3f35c9298
commit
cc6ff03613
|
|
@ -281,6 +281,9 @@ public class NuEmployeesAdvisoryInfo implements Serializable {
|
|||
@TableField(exist = false)
|
||||
private String modifyState;
|
||||
|
||||
@TableField(exist = false)
|
||||
private String auditContent;
|
||||
|
||||
private String lastLoginOrg;//最近一次登录机构编码
|
||||
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
|
|
|
|||
|
|
@ -45,7 +45,8 @@
|
|||
<select id="queryEmployeeInfo" resultType="com.nu.modules.employees.entity.NuEmployeesAdvisoryInfo">
|
||||
SELECT
|
||||
adinfo.*,
|
||||
eo.modify_status AS modifyState
|
||||
eo.modify_status AS modifyState,
|
||||
eo.audit_content AS auditContent
|
||||
FROM nu_biz_employees_advisory_info adinfo
|
||||
LEFT JOIN nu_biz_employees_org eo
|
||||
ON adinfo.open_id = eo.open_id
|
||||
|
|
|
|||
Loading…
Reference in New Issue