|
|
@@ -344,7 +344,7 @@
|
|
|
<select id="selectAllById" resultType="com.goafanti.organization.bo.OrganizationListOut">
|
|
|
select a.id, a.create_id as createId, a.create_time as createTime, a.update_time as updateTime,
|
|
|
a.deleted_sign as deletedSign, a.name, a.type, a.manager_id as managerId, a.dep_no as depNo,
|
|
|
- a.super_id as superId, a.remarks, a.status, a.abbreviation, a.finance_id financeId,
|
|
|
+ a.super_id as superId, a.remarks, a.status, a.abbreviation, a.finance_id financeId,a.hide_sign hideSign,
|
|
|
a.province, c.name financeName, a.working_hours_type workingHoursType, b.name as managerName
|
|
|
from department a
|
|
|
left join admin b on a.manager_id = b.id left join admin c on a.finance_id = c.id
|