|
|
@ -85,7 +85,14 @@ public class IResidentAndDisabledRepositoryImpl implements IResidentAndDisabledR
|
|
|
|
.where(gnRecallSc.scIngb.eq(cmmCodeS.codeCd), cmmCodeS.codeGrpId.eq("TRAFFIC"),
|
|
|
|
.where(gnRecallSc.scIngb.eq(cmmCodeS.codeCd), cmmCodeS.codeGrpId.eq("TRAFFIC"),
|
|
|
|
cmmCodeS.codeLcd.eq("GANGNAM_SIMSA"),
|
|
|
|
cmmCodeS.codeLcd.eq("GANGNAM_SIMSA"),
|
|
|
|
cmmCodeS.codeMcd.eq("RC_INGB")),
|
|
|
|
cmmCodeS.codeMcd.eq("RC_INGB")),
|
|
|
|
"scIngbNm")
|
|
|
|
"scIngbNm"),
|
|
|
|
|
|
|
|
ExpressionUtils.as(
|
|
|
|
|
|
|
|
JPAExpressions.select(cmmCodeS.codeNm)
|
|
|
|
|
|
|
|
.from(cmmCodeS)
|
|
|
|
|
|
|
|
.where(gnRecallSc.scState.eq(cmmCodeS.codeCd), cmmCodeS.codeGrpId.eq("TRAFFIC"),
|
|
|
|
|
|
|
|
cmmCodeS.codeLcd.eq("GANGNAM_SIMSA"),
|
|
|
|
|
|
|
|
cmmCodeS.codeMcd.eq("SC_STATE")),
|
|
|
|
|
|
|
|
"scStateNm")
|
|
|
|
))
|
|
|
|
))
|
|
|
|
.from(gnRecallSc)
|
|
|
|
.from(gnRecallSc)
|
|
|
|
.where(gnRecallSc.scCode.in(scCodeList.getResults()))
|
|
|
|
.where(gnRecallSc.scCode.in(scCodeList.getResults()))
|
|
|
|