| | |
| | | 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)); |
| | |
| | | if (gbCheckList == null || gbCheckList.isEmpty()) { |
| | | continue; |
| | | } |
| | | jyxm += gbCheckList.get(0).getCode() + ","; |
| | | jyz += fz40CheckItem.getValue() + ","; |
| | | jyxm += "," + gbCheckList.get(0).getCode(); |
| | | jyz += "," + fz40CheckItem.getValue(); |
| | | } |
| | | } |
| | | if(jyxm.length() > 0){ |
| | | jyxm = jyxm.substring(1); |
| | | } |
| | | if(jyz.length() > 0){ |
| | | jyz = jyz.substring(1); |
| | | } |
| | | api1310.setJyxm(jyxm); |
| | | api1310.setJyxmz(jyz); |
| | | |