신규생성시 가상응답 저장안하는 부분 수정
This commit is contained in:
+5
@@ -190,6 +190,11 @@ public interface ApiInterfaceUIMapper {
|
|||||||
if(vo == null || vo.getSyncAsyncType() == null){
|
if(vo == null || vo.getSyncAsyncType() == null){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 가상응답 여부
|
||||||
|
String tranType = "Y".equals(vo.getSimYn()) ? "T" : "R";
|
||||||
|
entity.setTrantype(tranType);
|
||||||
|
|
||||||
switch(vo.getSyncAsyncType()){
|
switch(vo.getSyncAsyncType()){
|
||||||
case "async":
|
case "async":
|
||||||
case "asyncSync":
|
case "asyncSync":
|
||||||
|
|||||||
Reference in New Issue
Block a user