Commit 20836c561eaab5fa0f546b812e5ee44864ba4f1e
1 parent
308e0db222
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
20836c5
| ... | ... | @@ -185,7 +185,7 @@ |
| 185 | 185 | Long l = CompressEncodeingUtil.unCompressNumber(watermark); |
| 186 | 186 | String s = l.toString(); |
| 187 | 187 | int len = s.length(); |
| 188 | - return s.substring(0, len - 6) + "," + s.substring(len - 6); | |
| 188 | + return s.substring(0, len - 8) + "," + s.substring(len - 8); | |
| 189 | 189 | } |
| 190 | 190 | |
| 191 | 191 | @RequestMapping(value = "/addSieveJob", method = RequestMethod.GET) |