Commit 941a08c4 by 傅伟强-富德

Update test.txt

1 parent 4cd812bf
Showing with 8 additions and 0 deletions
......@@ -93,4 +93,12 @@
executeAllotByLevel(branchList);
logUtils.info("自动分单-----分单机构级别:"+level);
}
select
<include refid="Base_Column_List_SELF"/>
from BRANCH_INFO bi
where (bi.PARENT_BRANCH = #{branchCode,jdbcType=VARCHAR}
OR bi.BRANCH_CODE = #{branchCode,jdbcType=VARCHAR})
and bi.IS_VALID = 'Y'
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!