Sfoglia il codice sorgente

导出错误项去掉需求单号换成身份证号码

LiFei 4 anni fa
parent
commit
134c41b665

+ 1 - 1
happy-boot-module-flexjob/src/main/java/org/jeecg/modules/hwpayment/service/impl/HwPaymentDetailServiceImpl.java

@@ -263,7 +263,7 @@ public class HwPaymentDetailServiceImpl extends ServiceImpl<HwPaymentDetailMappe
                 String rcveaa = hwPaymentDetailList.get(j).getRcveaa();   //开户地
                 if (StringUtils.isBlank(requirementId)) {
                     map.put("id", j + 9);
-                    map.put("requirementId", requirementId);
+                    map.put("idcardNumber", idcardNumber);
                     map.put("reason", "需求编号未填写");
                     resultlist.add(map);
                     continue;