Commit ac8164ddd1cf6891ddef32fc6971f9888d65587f
1 parent
cca7339ffe
Exists in
master
and in
6 other branches
update code
Showing 2 changed files with 14 additions and 14 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/MsgStatusEnums.java
View file @
ac8164d
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/MessageCenterService.java
View file @
ac8164d
| ... | ... | @@ -266,20 +266,20 @@ |
| 266 | 266 | // map.setList(JsonUtil.toList(list, SmsObj.class)); |
| 267 | 267 | // System.out.print(map); |
| 268 | 268 | |
| 269 | -// queryMsgList("216", null,null, | |
| 270 | -// null,null, | |
| 271 | -// null,null, | |
| 272 | -// null,null , | |
| 273 | -// 1,10); | |
| 269 | + queryMsgList("216", null,null, | |
| 270 | + 3,null, | |
| 271 | + null,null, | |
| 272 | + null,null , | |
| 273 | + 1,10); | |
| 274 | 274 | |
| 275 | - List<Config> configs = new ArrayList<>(); | |
| 276 | - Config config = new Config(); | |
| 277 | - config.setKey("6"); | |
| 278 | - config.setValue("true"); | |
| 279 | - configs.add(config); | |
| 280 | - | |
| 281 | - | |
| 282 | - updateMsgStatus(configs,"216"); | |
| 275 | +// List<Config> configs = new ArrayList<>(); | |
| 276 | +// Config config = new Config(); | |
| 277 | +// config.setKey("6"); | |
| 278 | +// config.setValue("true"); | |
| 279 | +// configs.add(config); | |
| 280 | +// | |
| 281 | +// | |
| 282 | +// updateMsgStatus(configs,"216"); | |
| 283 | 283 | |
| 284 | 284 | } |
| 285 | 285 | } |