|
|
|
@ -396,6 +396,7 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
|
String dbName = "business"; |
|
|
|
|
// 入参统一在入口处理
|
|
|
|
|
String orgCode = snRequestObject.getCompCode(); |
|
|
|
|
DynamicContextHolder.push(DbConstant.BASICS_READ); |
|
|
|
|
SysDeptEntity orgByCompCode = sysDeptDao.getOrgByCompCode(orgCode); |
|
|
|
|
log.info("查询的组织信息为:{}",JSONObject.toJSONString(orgByCompCode)); |
|
|
|
|
String company = orgByCompCode.getCompany(); |
|
|
|
|