Index: ssts-basedata/src/main/java/com/forgon/disinfectsystem/basedatamanager/supplyroomconfig/action/SupplyRoomConfigAction.java =================================================================== diff -u -r12581 -r12619 --- ssts-basedata/src/main/java/com/forgon/disinfectsystem/basedatamanager/supplyroomconfig/action/SupplyRoomConfigAction.java (.../SupplyRoomConfigAction.java) (revision 12581) +++ ssts-basedata/src/main/java/com/forgon/disinfectsystem/basedatamanager/supplyroomconfig/action/SupplyRoomConfigAction.java (.../SupplyRoomConfigAction.java) (revision 12619) @@ -528,7 +528,7 @@ public void getApplicationDepartJson() { String spell = StrutsParamUtils.getPraramValue("spell", ""); String withoutBaseOrg = StrutsParamUtils.getPraramValue( - "withoutBaseOrg", ""); + "withoutBaseOrg", "true"); String related = StrutsParamUtils.getPraramValue("related", ""); List orgUnitList = orgUnitManager .searchOrgUnitBySpellOrWbCode(spell, related); @@ -582,7 +582,7 @@ public void getSettleAccountsDepartJson() { String spell = StrutsParamUtils.getPraramValue("spell", ""); String withoutBaseOrg = StrutsParamUtils.getPraramValue( - "withoutBaseOrg", ""); + "withoutBaseOrg", "true"); String related = StrutsParamUtils.getPraramValue("related", ""); List orgUnitList = orgUnitManager .searchOrgUnitBySpellOrWbCode(spell, related); @@ -629,7 +629,7 @@ public void getAllOrgUnitName() { String spell = StrutsParamUtils.getPraramValue("spell", ""); String withoutBaseOrg = StrutsParamUtils.getPraramValue( - "withoutBaseOrg", ""); + "withoutBaseOrg", "true"); String related = StrutsParamUtils.getPraramValue("related", ""); List orgUnitList = orgUnitManager .searchOrgUnitBySpellOrWbCode(spell, related);