【fix sonar】CgformEnhanceImportDemo文件
This commit is contained in:
+3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user