<iftest="orgIsActive != null and orgIsActive == true ">
...
...
@@ -174,11 +174,11 @@
FROM
DBO.ORGANIZATION p
LEFT JOIN
DBO.BUSINESS_UNIT UNIT
DBO.BUSINESS_UNIT unit
on
p.BUSINESS_UNIT_ID = unit.ID --tempq
left JOIN
DBO.INDUSTRY INDUSTRY
DBO.INDUSTRY industry
on
p.INDUSTRY_ID = industry.ID --industryReal
left JOIN
...
...
@@ -235,34 +235,34 @@
<!-- * 由于C#中OrganizationService.cs line 2356~2357以下代码被注释,故JAVA中未join * statDimension表做联合查询。 join sd in stat Dimension on d.ID equals sd.DimensionID * from sdTp in sdTemp.DefaultIfEmpty() -->