|
@@ -16,7 +16,7 @@ public class ProjectTeamComponent {
|
|
|
public Map<String,Object> doJavaLogic(Map<String, Object> inputmap) throws Exception {
|
|
|
|
|
|
CalcUtil.calcRules("","rules1001",inputmap);
|
|
|
- String jsonDate="";
|
|
|
+ /*String jsonDate="";
|
|
|
try {
|
|
|
ObjectMapper objectMapper = new ObjectMapper().enable(SerializationFeature.INDENT_OUTPUT);
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
@@ -41,7 +41,7 @@ public class ProjectTeamComponent {
|
|
|
{"input":[{"custNo":"890629176414044160","method":"asyncRegularExecute"}]}
|
|
|
""";
|
|
|
String schemaName="test";
|
|
|
- jsontable.jsonTotable(schemaName,jsonDate,"");
|
|
|
+ jsontable.jsonTotable(schemaName,jsonDate,"");*/
|
|
|
|
|
|
|
|
|
|