|
@@ -260,7 +260,7 @@
|
|
|
<select id="getOrgListByCodeAndNameAndNode1" resultType="cn.ubitech.ttc.entity.OrganizationInfo">
|
|
|
select * from organization_info where id in (
|
|
|
select companyid from company_node_lk where companyid in(
|
|
|
- select id from organization_info where name = #{orgname} or orgcode = #{orgcode}) AND comefrom = #{noe})
|
|
|
+ select id from organization_info where name = #{orgname} or orgcode = #{orgcode}) AND comefrom = #{node})
|
|
|
</select>
|
|
|
|
|
|
</mapper>
|