|
@@ -133,6 +133,7 @@ public class CommonBtnController extends BaseController {
|
|
//irunImplementationClass.RunScriptImplementationClassLogicCode(iScriptEntity,commonEntity.toString());
|
|
//irunImplementationClass.RunScriptImplementationClassLogicCode(iScriptEntity,commonEntity.toString());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ commonEntity.getCommMap().putAll(commonEntity.getBtnParametersMap());
|
|
return toAjax(commonService.edit(commonEntity));
|
|
return toAjax(commonService.edit(commonEntity));
|
|
} else if (commonEntity.getBasicMap().get("visible").toString().equals("false")) {
|
|
} else if (commonEntity.getBasicMap().get("visible").toString().equals("false")) {
|
|
Map<String, Object> map = new HashMap<>();
|
|
Map<String, Object> map = new HashMap<>();
|