调整版本号展示问题
This commit is contained in:
parent
8a80a16230
commit
d64d794623
@ -211,6 +211,11 @@ public class DesignerVersionUtil {
|
|||||||
JSONObject result = new JSONObject();
|
JSONObject result = new JSONObject();
|
||||||
// 版本号
|
// 版本号
|
||||||
String versionNo = String.valueOf(plModel.getVersion());
|
String versionNo = String.valueOf(plModel.getVersion());
|
||||||
|
try{
|
||||||
|
versionNo = VersionUtil.getVersionStr(plModel.getVersion());
|
||||||
|
}catch (Exception e){
|
||||||
|
log.error("版本号转换异常:{}", versionNo);
|
||||||
|
}
|
||||||
result.put("versionNo", versionNo);
|
result.put("versionNo", versionNo);
|
||||||
result.put("plId", plId);
|
result.put("plId", plId);
|
||||||
result.put("updateTime", getModifyDate(plModel.getModifyDate()));
|
result.put("updateTime", getModifyDate(plModel.getModifyDate()));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user