| | |
| | | // 推送仓房信息 |
| | | this.pushData1105(apiRemoteService, param); |
| | | // 推送廒间信息 |
| | | this.pushData1106(apiRemoteService, param); |
| | | // 推送货位信息 |
| | | this.pushData1107(apiRemoteService, param); |
| | | // 推送货位信息 |
| | | this.pushData1108(apiRemoteService, param); |
| | | // 推送仓储设备信息 |
| | | this.pushData1111(apiRemoteService, param); |
| | | |
| | |
| | | /** |
| | | * 1106 廒间信息 |
| | | */ |
| | | private void pushData1106(ApiRemoteService apiRemoteService, ApiParam param) { |
| | | private void pushData1107(ApiRemoteService apiRemoteService, ApiParam param) { |
| | | |
| | | //获取军工企业信息 |
| | | List<ApiInfoData> items = apiInfoDataRep.getDataByInteId(WhjlConstant.API_CODE_1106); |
| | | List<ApiInfoData> items = apiInfoDataRep.getDataByInteId(WhjlConstant.API_CODE_1107); |
| | | |
| | | if (null == items || items.isEmpty()) { |
| | | return; |
| | | } |
| | | param.setInteCategory(WhjlConstant.API_CATEGORY_11); |
| | | param.setInteId(WhjlConstant.API_CODE_1106); |
| | | param.setInteId(WhjlConstant.API_CODE_1107); |
| | | List<WhjlApi1107> list = new ArrayList<>(); |
| | | WhjlApi1107 whjlApi1106; |
| | | for (ApiInfoData infoData : items) { |
| | |
| | | /** |
| | | * 1107 货位信息 |
| | | */ |
| | | private void pushData1107(ApiRemoteService apiRemoteService, ApiParam param) { |
| | | private void pushData1108(ApiRemoteService apiRemoteService, ApiParam param) { |
| | | |
| | | //获取军工企业信息 |
| | | List<ApiInfoData> items = apiInfoDataRep.getDataByInteId(WhjlConstant.API_CODE_1107); |
| | | List<ApiInfoData> items = apiInfoDataRep.getDataByInteId(WhjlConstant.API_CODE_1108); |
| | | |
| | | if (null == items || items.isEmpty()) { |
| | | return; |
| | | } |
| | | param.setInteCategory(WhjlConstant.API_CATEGORY_11); |
| | | param.setInteId(WhjlConstant.API_CODE_1107); |
| | | param.setInteId(WhjlConstant.API_CODE_1108); |
| | | List<WhjlApi1108> list = new ArrayList<>(); |
| | | WhjlApi1108 whjlApi1107; |
| | | for (ApiInfoData infoData : items) { |