Commit 30c5476594db1fa1cf39f1541631acf8a4494c0b
1 parent
bdda739d53
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/facade/LisFacade.java
View file @
30c5476
... | ... | @@ -228,7 +228,7 @@ |
228 | 228 | //CheckType1.setType(typ); |
229 | 229 | for(CheckResponse chre:result){ |
230 | 230 | if(type.equals(chre.getType().toString()) && typ.equals(chre.getTitle())){ |
231 | - chre.setTitle(DateUtil.getyyyy_MM_dd(chre.getApplyDate())+" "+chre.getTitle()); | |
231 | + chre.setTitle(chre.getTitle()+" "+DateUtil.getyyyy_MM_dd(chre.getApplyDate())); | |
232 | 232 | result2.add(chre); |
233 | 233 | } |
234 | 234 |