From 89c96171bb971dcaed7cf289b58ef44ca689523c Mon Sep 17 00:00:00 2001 From: limj <limj@taizhitech.com> Date: 星期四, 21 九月 2023 09:11:20 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_lmj --- _Main/BL/Type_PRData/Method_DoCall.qbl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_Main/BL/Type_PRData/Method_DoCall.qbl b/_Main/BL/Type_PRData/Method_DoCall.qbl index 9866803..7a3a433 100644 --- a/_Main/BL/Type_PRData/Method_DoCall.qbl +++ b/_Main/BL/Type_PRData/Method_DoCall.qbl @@ -49,11 +49,11 @@ result.ReceiveTime( DateTime::Now() ); // 涓昏褰曚慨鏀� - result.SendStatus( "T" ); + result.SendStatus( "宸插彂閫�" ); result.ReleaseBy( callBy ); result.SendTime( DateTime::Now() ); - this.SendStatus( "T" ); - this.SendTIme( DateTime::Now() ); + this.SendStatus( "宸插彂閫�" ); + this.SendTime( DateTime::Now() ); this.SendBy( callBy ); return result; -- Gitblit v1.9.3