|
@@ -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));
|
|
|
//流程信息
|