czt
2025-03-25 62774e3ec9a334dcff82bf63b90ec067b06fc305
src/main/java/com/fzzy/async/fzzy40/impl/Fzzy40Sync1203.java
@@ -165,12 +165,17 @@
                        if (StringUtils.isEmpty(fz40CheckItem.getValue())) {
                            continue;
                        }
                        jyxm += gbCheckList.get(0).getCode() + ",";
                        jyz += fz40CheckItem.getValue() + ",";
                        jyxm += "," + gbCheckList.get(0).getCode();
                        jyz += "," + fz40CheckItem.getValue();
                        zkj += ",0.0";
                        zkl += ",0.0";
                    }
                    if(jyxm.length() > 0){
                        jyxm = jyxm.substring(1);
                    }
                    if(jyz.length() > 0){
                        jyz = jyz.substring(1);
                    }
                    apiData.setJyxm(jyxm);
                    apiData.setJyz(jyz);
                    apiData.setZkj(StringUtils.isEmpty(zkj)?"":zkj.substring(1));