|
@@ -305,7 +305,8 @@ public class ResumptionServiceImpl implements ResumptionService {
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
for (ResumptionNFCVo nfcVo : orgAllNFCs) {
|
|
for (ResumptionNFCVo nfcVo : orgAllNFCs) {
|
|
|
- if (nfcVo.getAreaId().equals(resumptionPlanVo.getAreaId())) {
|
|
|
|
|
|
|
+ if (nfcVo.getAreaId().equals(resumptionPlanVo.getAreaId()) &&
|
|
|
|
|
+ (ObjectUtil.isNull(resumptionPlanVo.getCheckId()) || ObjectUtil.equal(nfcVo.getCheckId(),resumptionPlanVo.getCheckId()))) {
|
|
|
nfcVo.setPointScan(resumptionPlanVo.getPointScan());
|
|
nfcVo.setPointScan(resumptionPlanVo.getPointScan());
|
|
|
usedNFCID.add(nfcVo.getNfcId());
|
|
usedNFCID.add(nfcVo.getNfcId());
|
|
|
}
|
|
}
|