|
@@ -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 = "收款金额")
|