主数据按钮,保存到菜单表

This commit is contained in:
lvleigang 2024-07-01 11:24:28 +08:00
parent e3cb9592e7
commit fde35bf879
1 changed files with 4 additions and 0 deletions

View File

@ -117,6 +117,10 @@ public class MdmModulePluginInitializer extends PluginBaseEntity {
@Override
public JsonResultEntity executeBusiness(JSONObject requestJson) {
boolean flags = true;
if(flags){
return null;
}
try{
//重试方法
if (null != requestJson) {