退货单时间查询bug修复
This commit is contained in:
parent
1f18a02800
commit
2061de2a6d
|
|
@ -107,12 +107,12 @@ public class InvoicingThdMainEntity implements Serializable {
|
||||||
private List<InvoicingThdLogEntity> logList;
|
private List<InvoicingThdLogEntity> logList;
|
||||||
|
|
||||||
/**发起时间*/
|
/**发起时间*/
|
||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy.MM.dd HH:mm:ss")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
@DateTimeFormat(pattern="yyyy.MM.dd HH:mm:ss")
|
||||||
private Date fqStartTime;
|
private Date fqStartTime;
|
||||||
/**发起时间*/
|
/**发起时间*/
|
||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy.MM.dd HH:mm:ss")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
@DateTimeFormat(pattern="yyyy.MM.dd HH:mm:ss")
|
||||||
private Date fqEndTime;
|
private Date fqEndTime;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue