old mode 100644
new mode 100755
| | |
| | | and t.parent_org_id = uo.org_id |
| | | and uo.status_cd = '0' |
| | | <if test="staffId != null and staffId !=''"> |
| | | and uosr.org_id = uo.org_id |
| | | and uosr.org_id = t.org_id |
| | | and uosr.staff_id = #{staffId} |
| | | and uosr.status_cd = '0' |
| | | </if> |
| | |
| | | and t.parent_org_id = uo.org_id |
| | | and uo.status_cd = '0' |
| | | <if test="staffId != null and staffId !=''"> |
| | | and uosr.org_id = uo.org_id |
| | | and uosr.org_id = t.org_id |
| | | and uosr.staff_id = #{staffId} |
| | | and uosr.status_cd = '0' |
| | | </if> |
| | |
| | | <if test="allowOperation !=null and allowOperation != ''"> |
| | | and t.allow_operation= #{allowOperation} |
| | | </if> |
| | | <if test="orgId !=null and orgId != ''"> |
| | | and t.org_id= #{orgId} |
| | | </if> |
| | | |
| | | </select> |
| | | <!-- 查询上级组织信息 --> |