Commit 441b2c45 authored by 蔡镇泽's avatar 蔡镇泽

评定机构信息管理及监管机构信息管理调整

parent ba84da4d
......@@ -2,7 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.hungraim.ltc.governance.dao.SuperviseOrganMapper">
<!--监管机构人员信息列表-->
<!--监管机构信息列表-->
<select id="superviseOrganList" resultType="com.hungraim.ltc.pojo.vo.governance.SuperviseOrganVO">
SELECT--监管机构id
sOrgan.SPV_ORGAN_ID spvOrganId,
......@@ -31,7 +31,7 @@
--银行账号
sOrgan.BANK_NO bankNo
FROM
--监管人员信息
--监管机构
CH_SUPERVISE_ORGAN sOrgan
--护理机构表
LEFT JOIN ch_srv_organ organ ON sOrgan.organ_id = organ.organ_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment