修正专项核查拓展查询项目参数绑定
This commit is contained in:
@@ -491,6 +491,7 @@
|
||||
</select>
|
||||
|
||||
<select id="selectExtendedPurchasePage" resultMap="ExtendedPurchaseListItemResultMap">
|
||||
<bind name="projectId" value="query.projectId"/>
|
||||
select
|
||||
p.purchase_id,
|
||||
p.project_name,
|
||||
@@ -574,6 +575,7 @@
|
||||
</select>
|
||||
|
||||
<select id="selectExtendedRecruitmentPage" resultMap="ExtendedRecruitmentListItemResultMap">
|
||||
<bind name="projectId" value="query.projectId"/>
|
||||
select distinct r.recruit_id,
|
||||
r.recruit_name,
|
||||
r.pos_name,
|
||||
@@ -644,6 +646,7 @@
|
||||
</select>
|
||||
|
||||
<select id="selectExtendedTransferPage" resultMap="ExtendedTransferListItemResultMap">
|
||||
<bind name="projectId" value="query.projectId"/>
|
||||
select
|
||||
t.id,
|
||||
s.name as staff_name,
|
||||
|
||||
Reference in New Issue
Block a user