Commit 2eaad9debce265f7a3bcdf195c0ec5925711f79e
1 parent
cd72dee83b
Exists in
master
and in
6 other branches
辅助建档
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RemoteController.java
View file @
2eaad9d
| ... | ... | @@ -175,6 +175,8 @@ |
| 175 | 175 | if (com.lyms.platform.operate.web.utils.CollectionUtils.isNotEmpty(userModels)) { |
| 176 | 176 | map.put("assistUser", userModels.get(0).getUserName()); |
| 177 | 177 | } |
| 178 | + | |
| 179 | + map.put("isBuild", archiveData.getBuildDate() == null ? "true" : "false"); | |
| 178 | 180 | dataList.add(map); |
| 179 | 181 | } |
| 180 | 182 | } |