Commit 4c23c8c4 by 傅伟强-富德

Update test.txt

1 parent 33156ef7
Showing with 1 additions and 14 deletions
...@@ -206,19 +206,6 @@ oracle:192.168.26.92:1521 ...@@ -206,19 +206,6 @@ oracle:192.168.26.92:1521
P000000057225826维护给I000000000059079
select
<include refid="Base_Column_List"/>,gr.is_special
from branch_code_relation rc
inner join BRANCH_INFO bi on bi.branch_code=rc.relative_branch_code
left join GRAS_BRANCH_GEO bg on bi.BRANCH_CODE = bg.LAYER_CODE
left join gras_branch_region gr on gr.branch_code=bi.branch_code
where rc.branch_code = #{branchCode,jdbcType=VARCHAR}
and bi.branch_level=#{branchLevel,jdbcType=VARCHAR}
and bi.IS_VALID = 'Y'
List<BranchInfo> queryBranchByParentByLevel(@Param("branchCode")String branchCode,@Param("branchLevel")String branchLevel);
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!