| | |
| | | List<Fz40InoutCustomer> list = fzzySync1212Rep.listInoutCustomer(deptId); |
| | | |
| | | if (null == list || list.isEmpty()) { |
| | | log.debug("-------------没有获取到合同信息------------------"); |
| | | log.debug("-------------没有获取到客户信息------------------"); |
| | | return; |
| | | } |
| | | |
| | |
| | | |
| | | apiData = new Api1212(); |
| | | //单位代码 |
| | | apiData.setId(sysData.getId()); |
| | | apiData.setId(sysData.getKhbh()); |
| | | apiData.setDwdm(api1101.getDwdm()); |
| | | apiData.setDwmc(api1101.getDwmc()); |
| | | apiData.setKqdm(api1102.getKqdm()); |
| | |
| | | apiData.setBizId(sysData.getId()); |
| | | |
| | | |
| | | api1212List = api1212Rep.getDataById(sysData.getId()); |
| | | api1212List = api1212Rep.getDataById(apiData.getId()); |
| | | if(null == api1212List || api1212List.isEmpty()){ |
| | | apiData.setCzbz(Constant.CZBZ_I); |
| | | }else { |