|  | @@ -36,7 +36,9 @@
 | 
											
												
													
														|  |          a.*,
 |  |          a.*,
 | 
											
												
													
														|  |          d.roleNames,
 |  |          d.roleNames,
 | 
											
												
													
														|  |          b.orgId,
 |  |          b.orgId,
 | 
											
												
													
														|  | -        b.orgNames
 |  | 
 | 
											
												
													
														|  | 
 |  | +        b.orgNames,
 | 
											
												
													
														|  | 
 |  | +        o.name as plan_of_org_name,
 | 
											
												
													
														|  | 
 |  | +        g.name as plan_create_org_name
 | 
											
												
													
														|  |          FROM
 |  |          FROM
 | 
											
												
													
														|  |          core_resumption_plan a
 |  |          core_resumption_plan a
 | 
											
												
													
														|  |          LEFT JOIN (
 |  |          LEFT JOIN (
 | 
											
										
											
												
													
														|  | @@ -47,6 +49,7 @@
 | 
											
												
													
														|  |          FROM
 |  |          FROM
 | 
											
												
													
														|  |          core_resumption_plan_to_exec_org m
 |  |          core_resumption_plan_to_exec_org m
 | 
											
												
													
														|  |          LEFT JOIN sys_org n ON m.org_id = n.id
 |  |          LEFT JOIN sys_org n ON m.org_id = n.id
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |          GROUP BY
 |  |          GROUP BY
 | 
											
												
													
														|  |          m.plan_id
 |  |          m.plan_id
 | 
											
												
													
														|  |          ) b ON a.id = b.plan_id
 |  |          ) b ON a.id = b.plan_id
 | 
											
										
											
												
													
														|  | @@ -60,6 +63,8 @@
 | 
											
												
													
														|  |          GROUP BY
 |  |          GROUP BY
 | 
											
												
													
														|  |          r.plan_id
 |  |          r.plan_id
 | 
											
												
													
														|  |          ) d ON a.id = d.plan_id
 |  |          ) d ON a.id = d.plan_id
 | 
											
												
													
														|  | 
 |  | +        LEFT JOIN sys_org o ON a.plan_of_org_id = o.id
 | 
											
												
													
														|  | 
 |  | +        LEFT JOIN sys_org g ON a.plan_create_org_id = g.id
 | 
											
												
													
														|  |          <where>
 |  |          <where>
 | 
											
												
													
														|  |              1=1
 |  |              1=1
 | 
											
												
													
														|  |              <if test="info.planName != '' and info.planName != null">
 |  |              <if test="info.planName != '' and info.planName != null">
 |