feat:补充混淆忽略
This commit is contained in:
@@ -63,8 +63,7 @@ public class DynamicSysHolder extends MsgViewHolderBase {
|
||||
String layout = erbanSysMsgInfo.getLayout();
|
||||
ErbanSysMsgLayout erbanSysMsgLayout;
|
||||
try {
|
||||
// erbanSysMsgLayout = JSON.parseObject(layout, ErbanSysMsgLayout.class);
|
||||
erbanSysMsgLayout = JsonUtils.fromJson(layout, ErbanSysMsgLayout.class);
|
||||
erbanSysMsgLayout = JSON.parseObject(layout, ErbanSysMsgLayout.class);
|
||||
|
||||
} catch (Exception ex) { // json解析出错
|
||||
ex.printStackTrace();
|
||||
|
Reference in New Issue
Block a user