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