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