【fix sonar】CgformEnhanceImportDemo文件

This commit is contained in:
梁琦涛
2023-03-13 17:42:30 +08:00
parent 794cfbae6c
commit c43edeb24c
@@ -14,8 +14,10 @@ import org.springframework.stereotype.Component;
public class CgformEnhanceImportDemo implements CgformEnhanceJavaInter {
public CgformEnhanceImportDemo() {
// do other
}
@Override
public int execute(String tableName, JSONObject json) throws BusinessException {
log.info("--------当前tableName=>" + tableName);
log.info("===============================================================================================================");
@@ -40,6 +42,7 @@ public class CgformEnhanceImportDemo implements CgformEnhanceJavaInter {
}
}
@Override
public int execute(String tableName, Map<String, Object> map) throws BusinessException {
return 1;
}