md
This commit is contained in:
parent
05520044ac
commit
cb887633ad
@ -132,8 +132,10 @@ public class EmisCommonController extends EmisBaseController
|
||||
public AjaxResult getLastAppVersion()
|
||||
{
|
||||
try {
|
||||
String LastAppVersion = configService.selectConfigByKey("sys.app.version");
|
||||
return AjaxResult.success("获取成功",LastAppVersion);
|
||||
String lastAppVersionStr = configService.selectConfigByKey("sys.app.version");
|
||||
JSONObject obj=JSONObject.parseObject(lastAppVersionStr);
|
||||
|
||||
return AjaxResult.success("获取成功",obj);
|
||||
|
||||
}catch (Exception ex){
|
||||
ex.printStackTrace();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user