This commit is contained in:
parent
f281707f43
commit
a0f3649173
|
|
@ -468,16 +468,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<!-- left join `uni_org`.org_user org_user on bzgl_bz.bzz_idcard = org_user.id_card-->
|
<!-- left join `uni_org`.org_user org_user on bzgl_bz.bzz_idcard = org_user.id_card-->
|
||||||
<!-- WHERE bzgl_bz.project_id = #{externalId}-->
|
<!-- WHERE bzgl_bz.project_id = #{externalId}-->
|
||||||
<!-- </select>-->
|
<!-- </select>-->
|
||||||
<select id="getTeamList" resultType="com.bonus.material.common.domain.vo.SelectVo">
|
|
||||||
SELECT
|
|
||||||
unit_id as id,
|
|
||||||
unit_name AS name
|
|
||||||
FROM
|
|
||||||
bm_unit
|
|
||||||
WHERE
|
|
||||||
del_flag = '0'
|
|
||||||
and type_id = 1731
|
|
||||||
</select>
|
|
||||||
|
|
||||||
<select id="getAgreementInfoBy" resultType="com.bonus.material.common.domain.vo.AgreementVo">
|
<select id="getAgreementInfoBy" resultType="com.bonus.material.common.domain.vo.AgreementVo">
|
||||||
SELECT
|
SELECT
|
||||||
|
|
@ -818,4 +809,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
AND ba.project_id = #{proId}
|
AND ba.project_id = #{proId}
|
||||||
GROUP BY mm.type_id
|
GROUP BY mm.type_id
|
||||||
</select>
|
</select>
|
||||||
|
<select id="getTeamList" resultType="com.bonus.common.biz.domain.ProjectTreeNode">
|
||||||
|
SELECT
|
||||||
|
unit_id as id,
|
||||||
|
unit_name AS name
|
||||||
|
FROM
|
||||||
|
bm_unit
|
||||||
|
WHERE
|
||||||
|
del_flag = '0'
|
||||||
|
and type_id = 1731
|
||||||
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue