Commit b5049b9b authored by 蔡镇泽's avatar 蔡镇泽

页面返回添加适用机构id

parent dcb0aeec
......@@ -12,7 +12,11 @@ public class AprOrganVO {
*/
private String aprOrganId;
/**
* 适用机构
* 适用机构id
*/
private String organId;
/**
* 适用机构名称
*/
private String organName;
/**
......
......@@ -7,6 +7,7 @@
SELECT--评定机构id
organ.APR_ORGAN_ID aprOrganId,
--适用机构
srvOrgan.ORGAN_ID organId,
srvOrgan.ORGAN_NAME organName,
--机构代码
organ.ORGAN_CODE organCode,
......
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