gongdecai 3 år sedan
förälder
incheckning
6c994b8297

+ 2 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/ContractManagementInfoServiceImpl.java

@@ -800,6 +800,8 @@ public class ContractManagementInfoServiceImpl extends ServiceImpl<ContractManag
             // 先删除任务
             noticeService.removeNotice(BaseNotice.NoticeStatus.TASK, "BUY-CONTRACT-APPROVE",
                     contractManagementInfo.getId(), null);
+            noticeService.removeNotice(BaseNotice.NoticeStatus.TASK, "SALE-CONTRACT-APPROVE",
+                    contractManagementInfo.getId(), null);
             //货物信息
             ContractGoodsInfo contractGoodsInfo = contractGoodsInfoService.selectOne(new EntityWrapper<ContractGoodsInfo>().eq(ContractGoodsInfo.QueryFiles.CONTRACT_ID, id));
             //流程信息