|
@@ -739,6 +739,7 @@ public class TBSopInfoServiceImpl extends ServiceImpl<TBSopInfoMapper, TBSopInfo
|
|
|
|
|
|
tfCustomFlowEntity.setObjId(tbSopInfo.getId());
|
|
tfCustomFlowEntity.setObjId(tbSopInfo.getId());
|
|
tfCustomFlowEntityService.updateById(tfCustomFlowEntity);
|
|
tfCustomFlowEntityService.updateById(tfCustomFlowEntity);
|
|
|
|
+ tbCrmService.updateCrmStatus(crmNo, CrmStatusEnum.PUBLISH);
|
|
return tbSopInfoService.save(tbSopInfo);
|
|
return tbSopInfoService.save(tbSopInfo);
|
|
}
|
|
}
|
|
|
|
|