Commit 7e06b8a26082ce30dd5f3274f272b1f343e8f516
1 parent
d56db8e8b5
Exists in
master
and in
8 other branches
增加是否通知
Showing 1 changed file with 10 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PostReviewListResult.java
View file @
7e06b8a
... | ... | @@ -41,7 +41,16 @@ |
41 | 41 | private String dueDate; |
42 | 42 | //<!---------基本信息-----------> |
43 | 43 | private List data = new ArrayList(); |
44 | + private String cTime; | |
44 | 45 | |
46 | + public String getcTime() { | |
47 | + return cTime; | |
48 | + } | |
49 | + | |
50 | + public void setcTime(String cTime) { | |
51 | + this.cTime = cTime; | |
52 | + } | |
53 | + | |
45 | 54 | public String getDueDate() { |
46 | 55 | return dueDate; |
47 | 56 | } |
... | ... | @@ -166,6 +175,7 @@ |
166 | 175 | } |
167 | 176 | } |
168 | 177 | setData(dataList); |
178 | + setcTime(DateUtil.getyyyy_MM_dd(new Date())); | |
169 | 179 | return this; |
170 | 180 | } |
171 | 181 | private class AntData{ |