浏览代码

sop发布加入修改crm状态

wangliang 1 年之前
父节点
当前提交
6686b2af21

+ 1 - 0
sop-business/src/main/java/com/qmth/sop/business/service/impl/TBSopInfoServiceImpl.java

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