From 4b15cdb0ac0b85f53072e0320730f01547bf1cec Mon Sep 17 00:00:00 2001
From: hongji.li <hongji.a.li@capgemini.com>
Date: 星期二, 10 十月 2023 21:31:13 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_lhj

---
 _Main/BL/Type_PRData/StaticMethod_CanCall.qbl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/_Main/BL/Type_PRData/StaticMethod_CanCall.qbl b/_Main/BL/Type_PRData/StaticMethod_CanCall.qbl
index c2aae7d..a051fa6 100644
--- a/_Main/BL/Type_PRData/StaticMethod_CanCall.qbl
+++ b/_Main/BL/Type_PRData/StaticMethod_CanCall.qbl
@@ -13,7 +13,7 @@
     if( toCalls.Size() = 0 ) {
       feedback_o := "No checked PR";
     } else {
-      havaUnsent := exists( toCalls, Elements, toCall, toCall.SendStatus() = "" );
+      havaUnsent := exists( toCalls, Elements, toCall, toCall.PRReleaseStatus() = "" );
       if( not havaUnsent ) {
         feedback_o := "No unsent PR";
       }

--
Gitblit v1.9.3