【fix sonar】CgformEnhanceJavaDemo文件
This commit is contained in:
+3
@@ -13,8 +13,10 @@ import org.springframework.stereotype.Component;
|
||||
public class CgformEnhanceJavaDemo implements CgformEnhanceJavaInter {
|
||||
|
||||
public CgformEnhanceJavaDemo() {
|
||||
// do other
|
||||
}
|
||||
|
||||
@Override
|
||||
public int execute(String tableName, JSONObject json) throws BusinessException {
|
||||
log.info("----------我是自定义java增强测试demo类-----------");
|
||||
log.info("--------当前tableName=>" + tableName);
|
||||
@@ -22,6 +24,7 @@ public class CgformEnhanceJavaDemo implements CgformEnhanceJavaInter {
|
||||
return 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int execute(String tableName, Map<String, Object> map) throws BusinessException {
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user