陈战涛
2023-05-25 e6535ab931a79cce25b3c15b47ce59dcb66e69e9
src/main/java/com/fzzy/async/fzzy35/impl/Fzzy35Sync1310.java
@@ -69,8 +69,8 @@
            Api1105 api1105;
            List<Fz35CheckItem> fz35CheckItems;
            List<GbCheckItem> gbCheckList;
            String jyxm;
            String jyxmz;
            StringBuilder jyxm;
            StringBuilder jyxmz;
            List<Api1310> api1310List;
            for (Fz35Quality fz35Quality : list) {
                api1105 = commonService.getApi1105Cache(fz35Quality.getDepotId());
@@ -91,8 +91,8 @@
                api1310.setJyyj(fz35Quality.getStandard());
                api1310.setZblb("2");
                //检测项,检测值
                jyxm = "";
                jyxmz = "";
                jyxm = new StringBuilder();
                jyxmz = new StringBuilder();
                fz35CheckItems = fzzySync1203Rep.listInoutCheckItem(fz35Quality.getId(), deptId.substring(0, 4));
                if (null != fz35CheckItems && fz35CheckItems.size() > 0) {
@@ -102,12 +102,12 @@
                        if (gbCheckList == null || gbCheckList.isEmpty()) {
                            continue;
                        }
                        jyxm += gbCheckList.get(0).getCode() + ",";
                        jyxmz += fz35CheckItem.getValue() + ",";
                        jyxm.append(gbCheckList.get(0).getCode()).append(",");
                        jyxmz.append(fz35CheckItem.getValue()).append(",");
                    }
                }
                api1310.setJyxm(jyxm);
                api1310.setJyxmz(jyxmz);
                api1310.setJyxm(jyxm.toString());
                api1310.setJyxmz(jyxmz.toString());
                api1310.setZbjgpd(fz35Quality.getResult());
                api1310.setQfrq(fz35Quality.getTime());