| | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 上海市接口-2102 检斤单 |
| | | * 上海市接口-2102 倒仓倒入 |
| | | * |
| | | * @author czt |
| | | * @date 2023/8/17 |
| | |
| | | ResponseDto responseDto; |
| | | String result = ""; |
| | | |
| | | String kqdm = items.get(0).getKqdm(); |
| | | String kqdm = items.get(0).getDrhwdm().substring(0, 21); |
| | | ApiConfs apiConf = apiCommonService.getConf(kqdm); |
| | | |
| | | if (null == apiConf) return "系统没有获取到当前库区配置信息,执行失败"; |
| | | if (null == apiConf) { |
| | | return "系统没有获取到当前库区配置信息,执行失败"; |
| | | } |
| | | |
| | | //封装参数 |
| | | ApiParam param = new ApiParam(apiConf, "21", SH2023Constant.SH_2023_API_CODE_2102); |
| | |
| | | |
| | | infoData = new ApiInfoData(); |
| | | infoData.setId(data.getBizId()); |
| | | infoData.setKqdm(data.getKqdm()); |
| | | infoData.setKqdm(data.getDrhwdm().substring(0, 21)); |
| | | infoData.setInteType("21"); |
| | | infoData.setInteId(SH2023Constant.SH_2023_API_CODE_2102); |
| | | infoData.setUpdateTime(new Date()); |