|
@@ -105,14 +105,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
a.life_units lifeUnits,
|
|
|
a.start_date startDate,
|
|
|
b.id locationId,
|
|
|
- b.name locationName,
|
|
|
+ concat_ws('-',IFNULL(NULL,h.name),IFNULL(NULL,g.name),b.name) locationName,
|
|
|
+-- b.name locationName,
|
|
|
b.label locationLabel,
|
|
|
g.id parentLocationId,
|
|
|
- g.name parentLocationName,
|
|
|
- g.label parentLocationLabel,
|
|
|
+-- g.name parentLocationName,
|
|
|
+-- g.label parentLocationLabel,
|
|
|
h.id ancestorLocationId,
|
|
|
- h.name ancestorLocationName,
|
|
|
- h.label ancestorLocationLabel,
|
|
|
+-- h.name ancestorLocationName,
|
|
|
+-- h.label ancestorLocationLabel,
|
|
|
c.id categoryId,
|
|
|
c.name categoryName,
|
|
|
d.dept_name userDepartmentName,
|