|
|
@@ -65,8 +65,8 @@ public class WaybillOrderTicketDto {
|
|
|
* 操作时间
|
|
|
*/
|
|
|
@JsonProperty("operateTime")
|
|
|
- @JsonFormat(locale="zh", pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(locale="zh", pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
|
|
|
@NotNull(message = "时间不能为空")
|
|
|
private Date operateTime;
|
|
|
|