Merge branch 'devs/interfaceUi-update' into jenkins_with_weblogic

This commit is contained in:
daekuk
2025-11-06 15:14:45 +09:00
@@ -190,6 +190,11 @@ public interface ApiInterfaceUIMapper {
if(vo == null || vo.getSyncAsyncType() == null){
return;
}
// 가상응답 여부
String tranType = "Y".equals(vo.getSimYn()) ? "T" : "R";
entity.setTrantype(tranType);
switch(vo.getSyncAsyncType()){
case "async":
case "asyncSync":