|
|
@@ -403,8 +403,8 @@
|
|
|
and name like concat('%',#{name,jdbcType=VARCHAR},'%')
|
|
|
</select>
|
|
|
<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,
|
|
|
+ select a.id, a.create_id as createId, a.create_time as createTime, a.update_time as updateTime,a.retrial_finance_id retrialFinanceId,
|
|
|
+ d.name retrialFinanceName, 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.hide_sign hideSign,
|
|
|
a.province, c.name financeName, a.working_hours_type workingHoursType, b.name as managerName,
|
|
|
a.retrial_finance_id retrialFinanceId, d.name retrialFinanceName
|