Commit f27c13ea by liuyang

2024-05-23 存货类型添加存货类型明细字段

parent 79986f58
......@@ -161,7 +161,7 @@ public class ServiceHGSJ001 extends ServiceEPBase {
if (!org.getOrgType().equals("company")) {
//如果不是公司公司,则找到上一级
Org org1 = HGXSTools.XsOrg.queryCompany(org.getOrgId());
orgMap.put("orgId",org.getParentOrgId());
orgMap.put("orgId",org1.getParentOrgId());
}else {
orgMap.put("orgId", org.getParentOrgId());
}
......
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