@@ -321,7 +321,7 @@ public class ResumptionServiceImpl implements ResumptionService {
resumptionPlanVos = supplementItems;
} else {
//反馈给前端,只需要保存后的数据
- if (resumption.getStatus() == 3) {
+ if (resumption.getStatus() == 3 || resumption.getStatus() == 2) {
//如果已经提交
usedNFCID.addAll(orgAllNFCs.stream().filter(n -> n.getStatus() == 1).map(n -> n.getNfcId()).collect(Collectors.toSet()));
}