|  |  | 
 |  |  |  | 
 |  |  |         BusParameterSettings manageStockSetting = busParameterSettingsDao.selectCompanyParamByCode(AppConstance.WAREHOUSE_MANAGE_STOCK, sysOrder.getCompanyId()); | 
 |  |  | //        if (AppConstance.IS_Y.equals(manageStockSetting.getParamValue())) { | 
 |  |  |         if (BooleanEnum.TRUE.getValue().equals(manageStockSetting.getParamValue())) { | 
 |  |  |         if (BooleanEnum.TRUE.getValue() == manageStockSetting.getIntParamValue()) { | 
 |  |  |             // 家居产品退库存 | 
 |  |  |             if (CollectionUtils.isNotEmpty(returnGoodsList)) { | 
 |  |  |                 LogUtil.info("订单退款:退产品库存:{}", JSON.toJSONString(returnGoodsList)); |