Selaa lähdekoodia

fix:确认所属时间json序列化格式修改

ly 9 kuukautta sitten
vanhempi
säilyke
b651fd55ab

+ 1 - 1
src/main/java/cn/ezhizao/project/business/collection/domain/BizCollection.java

@@ -169,7 +169,7 @@ public class BizCollection extends BaseEntity implements Serializable {
 
     @Excel(name = "实际付款时间", width = 20, dateFormat = "yyyy-MM-dd")
     @ApiModelProperty("确认到账时间")
-    @JsonFormat(pattern = "yyyy-MM-dd")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Timestamp actuallyDate;
 
     @Excel(name = "收款金额")