Commit b20c772cd5a4c269d280d85d89ba2be5f076707c
1 parent
27c651711e
Exists in
master
and in
1 other branch
增加是否通知
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
b20c772
... | ... | @@ -234,6 +234,7 @@ |
234 | 234 | map.put("getQidaiYc", getQidaiYc()); |
235 | 235 | map.put("getRenShenJieJuEnums", getRenShenJieJuEnums()); |
236 | 236 | map.put("organizations",convert()); |
237 | + map.put("cTime",DateUtil.getyyyy_MM_dd(new Date())); | |
237 | 238 | return new BaseObjectResponse().setData(map).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); |
238 | 239 | } |
239 | 240 |