bug修复
This commit is contained in:
parent
d146a6f218
commit
efdb0f0636
|
|
@ -170,7 +170,7 @@
|
||||||
org_type orgType
|
org_type orgType
|
||||||
FROM pm_org_info
|
FROM pm_org_info
|
||||||
WHERE status = 1
|
WHERE status = 1
|
||||||
-- and level in (1, 2)
|
AND level in (1, 2)
|
||||||
</select>
|
</select>
|
||||||
<select id="getDataDetails" resultType="com.bonus.gs.sub.evaluate.evaluate.beans.OrganizationalBean">
|
<select id="getDataDetails" resultType="com.bonus.gs.sub.evaluate.evaluate.beans.OrganizationalBean">
|
||||||
select id,
|
select id,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue