Merge branch 'devs/interfaceUi-update' into jenkins_with_weblogic
This commit is contained in:
+5
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user