fix 86403 海外会议-详情页面--导出,入境和出境值与列表反了
This commit is contained in:
+6
-6
@@ -165,21 +165,21 @@ public class MeetingOverseasSituation {
|
||||
private String passportNo;
|
||||
|
||||
/**
|
||||
* 出境日期
|
||||
* 入境日期
|
||||
*/
|
||||
@TableField(value = "entry_date")
|
||||
@ApiModelProperty(value = "出境日期")
|
||||
@Excel(name = "出境日期", width = 15, format = "yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "入境日期")
|
||||
@Excel(name = "入境日期", width = 15, format = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||
private Date entryDate;
|
||||
|
||||
/**
|
||||
* 入境日期
|
||||
* 出境日期
|
||||
*/
|
||||
@TableField(value = "exit_date")
|
||||
@ApiModelProperty(value = "入境日期")
|
||||
@Excel(name = "入境日期", width = 15, format = "yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "出境日期")
|
||||
@Excel(name = "出境日期", width = 15, format = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||
private Date exitDate;
|
||||
|
||||
Reference in New Issue
Block a user