Przeglądaj źródła

fix

release_toaliyun_real
winter 2 lat temu
rodzic
commit
1be5022c4a
1 zmienionych plików z 3 dodań i 1 usunięć
  1. +3
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxRaffleActivityRecord.java

+ 3
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxRaffleActivityRecord.java Wyświetl plik

@@ -91,7 +91,7 @@ public class WxRaffleActivityRecord extends TenantEntity {
private Date createDateEnd;
@io.swagger.annotations.ApiModelProperty(value = "更新时间", name = "updateDate")
private Date updateDate;
@Excel(name="提交时间",width = 20,format="yyyy-MM-dd HH:mm:ss", orderNum = "14")
@Excel(name="发奖时间",width = 20,format="yyyy-MM-dd HH:mm:ss", orderNum = "14")
@io.swagger.annotations.ApiModelProperty(value = "发奖时间", name = "sendTime")
private Date sendTime;
@TableField(exist = false)
@@ -161,6 +161,8 @@ public class WxRaffleActivityRecord extends TenantEntity {
}
return sb.toString();
}else {
allSetItem = 0;
}
return null;
}


Ładowanie…
Anuluj
Zapisz