Переглянути джерело

Merge remote-tracking branch 'origin/dev_v1.0.0' into dev_v1.0.0

shudonghui 1 рік тому
батько
коміт
07fe704404

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