@@ -77,7 +77,7 @@ public class RetureListDto {
* 报销日期
*/
@JsonFormat(pattern = "yyyy-MM-dd")
- @Excel(name = "报销日期", width = 30, orderNum = "10")
+ @Excel(name = "报销日期",exportFormat="yyyy-MM-dd",width = 30, orderNum = "10")
private Date reimDate;
/**