Parcourir la source

报销功能修改

lizhenhao il y a 2 ans
Parent
commit
fe8e8b3a73

+ 1 - 1
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/cw/reimbursementApproval/approvalInfo/service/dto/RetureListDto.java

@@ -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;
 
     /**