小程序获取员工信息变更信息接口状态字段调整
This commit is contained in:
parent
30cb6f3ae0
commit
b19c2d678e
|
|
@ -45,7 +45,7 @@
|
|||
<select id="queryEmployeeInfo" resultType="com.nu.modules.employees.entity.NuEmployeesAdvisoryInfo">
|
||||
SELECT
|
||||
adinfo.*,
|
||||
(case when eo.apply_type = '2' then eo.modify_status else eo.status end) AS applyStatus,,
|
||||
(case when eo.apply_type = '2' then eo.modify_status else eo.status end) AS applyStatus,
|
||||
eo.audit_content AS auditContent
|
||||
FROM nu_biz_employees_advisory_info adinfo
|
||||
LEFT JOIN nu_biz_employees_org eo
|
||||
|
|
|
|||
Loading…
Reference in New Issue