Browse Source

导出去掉付款日期

yusm 6 months ago
parent
commit
2893a61378

+ 3 - 3
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/service/impl/ContractServiceImpl.java

@@ -1235,7 +1235,7 @@ public class ContractServiceImpl extends ServiceImpl<ContractMapper, Contract> i
             headList.add("备注");
             headList.add("印花税税目");
 
-            headList.add("付款日期");
+//            headList.add("付款日期");
             headList.add("已付款金额(元)");
             headList.add("付款类型");
             headList.add("凭证号");
@@ -1321,7 +1321,7 @@ public class ContractServiceImpl extends ServiceImpl<ContractMapper, Contract> i
                                 item.add("");
                             }
 
-                            item.add(payCustomizedList.get(j).getPayDate()==null?"":payCustomizedList.get(j).getPayDate());
+//                            item.add(payCustomizedList.get(j).getPayDate()==null?"":payCustomizedList.get(j).getPayDate());
                             item.add(payCustomizedList.get(j).getPayedAmount()==null?"":payCustomizedList.get(j).getPayedAmount()+"");
                             if (payCustomizedList.get(j).getPayType().booleanValue()){
                                 item.add("预付");
@@ -1338,7 +1338,7 @@ public class ContractServiceImpl extends ServiceImpl<ContractMapper, Contract> i
                                 item.add("" );
                             }
 
-                            item.add(payCustomizedList.get(j).getPayDate()==null?"":payCustomizedList.get(j).getPayDate());
+//                            item.add(payCustomizedList.get(j).getPayDate()==null?"":payCustomizedList.get(j).getPayDate());
                             item.add(payCustomizedList.get(j).getPayedAmount()==null?"":payCustomizedList.get(j).getPayedAmount()+"");
                             if (payCustomizedList.get(j).getPayType().booleanValue()){
                                 item.add("预付");