Merge branch 'features/ui-improvements' into jenkins_with_weblogic

This commit is contained in:
daekuk
2025-12-08 11:29:24 +09:00
6 changed files with 47 additions and 29 deletions
@@ -657,7 +657,8 @@ public class TransactionBAPServiceImpl extends BaseService implements Transactio
mapper.configure(MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES, true);
String json = mapper.writeValueAsString(interfaceDeploy);
System.out.println(json);
// System.out.println(json);
logger.debug(json);
FileWriteUtil.FileWrite(path , fileName+".txt", json, "UTF-8");
}
@@ -61,7 +61,8 @@ public class BapSystemInstService extends BapBaseService {
List<Map<String, Object>> sysConnList = dao.selectDetailSysconn(param);
HashMap<String, Object> map = new HashMap<String, Object>();
System.out.println( "list-->" + list.size());
// System.out.println( "list-->" + list.size());
logger.debug( "list-->" + list.size());
map.put("detail", detail);
map.put("rows", list);
map.put("sysConnList", sysConnList);