补充
This commit is contained in:
parent
e56067672a
commit
3da6c2cfdd
@ -58,6 +58,9 @@ public class PartyActivitiesVO {
|
||||
@Schema(description = "创建人")
|
||||
private String createBy;
|
||||
|
||||
@Schema(description = "创建人")
|
||||
private String createByName;
|
||||
|
||||
@Schema(description = "更新时间")
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
|
||||
@ -24,9 +24,10 @@
|
||||
<!-- 分页查询 -->
|
||||
<select id="queryPage" resultType="net.lab1024.sa.admin.module.business.party.domain.vo.PartyActivitiesVO">
|
||||
SELECT
|
||||
<include refid="base_columns"/>
|
||||
<include refid="base_columns"/>, t_employee.actual_name createByName
|
||||
FROM party_activities
|
||||
left join party_organization on party_activities.organization_id = party_organization.id
|
||||
left join t_employee on t_employee.employee_id = party_activities.create_by
|
||||
<where>
|
||||
<!--标题-->
|
||||
<if test="queryForm.title != null and queryForm.title != ''">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user