fix: resolve SSE stream completion issue, fix mapstruct typo, and remove duplicate GlowLogger
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14s

This commit is contained in:
jade
2026-08-12 18:20:48 +09:00
parent 4ecff183c6
commit a661e07a9f
3 changed files with 3 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ public interface CustomerGuidanceToolConverter {
* 고객통합이력조회 전사 Request -> I/F
*/
@Mapping(target = "cstUnfcNotiCarhInqrInDto.inqrEndYmd", source = "inqrEndYmd")
@Mapping(target = "cstUnfcNotiCarhInqrInDto.inqrStrtYmd", source = "inqrStrtYmd")
@Mapping(target = "cstUnfcNotiCarhInqrInDto.inqrStrtYmd", source = "inqrStrYmd")
@Mapping(target = "cstUnfcNotiCarhInqrInDto.notiPmlMdCd", source = "notiPmlMdCd")
@Mapping(target = "cstUnfcNotiCarhInqrInDto.ntleCd", source = "ntleCd")
@Mapping(target = "cstUnfcNotiCarhInqrInDto.csNo", source = "csNo")

View File

@@ -29,7 +29,6 @@ import io.shinhanlife.glow.communication.dto.Transfer;
@RequiredArgsConstructor
public class MciNildClient {
private final AxhubMciComponent mci;
private final GlowLogger log;
public ONILD0320_O callOnild0320(ONILD0320_I onild0320_i){
try {