소스 검색

删除sysResumption所有

gaoxiong 2 년 전
부모
커밋
a47b99b9ce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      soc-modules/soc-modules-core/src/main/java/com/xunmei/core/resumption/gx/service/ResumptionServiceImpl.java

+ 1 - 1
soc-modules/soc-modules-core/src/main/java/com/xunmei/core/resumption/gx/service/ResumptionServiceImpl.java

@@ -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()));
             }