|
|
|
@ -570,9 +570,10 @@ public class NimsApiDto {
|
|
|
|
|
&& Objects.equals(
|
|
|
|
|
Objects.toString(rptDtl.getPrdValidDe(), "").replaceAll("-", ""),
|
|
|
|
|
Objects.toString(mgtDtl.getPrdValidDe(), "").replaceAll("-", ""))
|
|
|
|
|
&& Objects.equals(
|
|
|
|
|
Objects.toString(rptDtl.getMnfSeq(), "").replaceAll("-", ""),
|
|
|
|
|
Objects.toString(mgtDtl.getMnfSeq(), "").replaceAll("-", ""))
|
|
|
|
|
// FIXME:: NIMS 데이타 일치여부 체크 - 제조번호 제외
|
|
|
|
|
// && Objects.equals(
|
|
|
|
|
// Objects.toString(rptDtl.getMnfSeq(), "").replaceAll("-", ""),
|
|
|
|
|
// Objects.toString(mgtDtl.getMnfSeq(), "").replaceAll("-", ""))
|
|
|
|
|
&& Objects.equals(rptDtl.getDsuseQy(), mgtDtl.getDsuseQy())) {
|
|
|
|
|
rptDtl.setMatchYn("Y");
|
|
|
|
|
break;
|
|
|
|
|