ly 1 рік тому
батько
коміт
6f94e3f2fe

+ 2 - 3
src/main/java/cn/ezhizao/project/business/collection/domain/vo/ResStatisticsVo.java

@@ -31,9 +31,8 @@ public class ResStatisticsVo {
     @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
     private Date receiptDate;
 
-//    @Excel(name = "确认所属时间")
-//    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
-//    private String actuallyDate;
+    @Excel(name = "确认所属时间")
+    private String actuallyDate;
 
     //提收款金额
     @Excel(name = "提收款金额")

+ 1 - 0
src/main/resources/mybatis/business/BizCollectionMapper.xml

@@ -34,6 +34,7 @@
         tt1.daishoukuanjine as waitDetailAmount,
         tt1.shenheshijian as examineTime,
         tt1.verifyName,
+        tt1.actually_date,
         tt2.zhichu as outAmount
         FROM
         (