Ver Fonte

sop发布加入修改crm状态

wangliang há 1 ano atrás
pai
commit
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);
     }